Searched refs:p_func (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dprompt.c97 p = (*elp->p_func)(el);
99 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
125 el->el_prompt.p_func = prompt_default;
129 el->el_rprompt.p_func = prompt_default_r;
162 p->p_func = prompt_default;
164 p->p_func = prompt_default_r;
166 p->p_func = prf;
196 *prf = p->p_func;
H A Dprompt.h49 el_pfunc_t p_func; /* Function to return the prompt */ member in struct:el_prompt_t
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_multicast.c269 osm_mgrp_func_t p_func, void *context)
276 p_func(p_mgrp, p_mtn, context);
282 __osm_mgrp_apply_func_sub(p_mgrp, p_child_mtn, p_func,
291 osm_mgrp_func_t p_func, void *context)
296 CL_ASSERT(p_func);
301 __osm_mgrp_apply_func_sub(p_mgrp, p_mtn, p_func, context);
267 __osm_mgrp_apply_func_sub(const osm_mgrp_t * const p_mgrp, const osm_mtree_node_t * const p_mtn, osm_mgrp_func_t p_func, void *context) argument
290 osm_mgrp_apply_func(const osm_mgrp_t * const p_mgrp, osm_mgrp_func_t p_func, void *context) argument
/freebsd-11.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_multicast.h480 osm_mgrp_func_t p_func, void *context);
486 * p_func
/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.c9294 sb_data_e2.common.p_func.vf_valid = FALSE;
9301 sb_data_e1x.common.p_func.vf_valid = FALSE;
9340 sp_sb_data.p_func.vf_valid = FALSE;
9422 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc);
9423 sb_data_e2.common.p_func.vf_id = vfid;
9424 sb_data_e2.common.p_func.vf_valid = vf_valid;
9425 sb_data_e2.common.p_func.vnic_id = SC_VN(sc);
9437 sb_data_e1x.common.p_func.pf_id = SC_FUNC(sc);
9438 sb_data_e1x.common.p_func.vf_id = 0xff;
9439 sb_data_e1x.common.p_func
[all...]
H A Decore_hsi.h11875 struct pci_entity p_func /* vnic / port of the status block to be set by the driver */; member in struct:hc_sb_data
11918 struct pci_entity p_func /* vnic / port of the status block to be set by the driver */; member in struct:hc_sp_status_block_data

Completed in 229 milliseconds