Searched refs:bit_names (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c81 while (!list_empty(&tag->bit_names)) {
82 blkid_tag bad = list_entry(tag->bit_names.next,
84 bit_names);
H A Dtag.c28 INIT_LIST_HEAD(&tag->bit_names);
55 list_del(&tag->bit_names); /* list of tags with this type */
160 list_add_tail(&t->bit_names, &head->bit_names);
313 list_for_each(p, &head->bit_names) {
315 bit_names);
H A DblkidP.h32 * We can traverse all of the tags by bid_tags (linking to the tag bit_names).
56 * are linked via bit_names for a single device, so that traversing the
64 struct list_head bit_names; /* All tags with given NAME */ member in struct:blkid_struct_tag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h121 const char **bit_names; /* symbol name/bit */ member in struct:pvr2_ctl_info::__anon5058::__anon5061
H A Dpvrusb2-ctrl.c222 names = cptr->info->def.type_bitmask.bit_names;
540 cptr->info->def.type_bitmask.bit_names,
581 cptr->info->def.type_bitmask.bit_names,
H A Dpvrusb2-hdw.c734 .def.type_bitmask.bit_names = tab
2049 hdw->std_info_avail.def.type_bitmask.bit_names =
2059 hdw->std_info_cur.def.type_bitmask.bit_names =

Completed in 57 milliseconds