Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c371 char di_test_db[PATH_MAX]; in handle_alloc() local
374 (void) snprintf(di_test_db, sizeof (di_test_db), "%s.%d", in handle_alloc()
376 fd = open(di_test_db, O_CREAT|O_RDWR|O_EXCL, 0644); in handle_alloc()
381 (void) unlink(di_test_db); in handle_alloc()