Searched refs:tag (Results 26 - 50 of 808) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/mse/
H A Dmse_cbus.c275 mse_enable98m(bus_space_tag_t tag, bus_space_handle_t handle) argument
277 bus_space_write_1(tag, handle, INT, INT_ENABLE); /* INT enable */
278 bus_space_write_1(tag, handle, HC, HC_NO_CLEAR); /* HC = 0 */
279 bus_space_write_1(tag, handle, HC, HC_CLEAR); /* HC = 1 */
286 mse_disable98m(bus_space_tag_t tag, bus_space_handle_t handle) argument
288 bus_space_write_1(tag, handle, INT, INT_DISABLE); /* INT disable */
289 bus_space_write_1(tag, handle, HC, HC_NO_CLEAR); /* HC = 0 */
290 bus_space_write_1(tag, handle, HC, HC_CLEAR); /* HC = 1 */
297 mse_get98m(bus_space_tag_t tag, bus_space_handle_t handle, int *dx, int *dy, argument
302 bus_space_write_1(tag, handl
[all...]
/freebsd-9.3-release/sys/x86/include/
H A Dbus.h110 * Values for the x86 bus space tag, not to be used directly by MI code.
203 * described by tag/handle/offset.
205 static __inline u_int8_t bus_space_read_1(bus_space_tag_t tag,
209 static __inline u_int16_t bus_space_read_2(bus_space_tag_t tag,
213 static __inline u_int32_t bus_space_read_4(bus_space_tag_t tag,
218 bus_space_read_1(bus_space_tag_t tag, bus_space_handle_t handle, argument
222 if (tag == X86_BUS_SPACE_IO)
228 bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t handle, argument
232 if (tag == X86_BUS_SPACE_IO)
238 bus_space_read_4(bus_space_tag_t tag, bus_space_handle_ argument
271 bus_space_read_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t *addr, size_t count) argument
292 bus_space_read_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int16_t *addr, size_t count) argument
313 bus_space_read_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int32_t *addr, size_t count) argument
359 bus_space_read_region_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t *addr, size_t count) argument
391 bus_space_read_region_2(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int16_t *addr, size_t count) argument
423 bus_space_read_region_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int32_t *addr, size_t count) argument
476 bus_space_write_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t value) argument
487 bus_space_write_2(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value) argument
498 bus_space_write_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value) argument
535 bus_space_write_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int8_t *addr, size_t count) argument
556 bus_space_write_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int16_t *addr, size_t count) argument
577 bus_space_write_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int32_t *addr, size_t count) argument
624 bus_space_write_region_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int8_t *addr, size_t count) argument
656 bus_space_write_region_2(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int16_t *addr, size_t count) argument
688 bus_space_write_region_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int32_t *addr, size_t count) argument
743 bus_space_set_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t value, size_t count) argument
757 bus_space_set_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
771 bus_space_set_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
807 bus_space_set_region_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t value, size_t count) argument
821 bus_space_set_region_2(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
835 bus_space_set_region_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
876 bus_space_copy_region_1(bus_space_tag_t tag, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
911 bus_space_copy_region_2(bus_space_tag_t tag, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
946 bus_space_copy_region_4(bus_space_tag_t tag, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
[all...]
/freebsd-9.3-release/sys/dev/oce/
H A Doce_util.c69 size, 1, size, 0, NULL, NULL, &dma->tag);
72 rc = bus_dmamem_alloc(dma->tag,
81 rc = bus_dmamap_load(dma->tag,
105 if (dma->tag == NULL)
109 bus_dmamap_sync(dma->tag, dma->map,
111 bus_dmamap_unload(dma->tag, dma->map);
115 bus_dmamem_free(dma->tag, dma->ptr, dma->map);
120 bus_dma_tag_destroy(dma->tag);
121 dma->tag = NULL;
184 size, 8, 4096, 0, NULL, NULL, &ring->dma.tag);
[all...]
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dzeus.c142 u_long data, tag; local
148 tag = ldxa(slot, ASI_DTLB_TAG_READ_REG);
150 TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
153 tag = ldxa(slot, ASI_ITLB_TAG_READ_REG);
155 TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
161 tag = ldxa(slot, ASI_DTLB_TAG_READ_REG);
163 TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
166 tag = ldxa(slot, ASI_ITLB_TAG_READ_REG);
168 TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c62 char *tag = "dtrace test"; local
79 args.tag.utf8string_len = strlen(tag);
80 args.tag.utf8string_val = tag;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dunisap.h43 enum unisve_tag tag; member in struct:unisve_addr
51 enum unisve_tag tag; member in struct:unisve_selector
56 enum unisve_tag tag; member in struct:unisve_blli_id2
62 enum unisve_tag tag; member in struct:unisve_blli_id3
72 enum unisve_tag tag; member in struct:unisve_bhli
122 "bad SVE tag", \
124 "bad address plan/selector tag combination", \
/freebsd-9.3-release/contrib/less/
H A Dtags.c62 struct tag *tl_first;
63 struct tag *tl_last;
65 #define TAG_END ((struct tag *) &taglist)
67 struct tag { struct
68 struct tag *next, *prev; /* List links */
69 char *tag_file; /* Source file containing the tag */
71 char *tag_pattern; /* Pattern used to find the tag */
74 static struct tag *curtag;
87 * Delete tag structures.
92 register struct tag *t
[all...]
/freebsd-9.3-release/bin/setfacl/
H A Dmask.c47 acl_tag_t tag; local
88 if (acl_get_tag_type(entry, &tag) == -1)
92 if (tag == ACL_MASK) {
H A Dremove.c48 acl_tag_t tag; local
69 tag = ACL_UNDEFINED_TAG;
75 if (acl_get_tag_type(entry, &tag) == -1)
77 if (tag == ACL_MASK)
100 acl_tag_t tag; local
110 tag = ACL_UNDEFINED_TAG;
124 if (acl_get_tag_type(entry, &tag) == -1)
126 if (tag == ACL_MASK)
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dpkcs8.c38 hdr.tag != ASN1_TAG_SEQUENCE) {
48 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
50 "class %d tag 0x%x; assume PKCS #8 not used",
51 hdr.class, hdr.tag);
79 hdr.tag != ASN1_TAG_SEQUENCE) {
81 "(AlgorithmIdentifier) - found class %d tag 0x%x; "
83 hdr.class, hdr.tag);
114 hdr.tag != ASN1_TAG_OCTETSTRING) {
116 "(privateKey) - found class %d tag 0x%x",
117 hdr.class, hdr.tag);
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drrwlock.h64 * 'tag' is used in reference counting tracking. The
65 * 'tag' must be the same in a rrw_enter() as in its
70 void rrw_enter(rrwlock_t *rrl, krw_t rw, void *tag);
71 void rrw_enter_read(rrwlock_t *rrl, void *tag);
73 void rrw_exit(rrwlock_t *rrl, void *tag);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_bool.c84 int inf, tag, xclass; local
88 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
94 if (tag != V_ASN1_BOOLEAN) {
H A Dasn1t.h278 # define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
279 (flags), (tag), 0,\
286 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
287 (flags), (tag), offsetof(stname, field),\
292 # define ASN1_EX_COMBINE(flags, tag, type) { \
293 (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
297 # define ASN1_IMP_EX(stname, field, type, tag, ex) \
298 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
300 # define ASN1_EXP_EX(stname, field, type, tag, ex) \
301 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stnam
433 long tag; /* tag, not used if no tagging */ member in struct:ASN1_TEMPLATE_st
[all...]
H A Da_bytes.c74 int inf, tag, xclass; local
78 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
82 if (tag >= 32) {
86 if (!(ASN1_tag2bit(tag) & type)) {
92 if (tag == V_ASN1_BIT_STRING)
117 ret->type = tag;
129 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument
137 if (tag == V_ASN1_BIT_STRING)
141 r = ASN1_object_size(0, ret, tag);
146 if ((tag
164 int inf, tag, xclass; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_tagging.c65 #include "event2/tag.h"
81 with the high bit clear. The integer value of the tag is taken
83 the tag 0x66 is encoded as [66], whereas the tag 0x166 is encoded as
97 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
173 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) argument
180 ev_uint8_t lower = tag & 0x7f;
181 tag >>= 7;
183 if (tag)
187 } while (tag);
256 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data, ev_uint32_t len) argument
265 evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag, struct evbuffer *data) argument
276 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer) argument
287 evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint64_t integer) argument
299 evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string) argument
306 evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv) argument
487 ev_uint32_t tag; local
513 ev_uint32_t tag; local
541 ev_uint32_t tag; local
560 ev_uint32_t tag; local
582 ev_uint32_t tag; local
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_vlan_var.h45 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK)
46 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7)
47 #define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1)
107 * Drivers that support hardware VLAN tag stripping fill in the
108 * received VLAN tag (containing both vlan and priority information)
114 * to mark the packet m with the specified VLAN tag.
117 * flag to see if a VLAN tag i
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h30 /** @file event2/tag.h
68 @param ptag a pointer in which the tag id is being stored
75 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
78 void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
97 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
100 void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
104 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
108 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
/freebsd-9.3-release/contrib/dtc/libfdt/
H A Dfdt.c96 uint32_t tag; local
104 tag = fdt32_to_cpu(*tagp);
108 switch (tag) {
140 return tag;
155 uint32_t tag; local
163 tag = fdt_next_tag(fdt, offset, &nextoffset);
165 switch (tag) {
187 } while (tag != FDT_BEGIN_NODE);
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h51 cpp_token * GTY ((tag ("0"), length ("%0.count"))) tokens;
52 const unsigned char * GTY ((tag ("1"))) text;
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A DMakefile.am41 LIBTOOL = @LIBTOOL@ --tag CC
/freebsd-9.3-release/sys/contrib/libfdt/
H A Dfdt.c96 uint32_t tag; local
104 tag = fdt32_to_cpu(*tagp);
108 switch (tag) {
140 return tag;
155 uint32_t tag; local
163 tag = fdt_next_tag(fdt, offset, &nextoffset);
165 switch (tag) {
187 } while (tag != FDT_BEGIN_NODE);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_pci.c79 ret = bus_dma_tag_create(NULL, align, 0, /* tag, align, boundary */
84 &dmah->tag);
90 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr,
93 bus_dma_tag_destroy(dmah->tag);
98 ret = bus_dmamap_load(dmah->tag, dmah->map, dmah->vaddr, size,
101 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
102 bus_dma_tag_destroy(dmah->tag);
119 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
120 bus_dma_tag_destroy(dmah->tag);
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Dahc_isa.c47 static struct aic7770_identity *ahc_isa_find_device(bus_space_tag_t tag,
63 ahc_isa_find_device(bus_space_tag_t tag, bus_space_handle_t bsh) { argument
71 bus_space_write_1(tag, bsh, 0x80, 0x80 + i);
72 id |= bus_space_read_1(tag, bsh, 0x80 + i)
88 bus_space_tag_t tag; local
106 tag = rman_get_bustag(regs);
109 entry = ahc_isa_find_device(tag, bsh);
129 bus_space_tag_t tag; local
156 tag = rman_get_bustag(regs);
159 entry = ahc_isa_find_device(tag, bs
220 bus_space_tag_t tag; local
[all...]
/freebsd-9.3-release/bin/sh/
H A Dmknodes.c79 char *tag; /* structure tag */ member in struct:str
134 char tag[BUFLEN]; local
140 if (! nextfield(tag))
146 if (strcmp(sp->tag, tag) == 0)
150 sp->tag = savestr(tag);
235 fprintf(hfile, "struct %s {\n", sp->tag);
244 fprintf(hfile, " struct %s %s;\n", sp->tag, s
[all...]
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_vtoc8.c104 vtoc8_parse_type(const char *type, uint16_t *tag) argument
115 *tag = (uint16_t)lt;
120 *tag = VTOC_TAG_FREEBSD_NANDFS;
125 *tag = VTOC_TAG_FREEBSD_SWAP;
130 *tag = VTOC_TAG_FREEBSD_UFS;
135 *tag = VTOC_TAG_FREEBSD_VINUM;
140 *tag = VTOC_TAG_FREEBSD_ZFS;
170 uint16_t tag; local
175 error = vtoc8_parse_type(gpp->gpp_type, &tag);
191 be16enc(&table->vtoc.part[index].tag, ta
285 uint16_t tag; local
303 uint16_t tag; local
402 uint16_t tag; local
505 uint16_t tag; local
[all...]

Completed in 283 milliseconds

1234567891011>>