Searched refs:OWN (Results 1 – 10 of 10) sorted by relevance
/freebsd/share/mk/ |
H A D | bsd.incs.mk | 24 ${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 D | bsd.files.mk | 30 ${group}OWN?= ${SHAREOWN} 33 ${group}OWN= ${SHAREOWN} 68 ${group}OWN_${file}?= ${${group}OWN}
|
H A D | bsd.confs.mk | 37 ${group}OWN?= ${SHAREOWN} 69 ${group}OWN_${cnf}?= ${${group}OWN}
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_init.c | 353 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 D | xgbe-txrx.c | 265 * 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 D | xgbe-dev.c | 1259 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 D | common.subr | 102 # - 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 D | memprof_flags.inc | 33 "(WARNING: USE AT YOUR OWN RISK!)")
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 487 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 D | asan_flags.inc | 157 "(WARNING: USE AT YOUR OWN RISK!)")
|