Searched refs:tag (Results 151 - 175 of 1112) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet/
H A Dip_options.h45 struct m_tag tag; /* m_tag */ member in struct:ipopt_tag
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_mtag.h48 u_int16_t tag; /* tag id */ member in struct:pf_mtag
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.h47 struct bus_dma_tag_dmar *tag; member in struct:bus_dmamap_dmar
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_task_request.h101 * @param[in] io_tag This parameter specifies the IO tag to be associated
105 * memory when the IO tag is allocated internally during the
169 #define scic_task_request_construct(controller, dev, tag, task, mem, handle) \
/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.h84 u_int16_t tag; member in struct:ng_checksum_vlan_header
/freebsd-11-stable/stand/common/
H A Dinstall.c108 char *p, *tag, *val; local
128 tag = buf;
129 while (!error && *tag != '\0') {
130 val = strchr(tag, '=');
143 if (strcmp(tag, "KERNEL") == 0)
145 else if (strcmp(tag, "MODULES") == 0)
147 else if (strcmp(tag, "ROOTFS") == 0)
149 else if (strcmp(tag, "LOADER_RC") == 0)
152 tag = p;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.c25 * Linux 3.14.3 (tag id a2df521e42b1d9a23f620ac79dbfe8655a8391dd)
304 bus_dmamap_sync(ring->cmd_dma.tag, ring->cmd_dma.map,
307 bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
437 iwm_dma_contig_alloc(bus_dma_tag_t tag, struct iwm_dma_info *dma, argument
442 dma->tag = NULL;
447 error = bus_dma_tag_create(tag, alignment,
449 1, size, 0, NULL, NULL, &dma->tag);
453 error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
458 error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
461 bus_dmamem_free(dma->tag, dm
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp23 const ProgramPointTag *tag){
28 return PreStmt(S, LC, tag);
30 return PostStmt(S, LC, tag);
32 return PreLoad(S, LC, tag);
34 return PostLoad(S, LC, tag);
36 return PreStore(S, LC, tag);
38 return PostLValue(S, LC, tag);
40 return PostStmtPurgeDeadSymbols(S, LC, tag);
42 return PreStmtPurgeDeadSymbols(S, LC, tag);
21 getProgramPoint(const Stmt *S, ProgramPoint::Kind K, const LocationContext *LC, const ProgramPointTag *tag) argument
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodev.py102 ('tag', 'P', 0),
224 def _doaead(self, op, src, aad, iv, tag=None):
238 raise ValueError('must have a tag length')
240 if tag is None:
241 tag = array.array('B', [0] * self._maclen)
243 assert len(tag) == self._maclen, `len(tag), self._maclen`
244 tag = array.array('B', tag)
246 caead.tag
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dx509v3.c197 hdr.tag != ASN1_TAG_SEQUENCE) {
199 "(AlgorithmIdentifier) - found class %d tag 0x%x",
200 hdr.class, hdr.tag);
238 hdr.tag != ASN1_TAG_SEQUENCE) {
240 "(SubjectPublicKeyInfo) - found class %d tag 0x%x",
241 hdr.class, hdr.tag);
257 hdr.tag != ASN1_TAG_BITSTRING) {
259 "(subjectPublicKey) - found class %d tag 0x%x",
260 hdr.class, hdr.tag);
313 hdr.tag !
[all...]
/freebsd-11-stable/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-11-stable/sys/mips/nlm/
H A Dbus_space_rmi.c178 rmi_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
357 /* generic bus_space tag */
397 * described by tag/handle/offset.
401 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle, argument
408 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle, argument
415 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle, argument
424 * described by tag/handle/offset and copy into buffer provided.
427 rmi_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, argument
434 rmi_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, argument
441 rmi_bus_space_read_multi_4(void *tag, bus_space_handle_ argument
453 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
460 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
467 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
481 rmi_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t *addr, size_t count) argument
488 rmi_bus_space_write_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t *addr, size_t count) argument
495 rmi_bus_space_write_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t *addr, size_t count) argument
570 rmi_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t *addr, size_t count) argument
577 rmi_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t *addr, size_t count) argument
584 rmi_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t *addr, size_t count) argument
647 rmi_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t *addr, size_t count) argument
654 rmi_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t *addr, size_t count) argument
661 rmi_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t *addr, size_t count) argument
696 rmi_uart_bus_space_read_1(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
703 rmi_uart_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
[all...]
/freebsd-11-stable/stand/libsa/
H A Dbootp.c364 u_char tag; local
379 tag = *cp++;
381 if (tag == TAG_END)
384 if (tag == TAG_SUBNET_MASK) {
387 if (tag == TAG_GATEWAY) {
390 if (tag == TAG_SWAPSERVER) {
394 if (tag == TAG_ROOTPATH) {
399 if (tag == TAG_HOSTNAME) {
404 if (tag == TAG_INTF_MTU) {
430 if (tag
491 uint8_t tag; member in struct:dhcp_opt
644 u_char tag; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c80 char inf, int tag, int aclass, int depth);
100 int tag, int aclass, char opt,
125 unsigned long ASN1_tag2bit(int tag) argument
127 if ((tag < 0) || (tag > 30))
129 return tag2bit[tag];
170 * tag mismatch return -1 to handle OPTIONAL
173 long len, const ASN1_ITEM *it, int tag, int aclass,
213 if ((tag != -1) || opt) {
222 tag, aclas
172 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, int depth) argument
549 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
753 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
1093 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dheap.c350 ** tag -- tag for debugging.
359 sm_malloc_tagged(size, tag, num, group)
361 char *tag;
383 if (ptr != NULL && !sm_heap_register(ptr, size, tag, num, group))
401 ** tag -- tag for debugging.
413 sm_malloc_tagged_x(size, tag, num, group)
415 char *tag;
440 if (ptr != NULL && !sm_heap_register(ptr, size, tag, nu
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c1956 * \param tag the tag of the request SMP
1965 bit32 tag
1977 pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
2031 saRoot->IOMap[tag].Tag = MARK_OFF;
2032 saRoot->IOMap[tag].IORequest = agNULL;
2033 saRoot->IOMap[tag].agContext = agNULL;
2375 bit32 tag = 0; local
2389 tag = pIomb->sspComplCxt[count].tag;
2443 bit32 tag; local
2971 bit32 tag; local
3392 bit32 tag = 0; local
[all...]
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/evp/
H A Devp_test.c139 const unsigned char *tag, int tn, int encdec)
157 hexdump(stdout, "Tag", tag, tn);
262 fprintf(stderr, "Get tag failed\n");
266 if (memcmp(rtag, tag, tn)) {
269 hexdump(stderr, "Expected", tag, tn);
293 (&ctx, EVP_CTRL_GCM_SET_TAG, tn, (void *)tag)) {
294 fprintf(stderr, "Set tag failed\n");
315 (&ctx, EVP_CTRL_CCM_SET_TAG, tn, (void *)tag)) {
384 const unsigned char *tag, int tn, int encdec)
392 test1(c, key, kn, iv, in, plaintext, pn, ciphertext, cn, aad, an, tag, t
134 test1(const EVP_CIPHER *c, const unsigned char *key, int kn, const unsigned char *iv, int in, const unsigned char *plaintext, int pn, const unsigned char *ciphertext, int cn, const unsigned char *aad, int an, const unsigned char *tag, int tn, int encdec) argument
379 test_cipher(const char *cipher, const unsigned char *key, int kn, const unsigned char *iv, int in, const unsigned char *plaintext, int pn, const unsigned char *ciphertext, int cn, const unsigned char *aad, int an, const unsigned char *tag, int tn, int encdec) argument
503 unsigned char *iv, *key, *plaintext, *ciphertext, *aad, *tag; local
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ddb.c74 static void _db_show_node_table(const char *tag,
76 static void _db_show_channel(const char *tag, const struct ieee80211_channel *);
77 static void _db_show_ssid(const char *tag, int ix, int len, const uint8_t *);
78 static void _db_show_appie(const char *tag, const struct ieee80211_appie *);
79 static void _db_show_key(const char *tag, int ix, const struct ieee80211_key *);
80 static void _db_show_roamparams(const char *tag, const void *arg,
82 static void _db_show_txparams(const char *tag, const void *arg,
84 static void _db_show_ageq(const char *tag, const struct ieee80211_ageq *q);
685 _db_show_node_table(const char *tag, const struct ieee80211_node_table *nt) argument
689 db_printf("%s%s@%p:\n", tag, n
703 _db_show_channel(const char *tag, const struct ieee80211_channel *c) argument
719 _db_show_ssid(const char *tag, int ix, int len, const uint8_t *ssid) argument
746 _db_show_appie(const char *tag, const struct ieee80211_appie *ie) argument
760 _db_show_key(const char *tag, int ix, const struct ieee80211_key *wk) argument
817 printrate(const char *tag, int v) argument
830 _db_show_roamparams(const char *tag, const void *arg, const struct ieee80211_roamparam *rp) argument
843 _db_show_txparams(const char *tag, const void *arg, const struct ieee80211_txparam *tp) argument
855 _db_show_ageq(const char *tag, const struct ieee80211_ageq *q) argument
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c205 pqisrc_put_tag(&softs->taglist, rcb->tag);
570 rcb->tag = INVALID_ELEM;
677 int tag = 0; local
681 for (tag = 1; tag < softs->max_outstanding_io; tag++) {
682 rcb_t *prcb = &softs->rcb[tag];
700 uint32_t tag, no_transfer = 0; local
741 tag = pqisrc_get_tag(&softs->taglist);
742 if( tag
817 uint32_t tag = 0; local
854 uint32_t tag = 0; local
885 uint32_t tag = 0; local
[all...]
/freebsd-11-stable/sys/isa/
H A Dpnpparse.c61 pnp_parse_desc(device_t dev, u_char tag, u_char *res, int len, argument
71 if (PNP_RES_TYPE(tag) == 0) {
74 switch (PNP_SRES_NUM(tag)) {
85 pnp_printf(id, "unexpected small tag %d\n",
86 PNP_SRES_NUM(tag));
210 pnp_printf(id, "unexpected small tag %d\n",
211 PNP_SRES_NUM(tag));
216 switch (PNP_LRES_NUM(tag)) {
333 pnp_printf(id, "unexpected large tag %d\n",
334 PNP_SRES_NUM(tag));
414 u_char tag; local
573 u_char tag; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtask_api.c167 void *tag, isc_eventlist_t *events)
171 return (task->methods->unsend(task, sender, type, tag, events));
190 isc_task_setname(isc_task_t *task, const char *name, void *tag) { argument
193 task->methods->setname(task, name, tag);
197 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
201 return (task->methods->purgeevents(task, sender, type, tag));
239 isc_eventtype_t last, void *tag)
243 return (task->methods->purgerange(task, sender, first, last, tag));
166 isc_task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
238 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
/freebsd-11-stable/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-11-stable/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-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npi.h78 uint64_t tag : 32; /**< POW 32 bit tag */ member in struct:__anon8656::__anon8657
80 uint64_t tag : 32;

Completed in 311 milliseconds

1234567891011>>