Home
last modified time | relevance | path

Searched refs:OWN (Results 1 – 10 of 10) sorted by relevance

/freebsd/share/mk/
H A Dbsd.incs.mk24 ${group}OWN?= ${BINOWN}
48 ${group}OWN_${header:T}?= ${${group}OWN}
81 ${INSTALL} ${${group}TAG_ARGS} -C -o ${${group}OWN} -g ${${group}GRP} -m ${${group}MODE} \
84 ${INSTALL} ${${group}TAG_ARGS} -C -o ${${group}OWN} -g ${${group}GRP} -m ${${group}MODE} \
H A Dbsd.files.mk30 ${group}OWN?= ${SHAREOWN}
33 ${group}OWN= ${SHAREOWN}
68 ${group}OWN_${file}?= ${${group}OWN}
H A Dbsd.confs.mk37 ${group}OWN?= ${SHAREOWN}
69 ${group}OWN_${cnf}?= ${${group}OWN}
/freebsd/contrib/nvi/ex/
H A Dex_init.c353 enum { ROOTOWN, OWN, WRITER } etype; in exrc_isok() enumerator
366 etype = rootown ? ROOTOWN : OWN; in exrc_isok()
391 case OWN: in exrc_isok()
410 case OWN: in exrc_isok()
/freebsd/sys/dev/axgbe/
H A Dxgbe-txrx.c265 * Set the OWN bit if this is not the first descriptor. For first in axgbe_isc_txd_encap()
266 * descriptor, OWN bit will be set at last so that hardware will in axgbe_isc_txd_encap()
267 * process the descriptors only after the OWN bit for the first in axgbe_isc_txd_encap()
271 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in axgbe_isc_txd_encap()
326 /* Set OWN bit */ in axgbe_isc_txd_encap()
327 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in axgbe_isc_txd_encap()
355 /* Set OWN bit for the first descriptor */ in axgbe_isc_txd_encap()
358 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in axgbe_isc_txd_encap()
471 RX_NORMAL_DESC3, OWN))) { in axgbe_isc_rxd_refill()
519 XGMAC_SET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN, in axgbe_isc_rxd_refill()
[all...]
H A Dxgbe-dev.c1259 return (!XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN)); in xgbe_tx_complete()
1365 if (XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN)) in xgbe_dev_read()
/freebsd/contrib/netbsd-tests/share/mk/
H A Dcommon.subr102 # - owngrp: Override the *OWN and *GRP variables to point to the current
115 echo "${class}OWN=$(id -un)" >>"${file}"
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc33 "(WARNING: USE AT YOUR OWN RISK!)")
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c487 DBG_SET_FLAG_MAJ("owner", OWN); in pmc_debugflags_parse()
848 PMCDBG1(OWN,ORM,1, "remove-owner po=%p", po); in pmc_remove_owner()
855 PMCDBG1(OWN,ORM,2, "pmc=%p", pm); in pmc_remove_owner()
880 PMCDBG1(OWN,OMR,1, "maybe-remove-owner po=%p", po); in pmc_maybe_remove_owner()
2314 PMCDBG4(OWN,ALL,1, "allocate-owner proc=%p (%d, %s) pmc-owner=%p", in pmc_allocate_owner_descriptor()
2324 PMCDBG4(OWN,REL,1, "destroy-owner po=%p proc=%p (%d, %s)", in pmc_destroy_owner_descriptor()
2627 PMCDBG5(OWN,FND,1, "find-owner proc=%p (%d, %s) hindex=0x%x -> " in pmc_find_owner_descriptor()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc157 "(WARNING: USE AT YOUR OWN RISK!)")