Searched defs:dlmgmt_door_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c67 static int dlmgmt_door_fd = -1; variable
104 if ((dlmgmt_door_fd = door_create(dlmgmt_handler, NULL,
117 if (dlmgmt_door_fd == -1)
120 if (door_revoke(dlmgmt_door_fd) == -1) {
125 dlmgmt_door_fd = -1;
156 if (fattach(dlmgmt_door_fd, doorpath) != 0) {

Completed in 44 milliseconds