Home
last modified time | relevance | path

Searched refs:cookie_list (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c163 struct ndi_event_cookie *cookie_list; in ndi_event_print() local
169 cookie_list = hdl->ndi_evthdl_cookie_list; in ndi_event_print()
170 if (cookie_list == NULL) { in ndi_event_print()
175 while (cookie_list != NULL) { in ndi_event_print()
177 (uintptr_t)cookie_list) == -1) { in ndi_event_print()
197 ndi_event_name, cookie_list, def.ndi_event_plevel, in ndi_event_print()
201 cookie_list = cookie.next_cookie; in ndi_event_print()
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1449 ndi_event_cookie_t *cookie_list; in ndi_event_unbind_set() local
1485 cookie_list = handle->ndi_evthdl_cookie_list; in ndi_event_unbind_set()
1486 while (cookie_list != NULL) { in ndi_event_unbind_set()
1487 len = strlen(NDI_EVENT_NAME(cookie_list)) + 1; in ndi_event_unbind_set()
1488 if (strncmp(NDI_EVENT_NAME(cookie_list), in ndi_event_unbind_set()
1491 ASSERT(cookie_list->callback_list == NULL); in ndi_event_unbind_set()
1492 if (cookie_list->callback_list) { in ndi_event_unbind_set()
1498 cookie_list = cookie_list->next_cookie; in ndi_event_unbind_set()
1510 cookie_list = handle->ndi_evthdl_cookie_list; in ndi_event_unbind_set()
1512 while (cookie_list != NULL) { in ndi_event_unbind_set()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h613 struct ns_ldap_cookie *cookie_list; member
H A Dns_reads.c3238 cookie->next_cookie_in_batch = batch->cookie_list; in ldap_list()
3239 batch->cookie_list = cookie; in ldap_list()
3421 for (c = batch->cookie_list; c != NULL; c = next) { in __ns_ldap_list_batch_release()
3468 batch->cookie_list : batch->next_cookie; in __ns_ldap_list_batch_process()
3535 ptr = batch->cookie_list; in __ns_ldap_list_batch_process()
3536 prev = &batch->cookie_list; in __ns_ldap_list_batch_process()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h161 uint32_t cookie_list[QL_DMA_SG_LIST_LENGTH + 1][3]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c958 ptr32 = (uint32_t *)cdma->cookie_list; in ql_cmd_24xx_type_6_iocb()