Searched refs:CFGA_DEV_DIR (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 177 #define CFGA_DEV_DIR "/dev/cfg" macro
|
H A D | cfga_usb.c | 1523 rv = (cfga_usb_ret_t)physpath_to_devlink(CFGA_DEV_DIR, (char *)ap_id, in cfga_list_ext() 1532 if (strstr(ap_id_log, CFGA_DEV_DIR) == NULL) { in cfga_list_ext() 1538 /* Strip off /dev/cfg/ */ ap_id_log + strlen(CFGA_DEV_DIR)+ 1, in cfga_list_ext()
|
/titanic_50/usr/src/cmd/cfgadm/ |
H A D | cfgadm.h | 193 #define CFGA_DEV_DIR "/dev/cfg" macro
|
H A D | cfgadm.c | 2339 (void) snprintf(path, sizeof (path), "%s/%s", CFGA_DEV_DIR, apbuf); in find_arg_type()
|
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.h | 170 #define CFGA_DEV_DIR "/dev/cfg" macro
|
H A D | cfga_ib.c | 1569 if (strstr(ap_id_log, CFGA_DEV_DIR) == NULL) { in ib_fill_static_apids() 1583 /* Strip off /dev/cfg/ */ ap_id_log + strlen(CFGA_DEV_DIR) + 1); in ib_fill_static_apids()
|
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.h | 81 #define CFGA_DEV_DIR "/dev/cfg" macro
|
H A D | cfga_sata.c | 1479 rv = physpath_to_devlink(CFGA_DEV_DIR, (char *)ap_id, in cfga_list_ext() 1488 if (ap_id_log == NULL || strstr(ap_id_log, CFGA_DEV_DIR) == NULL) { in cfga_list_ext() 1494 /* Strip off /dev/cfg/ */ ap_id_log + strlen(CFGA_DEV_DIR)+ 1, in cfga_list_ext()
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 273 CFGA_DEV_DIR, 1307 CFGA_DEV_DIR, in findMatchingAdapterPort() 1308 strlen(CFGA_DEV_DIR)) != 0) { in findMatchingAdapterPort() 1338 (strlen(CFGA_DEV_DIR) + 1 + 1)) in findMatchingAdapterPort() 1341 strlen(CFGA_DEV_DIR) + 1; in findMatchingAdapterPort()
|
H A D | cfga_cvt.c | 128 ret = physpath_to_devlink(CFGA_DEV_DIR, (char *)xport_phys, in get_xport_devlink() 137 len = strlen(CFGA_DEV_DIR SLASH); in get_xport_devlink()
|
H A D | cfga_fp.h | 388 #define CFGA_DEV_DIR "/dev/cfg" macro
|
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.h | 323 #define CFGA_DEV_DIR "/dev/cfg" macro
|
H A D | cfga_cvt.c | 193 len = strlen(CFGA_DEV_DIR SLASH); in get_hba_devlink()
|
/titanic_50/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 314 #define CFGA_DEV_DIR "/dev/cfg" macro 1383 "%s%s", CFGA_DEV_DIR SLASH, apdup); in config_get_lib() 2989 CFGA_DEV_DIR SLASH, ap_base); in find_arg_type()
|