Lines Matching defs:p_entry
1895 adt_calcOffsets(struct entry *p_entry, int tablesize, void *p_data)
1902 if (p_entry[i].en_type_def == NULL) {
1903 p_entry[i].en_offset = 0;
1907 p_entry[i].en_offset = (char *)p_data - (char *)struct_start;
1909 for (j = 0; j < p_entry[i].en_count_types; j++) {
1910 if (p_entry[i].en_type_def[j].dd_datatype == ADT_MSG)
1914 p_entry[i].en_type_def[j].dd_input_size;
1920 if (p_entry[i].en_type_def[j].dd_datatype ==
1949 struct entry *p_entry;
1952 p_entry = p_xlate->tx_first_entry;
1953 assert(p_entry != NULL);
1974 while (p_entry != NULL) {
1975 adt_generate_token(p_entry, (char *)p_extdata, p_event);
1977 p_entry = p_entry->en_next_token;