Searched refs:flagp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/x86/x86/ |
| H A D | mptable.c | 1152 int error, *flagp, flags, type; in mptable_host_res_handler() local 1207 flagp = &args->sc->sc_decodes_isa_io; in mptable_host_res_handler() 1211 flagp = &args->sc->sc_decodes_vga_io; in mptable_host_res_handler() 1220 if (*flagp != 0) in mptable_host_res_handler() 1226 *flagp = 1; in mptable_host_res_handler() 1232 *flagp = -1; in mptable_host_res_handler()
|
| /f-stack/lib/ |
| H A D | ff_vfs_ops.c | 56 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() argument
|
| /f-stack/lib/include/sys/ |
| H A D | vnode.h | 136 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_vnops.c | 189 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() argument 193 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp)); in vn_open() 220 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() argument 231 fmode = *flagp; in vn_open_cred() 320 *flagp = fmode; in vn_open_cred() 325 *flagp = fmode; in vn_open_cred()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_hwrm.h | 232 void vf_vnic_set_rxmask_cb(struct bnxt_vnic_info *vnic, void *flagp);
|
| H A D | bnxt_hwrm.c | 3863 void vf_vnic_set_rxmask_cb(struct bnxt_vnic_info *vnic, void *flagp) in vf_vnic_set_rxmask_cb() argument 3865 uint32_t *flag = flagp; in vf_vnic_set_rxmask_cb()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 745 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp); 746 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
|