Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h101 #define SYNCH_DOOR_PERMS (S_IRUSR | S_IWUSR) macro
H A Ddevfsadm.c1274 if ((fd = open(door_file, O_RDWR | O_CREAT, SYNCH_DOOR_PERMS)) == -1) { in daemon_update()