Searched defs:fmode (Results 1 - 23 of 23) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dbf.c105 MODE_T fmode; local
216 bfopen(char *filename, MODE_T fmode, size_t bsize, long flags) argument
[all...]
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c796 int fmode; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c200 int fmode, error; local
304 vn_open_vnode(struct vnode *vp, int fmode, struct ucred *cred, struct thread *td, struct file *fp) argument
[all...]
H A Dvfs_syscalls.c3971 int fmode, error; local
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1909 nfsrpc_create(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
1980 nfsrpc_createv23(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
2028 nfsrpc_createv4(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
6350 nfsrpc_createlayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp, nfsv4stateid_t *stateidp, int usecurstateid, int layoutlen, int *retonclosep, struct nfsclflayouthead *flhp, int *laystatp) argument
6608 nfsrpc_getcreatelayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
[all...]
H A Dnfs_clvnops.c499 int fmode = ap->a_mode; local
661 int fmode = ap->a_fflag; local
1531 int error = 0, attrflag, dattrflag, fmode = 0; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Din_mcast.c1350 uint16_t fmode; local
2861 uint32_t fmode, ifindex; local
/freebsd-11-stable/sys/netinet6/
H A Din6_mcast.c1335 uint16_t fmode; local
2674 uint32_t fmode, ifindex; local
/freebsd-11-stable/usr.sbin/spi/
H A Dspi.c463 uint32_t fmode, fspeed; local
492 uint32_t fmode = popt->mode; local
/freebsd-11-stable/tests/sys/audit/
H A Dutils.c95 int fmode = AUDITPIPE_PRESELECT_MODE_LOCAL; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c259 mode_t fmode, tmode; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c889 zfs_mode_compute(uint64_t fmode, zfs_acl_t *aclp, argument
/freebsd-11-stable/usr.sbin/mtest/
H A Dmtest.c389 uint32_t fmode, ifindex; local
/freebsd-11-stable/usr.sbin/ifmcstat/
H A Difmcstat.c805 uint32_t fmode; local
905 uint32_t fmode; local
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dopen.c56 char *fmode; local
/freebsd-11-stable/contrib/nvi/common/
H A Dexf.c858 mode_t fmode; local
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c620 mode_t fmode; member in struct:tests
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c4500 enum machine_mode fmode, imode; local
4702 enum machine_mode fmode, imode; local
5031 enum machine_mode fmode, tmode; local
5168 set_conv_libfunc(convert_optab optable, enum machine_mode tmode, enum machine_mode fmode, const char *name) argument
[all...]
H A Dbuiltins.c5307 enum machine_mode fmode, imode, rmode; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5363 enum machine_mode fmode = mode; local
/freebsd-11-stable/lib/libc/net/
H A Dsourcefilter.c141 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t fmode, uint32_t numsrc, struct in_addr *slist) argument
211 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t *fmode, uint32_t *numsrc, struct in_addr *slist) argument
276 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, socklen_t grouplen, uint32_t fmode, uint32_t numsrc, struct sockaddr_storage *slist) argument
333 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, socklen_t grouplen, uint32_t *fmode, uint32_t *numsrc, struct sockaddr_storage *slist) argument
[all...]
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_subr.c893 int fmode; local
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.c135 u32 fmode; local
[all...]

Completed in 328 milliseconds