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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c955 int pub_fd; local
970 pub_fd = open(sub_info->sp_door_name, O_RDONLY);
971 (void) clnt_deliver_event(pub_fd, (void *)rargs,
973 (void) close(pub_fd);
2586 int pub_fd; local
2599 pub_fd = open(door_name, O_RDONLY);
2600 (void) clnt_deliver_event(pub_fd, (void *)&rargs,
2602 (void) close(pub_fd);

Completed in 63 milliseconds