Searched refs:tag (Results 76 - 100 of 1121) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dsecretstream.c20 unsigned char tag; local
89 (state, m1, &res_len, &tag,
92 assert(tag == 0);
97 (state, m2, NULL, &tag,
100 assert(tag == 0);
105 (state, m3, NULL, &tag,
110 (state, m3, NULL, &tag,
113 assert(tag == crypto_secretstream_xchacha20poly1305_TAG_FINAL);
116 /* previous with FINAL tag */
119 (state, m3, NULL, &tag,
[all...]
/freebsd-12-stable/tools/tools/npe/npestats/
H A Dmain.c44 const char *tag; member in struct:__anon17214
53 getfmt(const char *tag) argument
57 if (strcasecmp(tags[i].tag, tag) == 0)
59 return tag;
/freebsd-12-stable/usr.sbin/ctld/
H A Disns.h81 void isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len,
84 void isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value);
85 void isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value);
86 void isns_req_add_addr(struct isns_req *req, uint32_t tag, struct addrinfo *ai);
87 void isns_req_add_port(struct isns_req *req, uint32_t tag, struct addrinfo *ai);
/freebsd-12-stable/tools/tools/ath/athaggrstats/
H A Dmain.c57 const char *tag; member in struct:__anon17169
66 getfmt(const char *tag) argument
70 if (strcasecmp(tags[i].tag, tag) == 0)
72 return tag;
/freebsd-12-stable/tools/tools/ath/athstats/
H A Dmain.c56 const char *tag; member in struct:__anon17178
71 getfmt(const char *tag) argument
75 if (strcasecmp(tags[i].tag, tag) == 0)
77 return tag;
/freebsd-12-stable/contrib/mandoc/
H A Deqn_html.c37 struct tag *post, *row, *cell, *t;
41 enum htmltag tag; local
150 tag = TAG_MI;
154 tag = TAG_MN;
158 tag = TAG_MI;
163 tag = TAG_MO;
169 tag = TAG_MI;
177 (((tag == TAG_MN || tag == TAG_MO) &&
179 (tag
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_acl.c53 int type, int permset, int tag);
55 int type, int permset, int tag, int id);
57 int type, int permset, int tag, int id, const char *name,
72 int tag, int flags, const wchar_t *wname, int perm, int id);
83 int tag, int flags, const char *name, int perm, int id);
161 ap->type, ap->permset, ap->tag, ap->id);
170 int type, int permset, int tag, int id, const char *name)
174 if (acl_special(acl, type, permset, tag) == 0)
176 ap = acl_new_entry(acl, type, permset, tag, id);
190 int type, int permset, int tag, in
169 archive_acl_add_entry(struct archive_acl *acl, int type, int permset, int tag, int id, const char *name) argument
189 archive_acl_add_entry_w_len(struct archive_acl *acl, int type, int permset, int tag, int id, const wchar_t *name, size_t len) argument
209 archive_acl_add_entry_len_l(struct archive_acl *acl, int type, int permset, int tag, int id, const char *name, size_t len, struct archive_string_conv *sc) argument
242 acl_special(struct archive_acl *acl, int type, int permset, int tag) argument
269 acl_new_entry(struct archive_acl *acl, int type, int permset, int tag, int id) argument
432 archive_acl_next(struct archive *a, struct archive_acl *acl, int want_type, int *type, int *permset, int *tag, int *id, const char **name) argument
779 append_entry_w(wchar_t **wp, const wchar_t *prefix, int type, int tag, int flags, const wchar_t *wname, int perm, int id) argument
1014 append_entry(char **p, const char *prefix, int type, int tag, int flags, const char *name, int perm, int id) argument
1148 int type, types, tag, permset, id; local
1631 int type, types, tag, permset, id; local
[all...]
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.c90 static const u8 * search_tag(const char *tag, const u8 *buf, size_t len) argument
94 plen = os_strlen(tag);
99 if (os_memcmp(buf + i, tag, plen) == 0)
116 wpa_printf(MSG_DEBUG, "TLSv1: No PEM certificate tag found - "
129 "certificate end tag (%s)", pem_cert_end);
460 hdr.tag != ASN1_TAG_SEQUENCE) {
462 "PKCS #12: Expected SEQUENCE (CertBag) - found class %d tag 0x%x",
463 hdr.class, hdr.tag);
487 hdr.tag != 0) {
489 "PKCS #12: Expected [0] EXPLICIT (certValue) - found class %d tag
[all...]
H A Dtlsv1_client_ocsp.c143 hdr.tag != ASN1_TAG_SEQUENCE) {
145 "OCSP: Expected SEQUENCE (CertID) - found class %d tag 0x%x",
146 hdr.class, hdr.tag);
167 hdr.tag != ASN1_TAG_OCTETSTRING) {
169 "OCSP: Expected OCTET STRING (issuerNameHash) - found class %d tag 0x%x",
170 hdr.class, hdr.tag);
194 hdr.tag != ASN1_TAG_OCTETSTRING) {
196 "OCSP: Expected OCTET STRING (issuerKeyHash) - found class %d tag 0x%x",
197 hdr.class, hdr.tag);
218 hdr.tag !
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h60 * events based upon their sender, type, and tag.
127 void *tag, isc_eventlist_t *events);
131 void (*setname)(isc_task_t *task, const char *name, void *tag);
133 isc_eventtype_t type, void *tag);
136 void *tag);
293 isc_eventtype_t last, void *tag);
306 * type is >= first and <= last, and whose tag is 'tag' will be purged,
309 *\li A sender of NULL will match any sender. A NULL tag matches any
310 * tag
[all...]
/freebsd-12-stable/sys/dev/drm/
H A Dati_pcigart.c74 ret = bus_dma_tag_create(NULL, PAGE_SIZE, 0, /* tag, align, boundary */
80 &dmah->tag);
90 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr, flags, &dmah->map);
92 bus_dma_tag_destroy(dmah->tag);
98 ret = bus_dmamap_load(dmah->tag, dmah->map, dmah->vaddr,
102 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
103 bus_dma_tag_destroy(dmah->tag);
119 bus_dmamap_unload(dmah->tag, dmah->map);
120 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
121 bus_dma_tag_destroy(dmah->tag);
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h51 void *tag; member in struct:irq_ent
104 NULL, linux_irq_handler, irqe, &irqe->tag);
125 if (irqe == NULL || irqe->tag != NULL)
128 NULL, linux_irq_handler, irqe, &irqe->tag);
143 if (irqe->tag != NULL)
144 bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag);
145 irqe->tag = NULL;
179 if (irqe->tag != NULL)
180 bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag);
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_response.c143 uint32_t tag = (uint32_t)tmf_resp->req_id; local
144 rcb_t *rcb = &softs->rcb[tag];
146 ASSERT(rcb->tag == tag);
191 uint32_t tag = 0; local
200 tag = response->request_id;
201 rcb = &softs->rcb[tag];
203 ASSERT(rcb->tag == tag && rcb->req_pending);
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py173 def wps_tag_read(tag):
175 if len(tag.ndef.message):
176 for record in tag.ndef.message:
179 summary("WPS tag - send to hostapd")
180 success = wpas_tag_read(tag.ndef.message)
183 summary("Empty tag")
191 def rdwr_connected_write(tag):
192 summary("Tag found - writing - " + str(tag))
194 tag.ndef.message = str(write_data)
196 print("Done - remove tag")
[all...]
/freebsd-12-stable/sys/dev/hptmv/
H A Draid5n.h39 typedef void (* HPTLIBAPI xfer_done_fn)(_VBUS_ARG void *tag, int result);
49 #define dataxfer_exec(handle, done, tag) done(_VBUS_P tag, 0)
53 typedef void (* HPTLIBAPI xor_done_fn)(_VBUS_ARG void *tag, int result);
71 #define xor_exec(handle, done, tag) done(_VBUS_P tag, 0)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp92 if (entry.tag() != DW_TAG_variable)
111 if (entry_or->tag() != DW_TAG_variable)
131 if (entry_or->tag() != DW_TAG_variable)
154 if (entry.tag() != DW_TAG_structure_type &&
155 entry.tag() != DW_TAG_class_type)
191 if (isType(entry.tag()))
202 if (entry.tag() == context[0].tag)
212 if (entry.tag() == DW_TAG_namespace)
227 Tag tag local
254 Tag tag = entry_or->tag(); local
[all...]
/freebsd-12-stable/contrib/dtc/
H A Dfdtdump.c25 static const char *tagname(uint32_t tag) argument
36 if (tag < ARRAY_SIZE(names))
37 if (names[tag])
38 return names[tag];
58 uint32_t tag; local
99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
101 dumpf("%04zx: tag: 0x%08x (%s)\n",
102 (uintptr_t)p - blob_off - 4, tag, tagname(tag));
104 if (tag
[all...]
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dspu-dis.c100 enum spu_insns tag; local
121 tag = (enum spu_insns)(index - spu_opcodes);
123 if (tag == M_BI || tag == M_BISL || tag == M_IRET || tag == M_BISLED
124 || tag == M_BIHNZ || tag == M_BIHZ || tag == M_BINZ || tag
[all...]
/freebsd-12-stable/sys/dev/uart/
H A Duart_subr.c126 int tag; local
129 tag = UART_TAG_BD;
133 tag = UART_TAG_BR;
137 tag = UART_TAG_CH;
141 tag = UART_TAG_DB;
145 tag = UART_TAG_DT;
149 tag = UART_TAG_IO;
153 tag = UART_TAG_MM;
157 tag = UART_TAG_PA;
161 tag
[all...]
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dcheetah.c238 u_long data, tag; local
252 tag = ldxa(slot, ASI_DTLB_TAG_READ_REG);
254 TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
260 tag = ldxa(slot, ASI_ITLB_TAG_READ_REG);
262 TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
271 tag = ldxa(slot, ASI_DTLB_TAG_READ_REG);
272 if ((data & TD_V) != 0 && TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
279 tag = ldxa(slot, ASI_DTLB_TAG_READ_REG);
280 if ((data & TD_V) != 0 && TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
290 tag
[all...]
/freebsd-12-stable/contrib/file/src/
H A Dder.c151 uint32_t tag; local
156 tag = c[(*p)++] & 0x1f;
158 if (tag != 0x1f)
159 return tag;
165 tag = tag * 128 + c[(*p)++] - 0x80;
169 return tag;
173 * Read the length of a DER tag from the input.
225 der_tag(char *buf, size_t len, uint32_t tag) argument
227 if (tag < DER_TAG_LAS
236 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) argument
307 uint32_t tag, tlen; local
375 printtag(uint32_t tag, const void *q, uint32_t len) argument
408 uint32_t tag = gettag(p, &x, ep - p + x); local
[all...]
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dgen_decode.c61 Der_class *cl, Der_type *ty, unsigned *tag)
67 *tag = UT_BitString;
72 *tag = UT_Boolean;
79 *tag = UT_Enumerated;
84 *tag = UT_GeneralString;
89 *tag = UT_TeletexString;
94 *tag = UT_GeneralizedTime;
99 *tag = UT_IA5String;
104 *tag = UT_Integer;
109 *tag
60 find_tag(const Type *t, Der_class *cl, Der_type *ty, unsigned *tag) argument
572 unsigned tag; local
[all...]
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dasn1t.h313 # define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
314 (flags), (tag), 0,\
321 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
322 (flags), (tag), offsetof(stname, field),\
327 # define ASN1_IMP_EX(stname, field, type, tag, ex) \
328 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | (ex), tag, stname, field, type)
330 # define ASN1_EXP_EX(stname, field, type, tag, ex) \
331 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | (ex), tag, stname, field, type)
352 # define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag,
470 long tag; /* tag, not used if no tagging */ member in struct:ASN1_TEMPLATE_st
[all...]
/freebsd-12-stable/contrib/dtc/libfdt/
H A Dfdt.c97 uint32_t tag; local
105 tag = fdt32_to_cpu(*tagp);
109 switch (tag) {
141 return tag;
165 uint32_t tag; local
173 tag = fdt_next_tag(fdt, offset, &nextoffset);
175 switch (tag) {
197 } while (tag != FDT_BEGIN_NODE);
H A Dfdt.h82 fdt32_t tag; member in struct:fdt_node_header
87 fdt32_t tag; member in struct:fdt_property

Completed in 171 milliseconds

1234567891011>>