Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c217 OUT DAT_DICTIONARY_ENTRY *p_entry) in dat_dictionary_entry_create() argument
222 dat_os_assert(NULL != p_entry); in dat_dictionary_entry_create()
233 *p_entry = node; in dat_dictionary_entry_create()
378 IN DAT_DICTIONARY_ENTRY *p_entry, in dat_dictionary_remove() argument
386 dat_os_assert(NULL != p_entry); in dat_dictionary_remove()
405 *p_entry = cur_node; in dat_dictionary_remove()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c114 adt_generate_token(struct entry *p_entry, void *p_data, in adt_generate_token() argument
119 assert((p_entry != NULL) && (p_data != NULL) && (event != NULL)); in adt_generate_token()
121 p_func = adt_getTokenFunction(p_entry->en_token_id); in adt_generate_token()
125 (void *)p_entry, p_data, (long long)p_entry->en_offset, in adt_generate_token()
126 p_entry->en_msg_format)); in adt_generate_token()
129 (*p_func)(p_entry->en_type_def, in adt_generate_token()
130 (char *)p_data + p_entry->en_offset, p_entry->en_required, event, in adt_generate_token()
131 p_entry->en_msg_format); in adt_generate_token()
H A Dadt.c1925 adt_calcOffsets(struct entry *p_entry, int tablesize, void *p_data) in adt_calcOffsets() argument
1932 if (p_entry[i].en_type_def == NULL) { in adt_calcOffsets()
1933 p_entry[i].en_offset = 0; in adt_calcOffsets()
1937 p_entry[i].en_offset = (char *)p_data - (char *)struct_start; in adt_calcOffsets()
1939 for (j = 0; j < p_entry[i].en_count_types; j++) { in adt_calcOffsets()
1940 if (p_entry[i].en_type_def[j].dd_datatype == ADT_MSG) in adt_calcOffsets()
1944 p_entry[i].en_type_def[j].dd_input_size; in adt_calcOffsets()
1950 if (p_entry[i].en_type_def[j].dd_datatype == in adt_calcOffsets()
1979 struct entry *p_entry; in adt_generate_event() local
1982 p_entry = p_xlate->tx_first_entry; in adt_generate_event()
[all …]
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_dictionary.h81 OUT DAT_DICTIONARY_ENTRY *p_entry);
110 IN DAT_DICTIONARY_ENTRY *p_entry,
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c770 const uchar_t *p_entry; in fatget() local
792 p_entry = fs->fatbuf + offset; in fatget()
797 val_out = cv4(p_entry); in fatget()
801 val_out = cv2(p_entry); in fatget()
804 val_out = cv2(p_entry); in fatget()