Searched refs:cookie_list (Results 1 – 6 of 6) sorted by relevance
163 struct ndi_event_cookie *cookie_list; in ndi_event_print() local169 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()
1449 ndi_event_cookie_t *cookie_list; in ndi_event_unbind_set() local1485 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 …]
613 struct ns_ldap_cookie *cookie_list; member
3238 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()
161 uint32_t cookie_list[QL_DMA_SG_LIST_LENGTH + 1][3]; member
958 ptr32 = (uint32_t *)cdma->cookie_list; in ql_cmd_24xx_type_6_iocb()