Searched defs:DEVICES_DIR (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libpcp/common/ |
H A D | pcp_utils.c | 49 #define DEVICES_DIR "/devices" macro 253 strlen(DEVICES_DIR) + 1); 254 (void) strcpy(dev_path, DEVICES_DIR); 305 strlen(DEVICES_DIR) + 1); 306 (void) strcpy(dev_path, DEVICES_DIR);
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_state.h | 121 #define DEVICES_DIR "/devices" macro
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | sun_sas.h | 77 #define DEVICES_DIR "/devices" macro
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 62 #define DEVICES_DIR "/devices" macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.h | 325 #define DEVICES_DIR "/devices" macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 73 #define DEVICES_DIR "/devices" macro 303 len = strlen(DEVICES_DIR); 304 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 390 #define DEVICES_DIR "/devices" macro
|
/illumos-gate/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 312 #define DEVICES_DIR "/devices" macro 1108 liblocp->ap_physical + strlen(DEVICES_DIR), 1544 DEVICES_DIR, devfs_path, name); 1610 DEVICES_DIR, devfs_path, name); 1939 len = strlen(DEVICES_DIR); 1940 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) { 2250 DEVICES_DIR, devfs_path, minor_name);
|
Completed in 81 milliseconds