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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h202 #define ETCDEV "/etc/dev" macro
H A Ddevinfo_devlink.c63 #define DI_TEST_DB ETCDEV "di_test_db"
358 (void) strlcat(db_dir, ETCDEV, sizeof (db_dir));
368 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE);
393 "/tmp%s/%s", ETCDEV, DB_FILE);
405 (void) snprintf(db_dir, sizeof (db_dir), "/tmp%s", ETCDEV);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h84 #define ETCDEV "/etc/dev" macro
H A Ddevfsadm.c157 static char *etc_dev_dir = ETCDEV;
487 len = strlen(lock_root) + strlen(ETCDEV) + 1;
489 (void) snprintf(etc_dev_dir, len, "%s%s", lock_root, ETCDEV);

Completed in 86 milliseconds