Home
last modified time | relevance | path

Searched refs:ETCDEV (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h84 #define ETCDEV "/etc/dev" macro
H A Ddevfsadm.c159 static char *etc_dev_dir = ETCDEV;
488 len = strlen(lock_root) + strlen(ETCDEV) + 1; in set_lock_root()
490 (void) snprintf(etc_dev_dir, len, "%s%s", lock_root, ETCDEV); in set_lock_root()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h202 #define ETCDEV "/etc/dev" macro
H A Ddevinfo_devlink.c64 #define DI_TEST_DB ETCDEV "di_test_db"
359 (void) strlcat(db_dir, ETCDEV, sizeof (db_dir)); in handle_alloc()
369 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE); in handle_alloc()
394 "/tmp%s/%s", ETCDEV, DB_FILE); in handle_alloc()
406 (void) snprintf(db_dir, sizeof (db_dir), "/tmp%s", ETCDEV); in handle_alloc()