Searched refs:NDI_EVENT_NAME (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | sunndi.c | 1353 len = strlen(NDI_EVENT_NAME(next)) + 1; in ndi_event_bind_set() 1354 if (strncmp(NDI_EVENT_NAME(next), in ndi_event_bind_set() 1485 len = strlen(NDI_EVENT_NAME(cookie_list)) + 1; in ndi_event_unbind_set() 1486 if (strncmp(NDI_EVENT_NAME(cookie_list), in ndi_event_unbind_set() 1511 len = strlen(NDI_EVENT_NAME(cookie_list)) + 1; in ndi_event_unbind_set() 1512 if (strncmp(NDI_EVENT_NAME(cookie_list), in ndi_event_unbind_set() 1617 len = strlen(NDI_EVENT_NAME(cookie_list)) + 1; in ndi_event_retrieve_cookie() 1618 if (strncmp(NDI_EVENT_NAME(cookie_list), eventname, in ndi_event_retrieve_cookie() 2063 return (NDI_EVENT_NAME(list)); in ndi_event_cookie_to_name() 2090 return (NDI_EVENT_NAME(list)); in ndi_event_tag_to_name() [all …]
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pshot.c | 2379 NDI_EVENT_NAME(cookie), (void *)callback, arg); in pshot_add_eventcall() 2405 NDI_EVENT_NAME(cb->ndi_evtcb_cookie)); in pshot_remove_eventcall() 2426 NDI_EVENT_NAME(cookie), impl_data); in pshot_post_event() 2432 NDI_EVENT_NAME(cookie), impl_data); in pshot_post_event() 2501 NDI_EVENT_NAME(cookie), event_tag, arg, bus_impldata, in pshot_event_cb() 2517 NDI_EVENT_NAME(cookie)); in pshot_event_cb() 3532 (void *)dip, (void *)cookie, NDI_EVENT_NAME(cookie), in pshot_event_cb_test()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sunndi.h | 500 #define NDI_EVENT_NAME(cookie) (NDI_EVENT(cookie)->definition->ndi_event_name) macro
|