• Home
  • Raw
  • Download

Lines Matching refs:statbuffer

83     char statbuffer[STATLEN + 1];  in compute_partition_information()  local
88 memset(statbuffer, 0, sizeof statbuffer); in compute_partition_information()
109 snprintf(statbuffer, sizeof statbuffer, "Size : %s", remove_spaces(size)); in compute_partition_information()
110 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
113 snprintf(statbuffer, sizeof statbuffer, "Type: %s", parttype); in compute_partition_information()
114 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
118 snprintf(statbuffer, sizeof statbuffer, "Bootloader: %s", in compute_partition_information()
120 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
125 snprintf(statbuffer, sizeof statbuffer, "Boot Flag: %s", in compute_partition_information()
127 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
130 snprintf(statbuffer, sizeof statbuffer, "Start: %d", start); in compute_partition_information()
131 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
134 snprintf(statbuffer, sizeof statbuffer, "End: %d", end); in compute_partition_information()
135 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
138 snprintf(statbuffer, sizeof statbuffer, "Id: %X", ptab->ostype); in compute_partition_information()
139 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
146 snprintf(statbuffer, sizeof statbuffer, "%s", "Swsusp sig : detected"); in compute_partition_information()
147 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_partition_information()
157 char statbuffer[STATLEN + 1]; in compute_disk_module() local
178 snprintf(statbuffer, sizeof statbuffer, "Size: %s/%s (%d %s)", in compute_disk_module()
181 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_disk_module()
189 snprintf(statbuffer, sizeof statbuffer, "Host Bus / Interface: %s / %s", in compute_disk_module()
192 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_disk_module()
200 snprintf(statbuffer, sizeof statbuffer, in compute_disk_module()
205 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_disk_module()
210 snprintf(statbuffer, sizeof statbuffer, "Sectors per Track: %d", in compute_disk_module()
212 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_disk_module()
219 snprintf(statbuffer, sizeof statbuffer, "MBR: %s (id 0x%X)", in compute_disk_module()
221 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_disk_module()