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

/freebsd-12-stable/contrib/libedit/
H A Dprompt.c94 p = (*elp->p_func)(el);
96 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
126 el->el_prompt.p_func = prompt_default;
130 el->el_rprompt.p_func = prompt_default_r;
163 p->p_func = prompt_default;
165 p->p_func = prompt_default_r;
167 p->p_func = prf;
197 *prf = p->p_func;
H A Dprompt.h46 el_pfunc_t p_func; /* Function to return the prompt */ member in struct:el_prompt_t
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c9460 sb_data_e2.common.p_func.vf_valid = FALSE;
9467 sb_data_e1x.common.p_func.vf_valid = FALSE;
9506 sp_sb_data.p_func.vf_valid = FALSE;
9588 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc);
9589 sb_data_e2.common.p_func.vf_id = vfid;
9590 sb_data_e2.common.p_func.vf_valid = vf_valid;
9591 sb_data_e2.common.p_func.vnic_id = SC_VN(sc);
9603 sb_data_e1x.common.p_func.pf_id = SC_FUNC(sc);
9604 sb_data_e1x.common.p_func.vf_id = 0xff;
9605 sb_data_e1x.common.p_func
[all...]
H A Decore_hsi.h11877 struct pci_entity p_func /* vnic / port of the status block to be set by the driver */; member in struct:hc_sb_data
11920 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 297 milliseconds