Home
last modified time | relevance | path

Searched refs:scn_q (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c99 msg_queue_t *scn_q = NULL; variable
353 scn_q = queue_calloc(); in main()
354 if (!scn_q) { in main()
451 (void) queue_msg_set(scn_q, SCN_STOP, NULL); in main()
H A Dscn.c57 extern msg_queue_t *scn_q;
1226 (void) queue_msg_set(scn_q, SCN_SET, (void *)raw); in make_scn()
1890 ASSERT(scn_q == NULL); in scn_list_load()
2009 (void) queue_msg_set(scn_q, SCN_ADD, (void *)e); in add_scn_entry()
2054 (void) queue_msg_set(scn_q, SCN_REMOVE, (void *)uid); in remove_scn_entry()
2076 (void) queue_msg_set(scn_q, SCN_REMOVE_P, (void *)uid); in remove_scn_portal()
2105 msg = queue_msg_get(scn_q); in scn_proc()
H A Ddd.c48 extern msg_queue_t *scn_q;
256 } else if (scn_q != NULL || sys_q != NULL) { in get_member_info()
1496 if (ec == 0 && scn_q != NULL) { in add_dd_member()
1540 if (ec == 0 && scn_q != NULL) { in add_dds_member()
1585 if (ec == 0 && scn_q != NULL) { in remove_dd_member()
1642 scn_q != NULL && in remove_dds_member()
H A Dobj.c59 extern msg_queue_t *scn_q;
818 if (scn_q != NULL) { in replace_object()
858 if (ec == 0 && scn_q != NULL) { in add_object()
3682 if (scn_q != NULL) { in do_dereg()
3846 (void) queue_msg_set(scn_q, SCN_TRIGGER, (void *)NULL); in data_sync()
3852 (void) queue_msg_set(scn_q, SCN_IGNORE, (void *)NULL); in data_sync()
H A Dfunc.c63 extern msg_queue_t *scn_q;
220 if (scn_q != NULL) { in packet_split_verify()
228 if (scn_q != NULL) { in packet_split_verify()
659 (void) queue_msg_set(scn_q,