Home
last modified time | relevance | path

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

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