Searched refs:own (Results 76 - 100 of 161) sorted by relevance

1234567

/freebsd-11-stable/lib/libelftc/
H A DMakefile2 .include <bsd.own.mk>
/freebsd-11-stable/contrib/bmake/mk/
H A Ddoc.mk59 .include <own.mk>
H A Dsubdir.mk96 .include <own.mk>
H A Dinit.mk27 .include <own.mk>
/freebsd-11-stable/crypto/openssh/regress/unittests/
H A DMakefile.inc3 .include <bsd.own.mk>
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutstrbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/lib/msun/tests/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/share/mk/
H A Dbsd.own.mk1 # $FreeBSD: stable/11/share/mk/bsd.own.mk 320294 2017-06-23 19:44:20Z bdrewery $
3 # The include file <bsd.own.mk> set common variables for owner,
123 .if !target(__<bsd.own.mk>__)
124 __<bsd.own.mk>__:
244 # Compat for the moment -- old bsd.own.mk only included this when _WITHOUT_SRCCONF
250 .endif # !target(__<bsd.own.mk>__)
H A DMakefile43 bsd.own.mk \
H A Dbsd.init.mk4 # ../Makefile.inc and <bsd.own.mk>; this is used at the
16 .include <bsd.own.mk>
H A Dsrc.sys.mk38 # probably need to remove dependence on bsd.own.mk
H A Dsrc.lua.mk11 .include <bsd.own.mk>
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1255 nfscl_procdoesntexist(u_int8_t *own) argument
1267 if (own[i] != 0)
1272 tl.cval[0] = *own++;
1273 tl.cval[1] = *own++;
1274 tl.cval[2] = *own++;
1275 tl.cval[3] = *own++;
1284 tl.cval[0] = *own++;
1285 tl.cval[1] = *own++;
1286 tl.cval[2] = *own++;
1287 tl.cval[3] = *own
[all...]
H A Dnfs_clstate.c219 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local
268 nfscl_filllockowner(p->td_proc, own, F_POSIX);
273 nfscl_filllockowner(NULL, own, F_POSIX);
275 nfscl_filllockowner(p->td_proc, own, F_POSIX);
280 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN))
287 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
346 struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen,
361 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN);
508 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local
575 nfscl_filllockowner(NULL, own, F_POSI
344 nfscl_newopen(struct nfsclclient *clp, struct nfscldeleg *dp, struct nfsclowner **owpp, struct nfsclowner **nowpp, struct nfsclopen **opp, struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen, struct ucred *cred, int *newonep) argument
994 u_int8_t own[NFSV4CL_LOCKNAMELEN], *ownp, openown[NFSV4CL_LOCKNAMELEN]; local
1192 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local
1300 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local
1342 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local
1741 nfscl_cleanup_common(struct nfsclclient *clp, u_int8_t *own) argument
3769 nfscl_localconflict(struct nfsclclient *clp, u_int8_t *fhp, int fhlen, struct nfscllock *nlop, u_int8_t *own, struct nfscldeleg *dp, struct nfscllock **lopp) argument
3797 nfscl_checkconflict(struct nfscllockownerhead *lhp, struct nfscllock *nlop, u_int8_t *own, struct nfscllock **lopp) argument
3833 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local
[all...]
/freebsd-11-stable/lib/libc/tests/regex/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/gnu/usr.bin/dtc/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/lib/libc/tests/sys/
H A DMakefile5 .include <bsd.own.mk>
/freebsd-11-stable/lib/libc/tests/gen/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/contrib/gcc/
H A Dscan-types.sh116 extern long foo(X_va_list ap); /* Check that X_va_list compiles on its own */
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsymtab.c240 bool own)
247 ht->entries_owned = own;
238 ht_load(hash_table *ht, hashnode *entries, unsigned int nslots, unsigned int nelements, bool own) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Diapp.c168 struct in_addr own, multicast; member in struct:iapp_data
323 if (from.sin_addr.s_addr == iapp->own.s_addr)
324 return; /* ignore own IAPP messages */
427 iapp->own.s_addr = paddr->sin_addr.s_addr;
/freebsd-11-stable/etc/mail/
H A DMakefile248 .include <bsd.own.mk>

Completed in 209 milliseconds

1234567