Home
last modified time | relevance | path

Searched defs:mp (Results 176 – 200 of 460) sorted by relevance

12345678910>>...19

/freebsd/sys/fs/unionfs/
H A Dunion_subr.c297 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, in unionfs_nodeget()
869 struct mount *mp; in unionfs_mkshadowdir() local
1127 struct mount *mp; in unionfs_mkwhiteout() local
1320 struct mount *mp; in unionfs_copyfile() local
/freebsd/contrib/mandoc/
H A Dmain.c132 struct mparse *mp; /* Opaque parser object. */ in main() local
899 process_onefile(struct mparse *mp, struct manpage *resp, int startdir, in process_onefile()
968 parse(struct mparse *mp, int fd, const char *file, in parse()
/freebsd/sys/geom/
H A Dgeom_dev.c134 g_dev_init(struct g_class *mp) in g_dev_init()
141 g_dev_fini(struct g_class *mp) in g_dev_fini()
345 g_dev_taste(struct g_class *mp, struct g_provider *pp, int insist __unused) in g_dev_taste()
H A Dgeom_slice.c515 g_slice_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) in g_slice_destroy_geom()
523 g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void … in g_slice_new()
/freebsd/sys/kern/
H A Dvfs_mountroot.c250 struct mount *mp; in vfs_mountroot_devfs() local
825 struct mount *mp; in vfs_mountroot_parse() local
1060 struct mount *mp; in vfs_mountroot() local
H A Duipc_syscalls.c651 sendit(struct thread *td, int s, struct msghdr *mp, int flags) in sendit()
714 kern_sendit(struct thread *td, int s, struct msghdr *mp, int flags, in kern_sendit()
879 kern_recvit(struct thread *td, int s, struct msghdr *mp, enum uio_seg fromseg, in kern_recvit()
1034 recvit(struct thread *td, int s, struct msghdr *mp, void *namelenp) in recvit()
1456 sockargs(struct mbuf **mp, char *buf, socklen_t buflen, int type) in sockargs()
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.c910 struct mount *mp, uint64_t nid, pid_t pid, struct ucred *cred) in fdisp_refresh_pid()
943 fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp, in fdisp_make()
956 struct mount *mp = vnode_mount(vp); in fdisp_make_vp() local
/freebsd/usr.sbin/rpc.umntall/
H A Dmounttab.c144 struct mtablist *mtabp, *mp; in write_mtab() local
/freebsd/sys/netinet/
H A Dip_encap.c367 encap4_input(struct mbuf **mp, int *offp, int proto) in encap4_input()
406 encap6_input(struct mbuf **mp, int *offp, int proto) in encap6_input()
/freebsd/contrib/nvi/ex/
H A Dex.c50 MSGS *mp; in ex() local
1827 ex_line(SCR *sp, EXCMD *ecp, MARK *mp, int *isaddrp, int *errp) in ex_line()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c412 inspect_icmp_mbuf(struct mbuf **mp, uint8_t *proto, uint32_t *addr, in inspect_icmp_mbuf()
600 const struct ipfw_flow_id *f_id, struct mbuf **mp) in nat64lsn_translate4()
1410 const struct ipfw_flow_id *f_id, struct mbuf **mp, uint32_t hval, in nat64lsn_request_host()
1433 const struct ipfw_flow_id *f_id, struct mbuf **mp, uint32_t hval, in nat64lsn_request_pg()
1456 nat64lsn_translate6_internal(struct nat64lsn_cfg *cfg, struct mbuf **mp, in nat64lsn_translate6_internal()
1487 struct mbuf **mp) in nat64lsn_translate6()
/freebsd/tools/regression/sysvmsg/
H A Dmsgtest.c259 print_msqid_ds(struct msqid_ds *mp, mode_t mode) in print_msqid_ds()
/freebsd/sys/fs/nullfs/
H A Dnull.h62 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) argument
/freebsd/sys/fs/ext2fs/
H A Dext2_mount.h66 #define VFSTOEXT2(mp) ((struct ext2mount *)((mp)->mnt_data)) argument
/freebsd/libexec/rbootd/
H A Dbpf.c210 struct ifreq ibuf[8], *ifrp, *ifend, *mp; in BpfGetIntfName() local
/freebsd/contrib/nvi/common/
H A Dmain.c424 MSGS *mp; in v_end() local
/freebsd/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c110 char *mp; in nfs_enable_share_impl() local
/freebsd/usr.sbin/ppp/
H A Dlcp.c386 struct mp *mp; in LcpSendConfigReq() local
670 struct mp *mp; in LcpDecodeConfig() local
/freebsd/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c523 mutex_enter(kmutex_t *mp) in mutex_enter()
532 mutex_tryenter(kmutex_t *mp) in mutex_tryenter()
543 mutex_exit(kmutex_t *mp) in mutex_exit()
/freebsd/sbin/routed/
H A Dradix.c474 u_char *mp = m_arg, *np = n_arg, *lim; in rn_lexobetter() local
520 struct radix_mask *m, **mp; in rn_addroute() local
657 struct radix_mask *m, *saved_m, **mp; in rn_delete() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_tt560.c163 tt_mem_space_t *mp; in tt560_poll() local
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c116 pfs_vncache_alloc(struct mount *mp, struct vnode **vpp, in pfs_vncache_alloc()
/freebsd/sys/geom/part/
H A Dg_part.c1602 g_part_ctlreq(struct gctl_req *req, struct g_class *mp, const char *verb) in g_part_ctlreq()
1947 g_part_destroy_geom(struct gctl_req *req, struct g_class *mp, in g_part_destroy_geom()
1959 g_part_taste(struct g_class *mp, struct g_provider *pp, int flags __unused) in g_part_taste()
2336 g_part_init(struct g_class *mp) in g_part_init()
2343 g_part_fini(struct g_class *mp) in g_part_fini()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetcap.c855 char *mp; in cgetstr() local
988 char *mp; in cgetustr() local
/freebsd/sys/security/mac/
H A Dmac_syscalls.c391 struct mount *mp; in sys___mac_set_fd() local
506 struct mount *mp; in kern___mac_set_path() local

12345678910>>...19