Searched refs:tag (Results 401 - 425 of 949) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/sys/net/
H A Dvnet.h390 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \
393 (tag) = vimage_eventhandler_register(NULL, #name, func, \
484 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \
485 (tag) = eventhandler_register(NULL, #name, func, arg, priority)
/freebsd-10.2-release/sys/dev/ixl/
H A Dixlv.h114 void *tag; member in struct:ixlv_sc
/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt_ro.c110 uint32_t tag; local
114 tag = fdt_next_tag(fdt, offset, &nextoffset);
116 switch (tag) {
127 } while (tag == FDT_NOP);
/freebsd-10.2-release/sys/arm/at91/
H A Dat91.c58 at91_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int flags, argument
80 at91_bs_unmap(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t size) argument
91 at91_bs_subregion(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, argument
100 at91_barrier(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size, bus_size_t b, argument
121 /* privdata is whatever the implementer wants; unused in base tag */
/freebsd-10.2-release/usr.bin/mkimg/
H A Dvtoc8.c92 be16enc(&vtoc8.part[n].tag, ALIAS_TYPE2INT(part->type));
/freebsd-10.2-release/sys/kern/
H A Dsubr_acl_nfs4.c307 _acl_entry_matches(struct acl_entry *entry, acl_tag_t tag, acl_perm_t perm, argument
310 if (entry->ae_tag != tag)
329 _acl_append(struct acl *aclp, acl_tag_t tag, acl_perm_t perm, argument
340 entry->ae_tag = tag;
1018 int i, flags, tag; local
1028 tag = parent_entry->ae_tag;
1033 if (tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ ||
1034 tag == ACL_EVERYONE)
H A Dsubr_eventhandler.c184 eventhandler_deregister(struct eventhandler_list *list, eventhandler_tag tag) argument
186 struct eventhandler_entry *ep = tag;
/freebsd-10.2-release/usr.bin/csup/
H A Dupdater.c351 char *name, *tag, *date, *revdate; local
378 tag = proto_get_ascii(&line);
393 error = updater_setattrs(up, fup, name, tag, date,
402 tag = proto_get_ascii(&line);
423 sr->sr_tag = tag;
439 tag = proto_get_ascii(&line);
454 sr->sr_tag = xstrdup(tag);
475 tag = proto_get_ascii(&line);
490 sr->sr_tag = tag;
506 tag
875 updater_setattrs(struct updater *up, struct file_update *fup, char *name, char *tag, char *date, char *revnum, char *revdate, struct fattr *rcsattr) argument
1545 char *branch, *cmd, *expand, *line, *path, *revnum, *tag, *temppath; local
[all...]
/freebsd-10.2-release/contrib/nvi/ex/
H A Dex_cscope.c36 #include "tag.h"
485 /* Initialize the `local context' tag queue structure. */
489 /* Initialize and link in its tag structure. */
522 (void)fprintf(csc->to_fp, "%lu%s\n", search, tqp->tag + 2);
540 /* Try to switch to the first tag. */
554 * If this is the first tag, put a `current location' queue entry
659 tqp->tag = tqp->buf;
660 tqp->tag[0] = pattern[0];
661 tqp->tag[1] = ' ';
663 memcpy(tqp->tag
[all...]
/freebsd-10.2-release/contrib/ntp/lib/isc/
H A Dmem_api.c210 isc_mem_setname(isc_mem_t *mctx, const char *name, void *tag) { argument
214 UNUSED(tag);
H A Dsocket_api.c190 isc_socket_setname(isc_socket_t *socket, const char *name, void *tag) { argument
195 UNUSED(tag);
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.y81 struct tagtype tag;
211 %type <tag> Tag
637 $$->tag = $1;
638 $$->tag.tagenv = $2;
956 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
962 t->tag.tagclass = tagclass;
963 t->tag.tagvalue = tagvalue;
964 t->tag.tagenv = tagenv;
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dhttp_server.c187 char * http_request_get_hdr_line(struct http_request *req, const char *tag) argument
189 return httpread_hdr_line_get(req->hread, tag);
/freebsd-10.2-release/lib/libc/posix1e/
H A Dacl_support.c347 _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm) argument
361 e->ae_tag = tag;
/freebsd-10.2-release/contrib/gcc/
H A Dcoverage.c177 gcov_unsigned_t tag;
189 else if ((tag = gcov_read_unsigned ()) != GCOV_VERSION)
193 GCOV_UNSIGNED2STRING (v, tag);
208 while ((tag = gcov_read_unsigned ()))
215 if (tag == GCOV_TAG_FUNCTION)
235 else if (tag == GCOV_TAG_PROGRAM_SUMMARY)
253 else if (GCOV_TAG_IS_COUNTER (tag) && fn_ident)
260 elt.ctr = GCOV_COUNTER_FOR_TAG (tag);
323 /* Returns the counters for a particular tag. */
175 gcov_unsigned_t tag; local
H A Dgengtype-yacc.y73 new_structure ($1->u.s.tag, UNION_P ($1), &lexer_line,
82 new_structure ($1->u.s.tag, UNION_P ($1), &lexer_line,
167 p->opt->name = "tag";
178 p->opt->name = "tag";
H A Dgengtype.c146 /* Create and return a new structure with tag NAME (or a union iff
158 if (strcmp (name, si->u.s.tag) == 0
210 s->u.s.tag = name;
221 /* Return the previously-defined structure with tag NAME (or a union
231 if (strcmp (name, s->u.s.tag) == 0
239 s->u.s.tag = name;
369 The field has a tag of "1". This allows us to make the presence
373 union_fields->opt = create_option (union_fields->opt, "tag", "1");
378 tag that specifies the condition under which the field is valid. */
536 note_flds->opt = create_option (nodot, "tag", note_insn_nam
2605 const char *tag = NULL; local
[all...]
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_lb.c129 int tag = -1; local
175 else if (r->match_tag && !pf_match_tag(m, r, &tag,
176 pd->pf_mtag ? pd->pf_mtag->tag : 0))
183 if (r->tag)
184 tag = r->tag;
198 if (tag > 0 && pf_tag_packet(m, pd, tag))
/freebsd-10.2-release/sys/powerpc/pseries/
H A Dplpar_iommu.c72 phyp_iommu_set_dma_tag(device_t bus, device_t dev, bus_dma_tag_t tag) argument
153 bus_dma_tag_set_iommu(tag, bus, window);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h597 extern int spa_open(const char *pool, spa_t **, void *tag);
598 extern int spa_open_rewind(const char *pool, spa_t **, void *tag,
703 extern void spa_open_ref(spa_t *spa, void *tag);
704 extern void spa_close(spa_t *spa, void *tag);
720 extern int spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw);
721 extern void spa_config_enter(spa_t *spa, int locks, void *tag, krw_t rw);
722 extern void spa_config_exit(spa_t *spa, int locks, void *tag);
729 int error, char *tag);
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c187 c.inf = ASN1_get_object(&(c.p), &(c.slen), &(c.tag), &(c.xclass),
209 } else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) {
H A Da_set.c184 c.inf = ASN1_get_object(&c.p, &c.slen, &c.tag, &c.xclass, c.max - c.p);
191 if (ex_tag != c.tag) {
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c314 DWORD tag = 0; local
318 while (SymGetTypeInfo_(proc, mod_base, type, TI_GET_SYMTAG, &tag))
321 if (tag == 14)
330 switch(tag)
354 sprintf(value_str, "[no symbol tag]");
386 sprintf(value_str, "[unhandled tag: %d]", tag);
/freebsd-10.2-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp112 default: fprintf(stderr, "unknown tag");
141 * end_tag - shuts down the tag.
173 error("unrecognised tag");
178 * issue_tag - writes out an html tag with argument.
181 * space == 2 if tag should not have a space style
205 * issue_color_begin - writes out an html color tag.
226 * start_tag - starts a tag.
267 error("unrecognised tag");
293 * is_present - returns TRUE if tag is already present on the stack.
468 * do_color - initiates a new color tag
726 remove_indent(HTML_TAG tag) argument
890 remove_tag(HTML_TAG tag) argument
[all...]
/freebsd-10.2-release/sys/i386/i386/
H A Dbios.c616 u_int8_t *devnodebuf, tag; local
721 tag = pd->devdata[idx++];
722 if (PNP_RES_TYPE(tag) == 0) {
724 switch (PNP_SRES_NUM(tag)) {
734 idx += PNP_SRES_LEN(tag);

Completed in 215 milliseconds

<<11121314151617181920>>