Searched refs:p_temp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_list.c216 const cl_list_item_t *p_temp; local
223 p_temp = cl_qlist_head(p_list);
224 while (p_temp != cl_qlist_end(p_list)) {
225 if (p_temp == p_list_item) {
230 p_temp = cl_qlist_next(p_temp);
H A Dcl_map.c629 cl_map_item_t __attribute__((__unused__)) *p_temp; local
639 p_temp = cl_qmap_insert(p_dest, cl_qmap_key(*pp_item), *pp_item);
641 CL_ASSERT(p_temp == *pp_item);
1566 cl_fmap_item_t __attribute__((__unused__)) *p_temp; local
1576 p_temp = cl_fmap_insert(p_dest, cl_fmap_key(*pp_item), *pp_item);
1578 CL_ASSERT(p_temp == *pp_item);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote.c2938 char *p_temp;
2952 pnum = strtol (p, &p_temp, 16);
2953 p1 = (unsigned char *) p_temp;
2967 p_temp = unpack_varlen_hex (++p1, &thread_num);
2969 p = (unsigned char *) p_temp;
2982 p_temp = strchr (p1 + 1, ';');
2983 if (p_temp)
2984 p = (unsigned char *) p_temp;
3127 char *p_temp;
3141 pnum = strtol (p, &p_temp, 1
2930 char *p_temp; local
3119 char *p_temp; local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1303 u8 tlv_group = 0, id, *p_mfw_buf = OSAL_NULL, *p_temp; local
1343 p_temp = &p_mfw_buf[offset];
1344 tlv.tlv_type = TLV_TYPE(p_temp);
1345 tlv.tlv_length = TLV_LENGTH(p_temp);

Completed in 86 milliseconds