Searched refs:own (Results 126 - 150 of 161) sorted by relevance

1234567

/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/sys/dev/ow/
H A Dow.c42 #include <dev/ow/own.h>
602 panic("%s: %s don't own the bus. %s does. game over.",
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c963 void own(char* ifname) { function
1035 own(argv[1]);
/freebsd-11-stable/contrib/bmake/mk/
H A Down.mk1 # $Id: own.mk,v 1.39 2018/01/26 20:08:16 sjg Exp $
H A Ddpadd.mk114 # Each lib is its own src_lib, we want to include it in SRC_LIBS
H A Dlib.mk49 # OBJECT_FMT: currently either "ELF" or "a.out", from <bsd.own.mk>
584 # note that we do NOT ch{own,grp} as that would likely fail at this point.
H A Dgendirdeps.mk66 # We do _not_ want to read our own output!
/freebsd-11-stable/share/mk/
H A Dbsd.obj.mk43 .include <bsd.own.mk>
H A Dlocal.meta.sys.mk24 # Expand for our own use
H A Dgendirdeps.mk67 # We do _not_ want to read our own output!
H A Dbsd.lib.mk171 # Allow libraries to specify their own version map or have it
H A Dsrc.libnames.mk381 # cyclic dependency and cannot link its own dependencies. This is bad, please
H A Dsrc.opts.mk33 .include <bsd.own.mk>
/freebsd-11-stable/stand/
H A Ddefs.mk7 # because it includes bsd.own.mk which needs the right MK_ values,
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c252 u8 own; local
255 own = ent->lay->status_own;
256 if (!(own & CMD_OWNER_HW) ||
/freebsd-11-stable/lib/libxo/tests/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/usr.bin/yacc/tests/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c684 # error your on your own here!
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk18 .include <bsd.own.mk>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc835 // We are running in our very own thread, courtesy of Windows.
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c3920 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; local
3939 nfscl_filllockowner(id, own, flags);
3941 NFSBCOPY(np->n_fhp->nfh_fh, &own[NFSV4CL_LOCKNAMELEN],
3943 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + np->n_fhp->nfh_len);
4046 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; local
4076 NFSBCOPY(lp->nfsl_owner, own, NFSV4CL_LOCKNAMELEN);
4077 NFSBCOPY(nfhp, &own[NFSV4CL_LOCKNAMELEN], fhlen);
4078 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + fhlen);
4363 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; local
4378 NFSBCOPY(lp->nfsl_owner, own, NFSV4CL_LOCKNAMELE
[all...]
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dcq.c1429 static int is_hw(uint8_t own, int n, int mask) argument
1431 return (own & MLX5_CQE_OWNER_MASK) ^ !!(n & (mask + 1));
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2351 __P4MASK(own, 13),
2365 __P4MASK(own, 13),
2373 __P4MASK(drdy-own, 1),
2376 __P4MASK(dbsy-own, 4),
2816 return (-1); /* can't have own+other bits together */
2817 if (evmask == 0) /* default:drdy-{drv,own}+dbsy{drv,own} */
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile6 .include <bsd.own.mk>
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_i.h351 * Regulatory class for own operational channel
804 int p2p_peer_channels_check(struct p2p_data *p2p, struct p2p_channels *own,

Completed in 392 milliseconds

1234567