Home
last modified time | relevance | path

Searched refs:tag (Results 1601 – 1625 of 1868) sorted by relevance

1...<<61626364656667686970>>...75

/freebsd/contrib/ntp/ntpsnmpd/
H A DMakefile.in184 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
193 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd/contrib/ntp/libparse/
H A DMakefile.in213 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h1290 __le16 tag; member
1313 __le16 tag; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1459 if (DIE.getTag() != EntryOr->tag()) { in verifyNameIndexEntries()
1462 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries()
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch173 response-ip-tag{COLON} { YDVAR(2, VAR_RESPONSE_IP_TAG) }
/freebsd/sys/contrib/zstd/
H A DREADME.md96 … the `github-users` [sample set](https://github.com/facebook/zstd/releases/tag/v1.1.3), created fr…
/freebsd/contrib/less/
H A Dfuncs.h363 public void findtag(char *tag);
/freebsd/share/i18n/csmapper/APPLE/
H A DTHAI%UCS.src157 # 0x0E48 (THAI CHARACTER MAI EK) + 0xF875 (a variant tag).
H A DUCS%THAI.src157 # 0x0E48 (THAI CHARACTER MAI EK) + 0xF875 (a variant tag).
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h326 uint32_t tag; /* O_TAG/O_TAGGED */ member
/freebsd/sys/netgraph/
H A Dng_lmi.c333 m_tag_prepend(m, &ptag->tag); in nglmi_inquire()
/freebsd/sys/contrib/device-tree/src/arm/synaptics/
H A Dberlin2q.dtsi158 arm,tag-latency = <2 2 2>;
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4x12.dtsi272 arm,tag-latency = <2 2 1>;
/freebsd/contrib/file/magic/Magdir/
H A Dwindows82 # value type/property tag: 001Fh~4 bytes for data size of UTF-16 LE string
1142 # URL: https://www.file-extensions.org/tag-file-extension
1147 #!:mime text/prs.lines.tag
1148 !:mime text/x-ms-tag
1150 !:ext tag
1711 # look for first MRTS tag
/freebsd/sys/kern/
H A Dvfs_subr.c2036 getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops, in getnewvnode() argument
2043 CTR3(KTR_VFS, "%s: mp %p with tag %s", __func__, mp, tag); in getnewvnode()
2076 if (lo->lo_name != tag) { in getnewvnode()
2078 lo->lo_name = tag; in getnewvnode()
2081 WITNESS_INIT(lo, tag); in getnewvnode()
2102 printf("NULL mp in getnewvnode(9), tag %s\n", tag); in getnewvnode()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c4576 metaslab_group_alloc_increment(spa_t *spa, uint64_t vdev, const void *tag, in metaslab_group_alloc_increment() argument
4588 (void) zfs_refcount_add(&mga->mga_alloc_queue_depth, tag); in metaslab_group_alloc_increment()
4610 metaslab_group_alloc_decrement(spa_t *spa, uint64_t vdev, const void *tag, in metaslab_group_alloc_decrement() argument
4622 (void) zfs_refcount_remove(&mga->mga_alloc_queue_depth, tag); in metaslab_group_alloc_decrement()
4628 metaslab_group_alloc_verify(spa_t *spa, const blkptr_t *bp, const void *tag, in metaslab_group_alloc_verify() argument
4639 VERIFY(zfs_refcount_not_held(&mga->mga_alloc_queue_depth, tag)); in metaslab_group_alloc_verify()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td3108 accepts a type tag that determines the type of some other argument.
3121 argument will be a type tag. The type tag will determine the expected type of
3132 // The function's second argument will be a type tag; this type tag will
3154 argument will be a type tag. The type tag will determine the expected pointee
3156 below, "3" means that the type tag associated with the function's third
3167 // The function's 3rd argument will be a type tag; this type tag will
3186 * **Type tag that is a reference to a declared identifier.**
3196 // &mpi_datatype_int is a type tag. It is tied to type "int".
3198 * **Type tag that is an integral literal.**
3208 // The number 42 is a type tag. It is tied to type "int".
[all …]
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c900 void *tag; in cxgb_setup_interrupts() local
944 NULL, t3_intr_msix, &sc->sge.qs[i], &tag); in cxgb_setup_interrupts()
954 sc->msix_intr_tag[i] = tag; in cxgb_setup_interrupts()
955 bus_describe_intr(sc->dev, res, tag, "qs%d", i); in cxgb_setup_interrupts()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6454 const char *tag; in zfs_do_hold_rele_impl() local
6479 tag = argv[0]; in zfs_do_hold_rele_impl()
6483 if (holding && tag[0] == '.') { in zfs_do_hold_rele_impl()
6512 if (zfs_hold(zhp, delim+1, tag, recursive, -1) != 0) in zfs_do_hold_rele_impl()
6515 if (zfs_release(zhp, delim+1, tag, recursive) != 0) in zfs_do_hold_rele_impl()
6655 const char *tag = nvpair_name(nvp); in holds_callback() local
6656 size_t taglen = strlen(tag); in holds_callback()
/freebsd/crypto/heimdal/kadmin/
H A DMakefile.in148 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd/contrib/ntp/ntpdc/
H A DMakefile.in189 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod174 only the content octets are present, the B<OCTET STRING> tag and length are
/freebsd/sys/dev/liquidio/base/
H A Dlio_request_manager.c652 pki_ih3->tag = LIO_CONTROL; in lio_prepare_soft_command()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c644 if (rel_info->tag == MT792x_FW_TAG_FEATURE) { in mt792x_get_offload_capability()
/freebsd/sys/netinet/
H A Dip_reass.c823 ipreass_zone_change(void *tag) in ipreass_zone_change() argument

1...<<61626364656667686970>>...75