Searched defs:DEVICES_DIR (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c49 #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 Dg_state.h121 #define DEVICES_DIR "/devices" macro
/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.h77 #define DEVICES_DIR "/devices" macro
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c62 #define DEVICES_DIR "/devices" macro
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h325 #define DEVICES_DIR "/devices" macro
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c73 #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 Dcfga_fp.h390 #define DEVICES_DIR "/devices" macro
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c312 #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 75 milliseconds