Searched refs:doorh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c911 int doorh; local
914 doorh = open(PICLD_DOOR, O_RDONLY);
915 if (doorh < 0)
918 if (door_info(doorh, &dinfo) < 0) {
919 (void) close(doorh);
925 (void) close(doorh);
930 (void) close(doorh);
943 if (door_call(doorh, &darg) < 0) {
944 (void) close(doorh);
948 (void) close(doorh);
[all...]
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c2776 int doorh; local
2780 doorh = open(smedia_service, O_RDONLY);
2781 if (doorh < 0)
2783 if (door_info(doorh, &dinfo) < 0) {
2784 (void) close(doorh);
2788 (void) close(doorh);
2801 if (door_call(doorh, &darg) < 0) {
2802 (void) close(doorh);
2807 (void) close(doorh);
2811 (void) close(doorh);
[all...]

Completed in 64 milliseconds