Searched refs:sys_q (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c98 msg_queue_t *sys_q = NULL; variable
161 (void) queue_msg_set(sys_q, CONFIG_RELOAD, NULL);
227 (void) queue_msg_set(sys_q, SERVER_EXIT, NULL);
347 sys_q = queue_calloc();
348 if (!sys_q) {
393 if (setup_mgmt_door(sys_q) != 0) {
399 isns_port_watcher, (void *)sys_q) != 0) {
416 (void *)sys_q);
427 msg_text_t *msg = queue_msg_get(sys_q);
H A Dcache.c40 extern msg_queue_t *sys_q;
199 if (sys_q) {
H A Ddd.c47 extern msg_queue_t *sys_q;
157 if (sys_q != NULL) {
256 } else if (scn_q != NULL || sys_q != NULL) {
276 if (attr1->tag == 0 || sys_q == NULL) {
1490 if (sys_q != NULL) {
1534 if (sys_q != NULL) {
1578 if (sys_q != NULL) {
1630 if (sys_q != NULL) {
1683 if (sys_q != NULL) {
H A Desi.c71 extern msg_queue_t *sys_q;
1146 (void) queue_msg_set(sys_q, REG_EXP, (void *)ev);
1364 (void) queue_msg_set(sys_q, DEAD_PORTAL,
H A Dscn.c56 extern msg_queue_t *sys_q;
476 if (e->portal.l != NULL || sys_q == NULL) {
722 if (sys_q != NULL) {
H A Dobj.c58 extern msg_queue_t *sys_q;
809 if (sys_q != NULL) {
853 if (sys_q != NULL) {
1644 if (sys_q != NULL) {
3736 if (sys_q) {
H A Ddoor.c1415 setup_mgmt_door(msg_queue_t *sys_q) argument
1449 if ((door_id = door_create(door_server, (void *)sys_q, 0)) < 0) {

Completed in 64 milliseconds