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

/freebsd-current/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-current/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1300 u8 tlv_group = 0, id, *p_mfw_buf = OSAL_NULL, *p_temp; local
1340 p_temp = &p_mfw_buf[offset];
1341 tlv.tlv_type = TLV_TYPE(p_temp);
1342 tlv.tlv_length = TLV_LENGTH(p_temp);

Completed in 177 milliseconds