HomeSort by: relevance | last modified time | path
    Searched defs:get_tag (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/fdt/
fdt_dai.h 44 audio_dai_tag_t (*get_tag)(device_t, const void *, size_t); member in struct:fdtbus_dai_controller_func
fdt_pwm.h 37 pwm_tag_t (*get_tag)(device_t, const void *, size_t); member in struct:fdtbus_pwm_controller_func
  /src/sys/net/npf/
npfkern.h 62 int (*get_tag)(const struct mbuf *, uint32_t *); member in struct:__anon7082
  /src/external/gpl2/groff/dist/src/libs/libbib/
index.cpp 102 int get_tag(int tagno, const linear_searcher &, const char **, int *,
335 if (get_tag(tagno, searcher, pp, lenp, ridp))
354 int index_search_item_iterator::get_tag(int tagno, function in class:index_search_item_iterator
  /src/external/gpl3/gdb/dist/sim/frv/
cache.c 257 get_tag (FRV_CACHE *cache, SI address, FRV_CACHE_TAG **return_tag) function
436 int found = get_tag (cache, address, &tag);
529 found = get_tag (cache, address, &tag);
604 found = get_tag (cache, address, &tag);
641 found = get_tag (cache, address, &tag);
1265 int found = get_tag (cache, address, &tag);
1327 found = get_tag (cache, cur_address, &tag);
1370 found = get_tag (cache, address, &tag);
1630 int found = get_tag (cache, address, &tag);
  /src/external/gpl3/gdb.old/dist/sim/frv/
cache.c 257 get_tag (FRV_CACHE *cache, SI address, FRV_CACHE_TAG **return_tag) function
436 int found = get_tag (cache, address, &tag);
529 found = get_tag (cache, address, &tag);
604 found = get_tag (cache, address, &tag);
641 found = get_tag (cache, address, &tag);
1265 int found = get_tag (cache, address, &tag);
1327 found = get_tag (cache, cur_address, &tag);
1370 found = get_tag (cache, address, &tag);
1630 int found = get_tag (cache, address, &tag);
  /src/external/bsd/byacc/dist/
reader.c 1705 get_tag(void) function
1768 tag = get_tag();
1885 tags[args++] = get_tag();
1993 tag = get_tag();
2986 tag = get_tag();
3309 tag = get_tag();
3456 char *tag = get_tag();
  /src/external/mpl/dhcp/dist/includes/
tree.h 332 u_int32_t (*get_tag) (const unsigned char *); member in struct:universe
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1428 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);
2014 get_tag (const char *tag, /* tag name */
2881 coff_type.tag_ptr = get_tag (coff_tag, NULL, coff_type.basic_type);
2947 tag_t *tag_ptr = get_tag (name, sym, coff_type.basic_type);
2003 get_tag (const char *tag, \/* tag name *\/ function
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1428 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);
2014 get_tag (const char *tag, /* tag name */
2881 coff_type.tag_ptr = get_tag (coff_tag, NULL, coff_type.basic_type);
2947 tag_t *tag_ptr = get_tag (name, sym, coff_type.basic_type);
2003 get_tag (const char *tag, \/* tag name *\/ function

Completed in 42 milliseconds