Searched refs:tag (Results 176 - 200 of 1163) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/posix1e/
H A Dacl_strip.c70 acl_tag_t tag; local
87 tag = ACL_UNDEFINED_TAG;
96 if (acl_get_tag_type(entry, &tag) == -1)
99 switch(tag) {
H A Dacl_id_to_name.c56 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
63 switch(tag) {
/freebsd-current/sys/netgraph/
H A Dng_ipfw.c229 struct m_tag *tag; local
237 tag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
238 if (tag == NULL) {
249 r = (struct ipfw_rule_ref *)(tag + 1);
298 * We have two modes: in normal mode we add a tag to packet, which is
300 * a copy of a packet and forward it into netgraph without a tag.
303 struct m_tag *tag; local
308 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r),
310 if (tag == NULL) {
314 r = (struct ipfw_rule_ref *)(tag
[all...]
H A Dng_pppoe.c325 * Return the location where the next tag can be put
335 * Look for a tag of a specific type.
347 * Keep processing tags while a tag header will still fit.
351 * If the tag data would go past the end of the packet, abort.
355 CTR2(KTR_NET, "%20s: invalid length for tag %d",
360 CTR2(KTR_NET, "%20s: found tag %d", __func__, idx);
367 CTR2(KTR_NET, "%20s: not found tag %d", __func__, idx);
372 * Inlines to initialise or add tags to a session's tag list.
375 * Initialise the session's tag list.
411 const struct pppoe_tag **tag; local
454 pppoe_match_svc(node_p node, const struct pppoe_tag *tag) argument
618 pppoe_finduniq(node_p node, const struct pppoe_tag *tag) argument
643 pppoe_findcookie(node_p node, const struct pppoe_tag *tag) argument
1160 struct pppoe_tag *tag; local
1205 struct pppoe_tag *tag; local
1313 send_acname(sessp sp, const struct pppoe_tag *tag) argument
1355 send_maxp(sessp sp, const struct pppoe_tag *tag) argument
1377 send_hurl(sessp sp, const struct pppoe_tag *tag) argument
1400 send_motm(sessp sp, const struct pppoe_tag *tag) argument
1481 const struct pppoe_tag *tag; local
1580 const struct pppoe_tag *utag = NULL, *tag = NULL; local
2056 struct pppoe_tag *tag; local
[all...]
/freebsd-current/stand/common/
H A Dinstall.c105 char *p, *tag, *val; local
125 tag = buf;
126 while (!error && *tag != '\0') {
127 val = strchr(tag, '=');
140 if (strcmp(tag, "KERNEL") == 0)
142 else if (strcmp(tag, "MODULES") == 0)
144 else if (strcmp(tag, "ROOTFS") == 0)
146 else if (strcmp(tag, "LOADER_RC") == 0)
149 tag = p;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c46 void *tag; member in struct:irq_ent
92 if (irqe->tag != NULL)
93 bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag);
149 NULL, lkpi_irq_handler, irqe, &irqe->tag);
177 if (irqe == NULL || irqe->tag != NULL)
180 NULL, lkpi_irq_handler, irqe, &irqe->tag);
195 if (irqe->tag != NULL)
196 bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag);
197 irqe->tag = NULL;
/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h145 #define ZFS_TEARDOWN_ENTER_READ(zfsvfs, tag) \
146 rrm_enter_read(&(zfsvfs)->z_teardown_lock, tag);
148 #define ZFS_TEARDOWN_EXIT_READ(zfsvfs, tag) \
149 rrm_exit(&(zfsvfs)->z_teardown_lock, tag)
151 #define ZFS_TEARDOWN_ENTER_WRITE(zfsvfs, tag) \
152 rrm_enter(&(zfsvfs)->z_teardown_lock, RW_WRITER, tag)
155 rrm_exit(&(zfsvfs)->z_teardown_lock, tag)
157 #define ZFS_TEARDOWN_EXIT(zfsvfs, tag) \
158 rrm_exit(&(zfsvfs)->z_teardown_lock, tag)
/freebsd-current/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h141 // - __tsan_external_register_tag registers a 'tag' with the specified name,
143 // - __tsan_external_assign_tag can optionally mark a heap object with a tag
145 void SANITIZER_CDECL __tsan_external_register_header(void *tag,
147 void SANITIZER_CDECL __tsan_external_assign_tag(void *addr, void *tag);
149 void *tag);
151 void *tag);
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntptrap326 local($tag) = @_;
327 $tag = pack("H*",$tag);
328 $RETRY{$tag} = 0 if (!defined($RETRY{$tag}));
330 if (++$RETRY{$tag} > $MAX_TRY)
333 &hostname(substr($tag,$[,4)),
334 unpack("x4SC",$tag)));
338 &hostname(substr($tag,$[,4)),
339 unpack("x4SC",$tag)));
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c20 const ASN1_ITEM *it, int tag, int aclass);
26 const ASN1_TEMPLATE *tt, int tag, int aclass);
84 const ASN1_ITEM *it, int tag, int aclass)
105 tag, aclass);
106 return asn1_i2d_ex_primitive(pval, out, it, tag, aclass);
111 * if tag != -1, then this looks like an error in the template.
113 if (tag != -1) {
122 * if tag != -1, then this looks like an error in the template.
124 if (tag != -1) {
146 return ef->asn1_ex_i2d(pval, out, it, tag, aclas
83 ASN1_item_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
216 asn1_template_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) argument
468 asn1_i2d_ex_primitive(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
[all...]
H A Dtasn_dec.c30 int tag, int aclass, char opt, ASN1_TLC *ctx,
38 char inf, int tag, int aclass, int depth);
60 int tag, int aclass, char opt,
87 unsigned long ASN1_tag2bit(int tag) argument
89 if ((tag < 0) || (tag > 30))
91 return tag2bit[tag];
108 long len, const ASN1_ITEM *it, int tag,
118 rv = asn1_item_embed_d2i(pval, in, len, it, tag, aclass, opt, ctx, 0,
127 int tag, in
107 asn1_item_ex_d2i_intern(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, OSSL_LIB_CTX *libctx, const char *propq) argument
125 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
162 asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
698 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1040 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
[all...]
/freebsd-current/stand/libsa/
H A Dbootp.c359 u_char tag; local
374 tag = *cp++;
376 if (tag == TAG_END)
379 if (tag == TAG_SUBNET_MASK) {
382 if (tag == TAG_GATEWAY) {
385 if (tag == TAG_SWAPSERVER) {
389 if (tag == TAG_ROOTPATH) {
394 if (tag == TAG_HOSTNAME) {
399 if (tag == TAG_INTF_MTU) {
425 if (tag
486 uint8_t tag; member in struct:dhcp_opt
639 u_char tag; local
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py295 def wps_tag_read(tag, wait_remove=True):
297 if len(tag.ndef.message):
298 for record in tag.ndef.message:
301 summary("WPS tag - send to wpa_supplicant")
302 success = wpas_tag_read(tag.ndef.message)
305 summary("Empty tag")
311 print("Remove tag")
312 while tag.is_present:
318 def rdwr_connected_write(tag):
319 summary("Tag found - writing - " + str(tag))
[all...]
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c1955 * \param tag the tag of the request SMP
1964 bit32 tag
1976 pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
2030 saRoot->IOMap[tag].Tag = MARK_OFF;
2031 saRoot->IOMap[tag].IORequest = agNULL;
2032 saRoot->IOMap[tag].agContext = agNULL;
2374 bit32 tag = 0; local
2388 tag = pIomb->sspComplCxt[count].tag;
2442 bit32 tag; local
2970 bit32 tag; local
3391 bit32 tag = 0; local
[all...]
/freebsd-current/contrib/sendmail/libsm/
H A Dheap.c357 ** tag -- tag for debugging.
366 sm_malloc_tagged(size, tag, num, group)
368 char *tag;
390 if (ptr != NULL && !sm_heap_register(ptr, size, tag, num, group))
408 ** tag -- tag for debugging.
420 sm_malloc_tagged_x(size, tag, num, group)
422 char *tag;
447 if (ptr != NULL && !sm_heap_register(ptr, size, tag, nu
[all...]
/freebsd-current/sys/crypto/armv8/
H A Darmv8_crypto.c309 uint8_t iv[AES_BLOCK_LEN], tag[GMAC_DIGEST_LEN]; local
373 memset(tag, 0, sizeof(tag));
376 crp->crp_aad_length, authbuf, tag, iv, ses->Htable);
377 crypto_copyback(crp, crp->crp_digest_start, sizeof(tag),
378 tag);
380 crypto_copydata(crp, crp->crp_digest_start, sizeof(tag),
381 tag);
384 crp->crp_aad_length, authbuf, tag, iv, ses->Htable);
394 explicit_bzero(tag, sizeo
[all...]
H A Darmv8_crypto.h73 uint8_t tag[static GMAC_DIGEST_LEN],
78 size_t, const uint8_t *, const uint8_t tag[static GMAC_DIGEST_LEN],
/freebsd-current/sys/isa/
H A Dpnpparse.c60 pnp_parse_desc(device_t dev, u_char tag, u_char *res, int len, argument
70 if (PNP_RES_TYPE(tag) == 0) {
73 switch (PNP_SRES_NUM(tag)) {
84 pnp_printf(id, "unexpected small tag %d\n",
85 PNP_SRES_NUM(tag));
209 pnp_printf(id, "unexpected small tag %d\n",
210 PNP_SRES_NUM(tag));
215 switch (PNP_LRES_NUM(tag)) {
332 pnp_printf(id, "unexpected large tag %d\n",
333 PNP_SRES_NUM(tag));
413 u_char tag; local
572 u_char tag; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl225 # ensure that a matching error tag was produced. If the file is named
227 # that a matching drop tag was produced. If any *.out or *.err files are found
256 $tag = 0;
264 $tag = $1;
279 if ($opt_a && ($status != 0 || $tag != 0 || $droptag != 0 ||
323 push(@dtrace_argv, '-xerrtags') if ($tag);
334 if ($tag == 0 && $status == $0 && $opt_a) {
357 if ($tag == 0 && $status == $0 && $opt_a) {
473 if ($tag) {
478 unless ($tsterr =~ /: \[$tag\] lin
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py60 fields = ("name", "tag", "timestamp")
67 for tag, tm in ds.get_holds().iteritems():
68 val = {"name": ds.name, "tag": tag,
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dmerge-new-release.sh20 # differ from what the commit that the rewritten tag points to, since the
32 # Use the date of Linus' original tag for the tag.
44 echo >&2 "Unable to determine date for tag"
47 git tag -s -m "Tagging ${v}" -u 695A46C6 "${v}"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_006_neg.ksh64 log_must zfs hold tag $snap1
84 log_must zfs release tag $snap1
/freebsd-current/sys/arm/include/
H A Datags.h42 uint32_t tag; /* Node type */ member in struct:arm_lbabi_header
124 #define ATAG_TAG(a) (a)->tag_hdr.tag
/freebsd-current/sys/dev/usb/
H A Dusb_busdma.c368 * usb_dma_tag_create - allocate a DMA tag
370 * NOTE: If the "align" parameter has a value of 1 the DMA-tag will
377 bus_dma_tag_t tag; local
380 ( /* parent */ udt->tag_parent->tag,
395 &tag)) {
396 tag = NULL;
398 udt->tag = tag;
402 * usb_dma_tag_free - free a DMA tag
407 bus_dma_tag_destroy(udt->tag);
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h212 int dmu_objset_hold(const char *name, const void *tag, objset_t **osp);
213 int dmu_objset_hold_flags(const char *name, boolean_t decrypt, const void *tag,
216 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp);
219 const void *tag, objset_t **osp);
221 struct dsl_dataset **newds, boolean_t decrypt, const void *tag);
222 void dmu_objset_rele(objset_t *os, const void *tag);
223 void dmu_objset_rele_flags(objset_t *os, boolean_t decrypt, const void *tag);
224 void dmu_objset_disown(objset_t *os, boolean_t decrypt, const void *tag);

Completed in 343 milliseconds

1234567891011>>