Home
last modified time | relevance | path

Searched refs:p_tbl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_event.c275 static au_event_ent_t **p_tbl; in cacheauevent() local
311 if (p_tbl == NULL) { in cacheauevent()
320 p_tbl[lines] = (au_event_ent_t *) in cacheauevent()
322 if (p_tbl[lines] == NULL) { in cacheauevent()
331 printevent(p_tbl[lines]); in cacheauevent()
345 if (p_tbl[invalid] == NULL) { in cacheauevent()
351 p_tbl[invalid]->ae_desc = p_tbl[invalid]->ae_name; in cacheauevent()
357 p_tbl[i]->ae_name, p_tbl[i]->ae_desc, in cacheauevent()
358 p_tbl[i]->ae_class); in cacheauevent()
371 index_tbl[i] = p_tbl[invalid]; in cacheauevent()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c344 protocol_id = ECORE_MFW_GET_FIELD(p_tbl[i].entry, in ecore_dcbx_process_tlv()
346 priority_map = ECORE_MFW_GET_FIELD(p_tbl[i].entry, in ecore_dcbx_process_tlv()
402 struct dcbx_app_priority_entry *p_tbl; in ecore_dcbx_process_mib_info() local
413 p_tbl = p_app->app_pri_tbl; in ecore_dcbx_process_mib_info()
525 struct dcbx_app_priority_entry *p_tbl, in ecore_dcbx_get_app_data() argument
545 sf_ieee = ECORE_MFW_GET_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
550 val = ECORE_MFW_GET_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
570 entry->ethtype = !(ECORE_MFW_GET_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
576 entry->proto_id = ECORE_MFW_GET_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
578 ecore_dcbx_get_app_protocol_type(p_hwfn, p_tbl[i].entry, in ecore_dcbx_get_app_data()
[all …]