Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/
H A Dodirectory.c40 static int odir_did = -1; variable
99 odir_did = door_create(odir_door_server, NULL, 0); in odir_setup()
100 if (odir_did == -1) { in odir_setup()
112 if (fattach(odir_did, odir_doorpath) != 0) { in odir_setup()
194 if (odir_did != -1) { in odir_cleanup()
195 if (door_revoke(odir_did) != 0) { in odir_cleanup()