Searched refs:MAX_FORMAT (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_rcm.c | 33 #define MAX_FORMAT 80 /* for info table */ macro 199 static char format[MAX_FORMAT]; in sata_rcm_info_table() 309 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", in sata_rcm_info_table()
|
/titanic_44/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_rcm.c | 33 #define MAX_FORMAT 80 /* for info table */ macro 219 static char format[MAX_FORMAT]; in usb_rcm_info_table() 333 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", in usb_rcm_info_table()
|
/titanic_44/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_rcm.c | 33 #define MAX_FORMAT 80 /* for info table */ macro 267 static char format[MAX_FORMAT]; in ib_rcm_info_table() 379 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", in ib_rcm_info_table()
|
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_rcm.c | 28 #define MAX_FORMAT 80 macro 266 static char format[MAX_FORMAT]; in scsi_rcm_info_table() 352 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", in scsi_rcm_info_table()
|
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rcm.c | 35 #define MAX_FORMAT 80 macro 494 static char format[MAX_FORMAT]; in fp_rcm_info_table() 579 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", w_rsrc, w_info); in fp_rcm_info_table()
|
/titanic_44/usr/src/cmd/drd/ |
H A D | drd_rcm.c | 1098 #define MAX_FORMAT 80 macro 1117 static char format[MAX_FORMAT]; in rcm_info_table() 1195 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", in rcm_info_table()
|
/titanic_44/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 184 #define MAX_FORMAT 80 macro 421 static char format[MAX_FORMAT]; in pci_rcm_info_table() 507 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", in pci_rcm_info_table()
|
/titanic_44/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 185 #define MAX_FORMAT 80 macro 402 static char format[MAX_FORMAT]; in pci_rcm_info_table() 487 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", in pci_rcm_info_table()
|