Searched refs:MINOR_SEP (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.h | 171 #define MINOR_SEP ":" macro
|
H A D | cfga_ib.c | 501 l_ap_id = strchr(ap_id, *MINOR_SEP);
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 179 #define MINOR_SEP ":" macro
|
H A D | cfga_usb.c | 421 l_ap_id = strrchr(ap_id, *MINOR_SEP); 481 port_nbr_str = strrchr(ap_id, *MINOR_SEP) + strlen(MINOR_SEP);
|
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.h | 80 #define MINOR_SEP ":" macro
|
H A D | cfga_sata.c | 1159 cp = strrchr(minorpath, (int)*MINOR_SEP); 1217 minor_portion = strrchr(minor_path, *MINOR_SEP); 1225 *minor_portion = *MINOR_SEP; 1312 *MINOR_SEP)) == NULL) 1318 *minor_portion = *MINOR_SEP; 1804 l_ap_id = strrchr(ap_id, (int)*MINOR_SEP); 1872 cport_str = strrchr(ap_id, (int)*MINOR_SEP) + strlen(MINOR_SEP);
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.h | 335 #define MINOR_SEP ":" macro
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 401 #define MINOR_SEP ":" macro
|
H A D | cfga_cvt.c | 222 if ((cp = strstr(devfs_phys, MINOR_SEP)) != NULL) {
|
H A D | cfga_utils.c | 1306 tmpPtr = strstr(portAttrs.OSDeviceName, MINOR_SEP);
|
H A D | cfga_cs.c | 1436 if ((ptr = strstr(pathname, MINOR_SEP)) != NULL)
|
Completed in 149 milliseconds