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

1234567891011>>

/freebsd-current/sys/dev/ixl/
H A Di40e_osdep.c85 &mem->tag);
92 err = bus_dmamem_alloc(mem->tag, (void **)&mem->va,
100 err = bus_dmamap_load(mem->tag, mem->map, mem->va,
112 bus_dmamap_sync(mem->tag, mem->map,
116 bus_dmamem_free(mem->tag, mem->va, mem->map);
118 bus_dma_tag_destroy(mem->tag);
121 mem->tag = NULL;
128 bus_dmamap_sync(mem->tag, mem->map,
130 bus_dmamap_unload(mem->tag, mem->map);
131 bus_dmamem_free(mem->tag, me
[all...]
/freebsd-current/sys/dev/aic7xxx/
H A Dahc_isa.c45 static struct aic7770_identity *ahc_isa_find_device(bus_space_tag_t tag,
61 ahc_isa_find_device(bus_space_tag_t tag, bus_space_handle_t bsh) { argument
69 bus_space_write_1(tag, bsh, 0x80, 0x80 + i);
70 id |= bus_space_read_1(tag, bsh, 0x80 + i)
86 bus_space_tag_t tag; local
104 tag = rman_get_bustag(regs);
107 entry = ahc_isa_find_device(tag, bsh);
127 bus_space_tag_t tag; local
154 tag = rman_get_bustag(regs);
157 entry = ahc_isa_find_device(tag, bs
218 bus_space_tag_t tag; local
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dscp.sh45 tag="$tid: $mode mode"
52 verbose "$tag: simple copy local file to local file"
57 verbose "$tag: simple copy local file to remote file"
62 verbose "$tag: simple copy remote file to local file"
67 verbose "$tag: copy local file to remote file in place"
73 verbose "$tag: copy remote file to local file in place"
79 verbose "$tag: copy local file to remote file clobber"
86 verbose "$tag: copy remote file to local file clobber"
92 verbose "$tag: simple copy local file to remote dir"
98 verbose "$tag
[all...]
H A Dscp-uri.sh29 tag="$tid: $mode mode"
35 verbose "$tag: simple copy local file to remote file"
40 verbose "$tag: simple copy remote file to local file"
45 verbose "$tag: simple copy local file to remote dir"
51 verbose "$tag: simple copy remote file to local dir"
57 verbose "$tag: recursive local dir to remote dir"
66 verbose "$tag: recursive remote dir to local dir"
/freebsd-current/bin/sh/
H A Dmknodes.c67 char *tag; /* structure tag */ member in struct:str
123 char tag[BUFLEN]; local
129 if (! nextfield(tag))
135 if (strcmp(sp->tag, tag) == 0)
139 sp->tag = savestr(tag);
224 fprintf(hfile, "struct %s {\n", sp->tag);
233 fprintf(hfile, " struct %s %s;\n", sp->tag, s
[all...]
/freebsd-current/contrib/wpa/src/tls/
H A Dasn1.c130 if (hdr->tag == ASN1_TAG_BOOLEAN && !asn1_valid_der_boolean(hdr))
132 if (hdr->tag == ASN1_TAG_NULL && hdr->length != 0)
137 (hdr->tag == ASN1_TAG_BOOLEAN ||
138 hdr->tag == ASN1_TAG_INTEGER ||
139 hdr->tag == ASN1_TAG_NULL ||
140 hdr->tag == ASN1_TAG_OID ||
141 hdr->tag == ANS1_TAG_RELATIVE_OID ||
142 hdr->tag == ASN1_TAG_REAL ||
143 hdr->tag == ASN1_TAG_ENUMERATED ||
144 hdr->tag
580 asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, size_t len) argument
637 asn1_encaps(struct wpabuf *buf, u8 class, u8 tag) argument
[all...]
/freebsd-current/contrib/libxo/libxo/
H A Dxo_explicit.h59 const char *tag, xo_xof_flags_t flags);
/freebsd-current/contrib/libxo/xohtml/
H A Dxohtml.js8 tag = $(this).attr('data-tag'),
28 title: "<b>" + tag + "</b>",
/freebsd-current/contrib/wpa/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/freebsd-current/stand/fdt/
H A Dfdt_platform.h58 const char *fdt_devmatch_next(int *tag, int *compatlen);
/freebsd-current/sys/dev/virtio/balloon/
H A Dvirtio_balloon.h74 * __virtio16 tag;
84 uint16_t tag; member in struct:virtio_balloon_stat
/freebsd-current/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-current/contrib/libpcap/rpcapd/
H A Dlog.c48 const char *tag; local
61 tag = "";
66 tag = "DEBUG: ";
70 tag = "";
74 tag = "warning: ";
78 tag = "error: ";
82 fprintf(stderr, "rpcapd: %s", tag);
/freebsd-current/usr.sbin/ctld/
H A Disns.h79 void isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len,
82 void isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value);
83 void isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value);
84 void isns_req_add_addr(struct isns_req *req, uint32_t tag, struct addrinfo *ai);
85 void isns_req_add_port(struct isns_req *req, uint32_t tag, struct addrinfo *ai);
/freebsd-current/tools/tools/npe/npestats/
H A Dmain.c42 const char *tag; member in struct:__anon6391
51 getfmt(const char *tag) argument
55 if (strcasecmp(tags[i].tag, tag) == 0)
57 return tag;
/freebsd-current/tools/tools/ath/athaggrstats/
H A Dmain.c55 const char *tag; member in struct:__anon6347
64 getfmt(const char *tag) argument
68 if (strcasecmp(tags[i].tag, tag) == 0)
70 return tag;
/freebsd-current/tools/tools/ath/athstats/
H A Dmain.c54 const char *tag; member in struct:__anon6356
72 getfmt(const char *tag) argument
76 if (strcasecmp(tags[i].tag, tag) == 0)
78 return tag;
/freebsd-current/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...]
H A Dhtml.c50 #define HTML_NOSTACK (1 << 2) /* Does not have an end tag. */
129 static void print_ctag(struct html *, struct tag *);
143 h->tag = NULL;
164 struct tag *tag; local
168 while ((tag = h->tag) != NULL) {
169 h->tag = tag->next;
170 free(tag);
628 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) argument
836 print_ctag(struct html *h, struct tag *tag) argument
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_acl.c52 int type, int permset, int tag);
54 int type, int permset, int tag, int id);
56 int type, int permset, int tag, int id, const char *name,
71 int tag, int flags, const wchar_t *wname, int perm, int id);
82 int tag, int flags, const char *name, int perm, int id);
160 ap->type, ap->permset, ap->tag, ap->id);
169 int type, int permset, int tag, int id, const char *name)
173 if (acl_special(acl, type, permset, tag) == 0)
175 ap = acl_new_entry(acl, type, permset, tag, id);
189 int type, int permset, int tag, in
168 archive_acl_add_entry(struct archive_acl *acl, int type, int permset, int tag, int id, const char *name) argument
188 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
208 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
241 acl_special(struct archive_acl *acl, int type, int permset, int tag) argument
268 acl_new_entry(struct archive_acl *acl, int type, int permset, int tag, int id) argument
431 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
778 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
1013 append_entry(char **p, const char *prefix, int type, int tag, int flags, const char *name, int perm, int id) argument
1147 int type, types, tag, permset, id; local
1630 int type, types, tag, permset, id; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp52 // Create a \p Name tag around \p Str, and optionally set its \p ClassName.
53 std::string tag(StringRef Name, StringRef Str, StringRef ClassName = "") { function in namespace:__anon3057
335 Columns.emplace_back(tag("td", tag("pre", S), CellClass));
338 Columns.emplace_back(tag("td", tag("pre", FirstCol)));
363 OS << tag("tr", join(Columns.begin(), Columns.end(), ""), "light-row-bold");
365 OS << tag("tr", join(Columns.begin(), Columns.end(), ""), "light-row");
401 Columns.emplace_back(tag("td", "Filename", "column-entry-bold"));
402 Columns.emplace_back(tag("t
[all...]
/freebsd-current/contrib/ntp/libntp/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-current/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-current/sys/dev/uart/
H A Duart_subr.c114 int tag; local
117 tag = UART_TAG_BD;
121 tag = UART_TAG_BR;
125 tag = UART_TAG_CH;
129 tag = UART_TAG_DB;
133 tag = UART_TAG_DT;
137 tag = UART_TAG_IO;
141 tag = UART_TAG_MM;
145 tag = UART_TAG_PA;
149 tag
[all...]
/freebsd-current/sys/dev/hptmv/
H A Draid5n.h37 typedef void (* HPTLIBAPI xfer_done_fn)(_VBUS_ARG void *tag, int result);
47 #define dataxfer_exec(handle, done, tag) done(_VBUS_P tag, 0)
51 typedef void (* HPTLIBAPI xor_done_fn)(_VBUS_ARG void *tag, int result);
69 #define xor_exec(handle, done, tag) done(_VBUS_P tag, 0)

Completed in 1685 milliseconds

1234567891011>>