Searched refs:ETCDEV (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 84 #define ETCDEV "/etc/dev" macro
|
H A D | devfsadm.c | 156 static char *etc_dev_dir = ETCDEV; 486 len = strlen(lock_root) + strlen(ETCDEV) + 1; in set_lock_root() 488 (void) snprintf(etc_dev_dir, len, "%s%s", lock_root, ETCDEV); in set_lock_root()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.h | 202 #define ETCDEV "/etc/dev" macro
|
H A D | devinfo_devlink.c | 63 #define DI_TEST_DB ETCDEV "di_test_db" 358 (void) strlcat(db_dir, ETCDEV, sizeof (db_dir)); in handle_alloc() 368 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE); in handle_alloc() 393 "/tmp%s/%s", ETCDEV, DB_FILE); in handle_alloc() 405 (void) snprintf(db_dir, sizeof (db_dir), "/tmp%s", ETCDEV); in handle_alloc()
|