Home
last modified time | relevance | path

Searched refs:_match (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dbitstring.h156 bit_ntest(const bitstr_t *_bitstr, size_t _start, size_t _stop, int _match) in bit_ntest() argument
161 _mask = (_match == 0) ? 0 : _BITSTR_MASK; in bit_ntest()
230 bit_ff_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, int _match) in bit_ff_at_() argument
243 _mask = _match ? 0 : _BITSTR_MASK; in bit_ff_at_()
257 #define bit_ff_at(_bitstr, _start, _nbits, _match, _resultp) \ argument
258 *(_resultp) = bit_ff_at_((_bitstr), (_start), (_nbits), (_match))
279 int _match) in bit_ff_area_at_() argument
288 _mask = _match ? _BITSTR_MASK : 0; in bit_ff_area_at_()
319 #define bit_ff_area_at(_bitstr, _start, _nbits, _size, _match, _resultp) \ argument
320 *(_resultp) = bit_ff_area_at_(_bitstr, _start, _nbits, _size, _match);
/freebsd/sys/dev/virtio/
H A Dvirtio.h78 static const struct virtio_pnp_match driver ## _match = { \
83 &driver ## _match, 1); \
85 &driver ## _match, 1)
87 (virtio_simple_probe(dev, &driver ## _match))
/freebsd/libexec/rc/
H A Ddebug.sh159 _match=
179 _match=$_e
185 if test -z "$_off$_match"; then
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-meta.m474 _match="${ZFS_META_NAME}-${ZFS_META_VERSION}"
75 _alias=$(git describe --match=${_match} 2>/dev/null)
81 _match="${ZFS_META_NAME}-${ZFS_META_VERSION}-${ZFS_META_RELEASE}"
82 _alias=$(git describe --match=${_match} 2>/dev/null)
/freebsd/sys/netinet/
H A Din_pcb.h700 #define INP_ITERATOR(_ipi, _lock, _match, _ctx) \ argument
705 .match = (_match), \
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c121 goto _match; in ZSTD_compressBlock_fast_generic()
149 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c185 goto _match; in ZSTD_compressBlock_fast_noDict_generic()
280 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_noDict_generic()