Home
last modified time | relevance | path

Searched refs:tagp (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dload_tagp.sh2 insmod -f ./tagp.ko || insmod -f ./tagp.o || exit 1
3 rm -f /dev/tagp
5 mknod /dev/tagp c $major 0
DMakefile10 obj-m := tagp.o
22 rm -f tagp.o 2>/dev/null || true
/external/e2fsprogs/e2fsck/
Drecovery.c224 char * tagp; in count_tags() local
232 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()
234 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
235 tag = (journal_block_tag_t *) tagp; in count_tags()
238 tagp += tag_bytes; in count_tags()
240 tagp += 16; in count_tags()
482 char * tagp; in do_one_pass() local
580 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()
581 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
585 tag = (journal_block_tag_t *) tagp; in do_one_pass()
[all …]
/external/e2fsprogs/debugfs/
Drecovery.c224 char * tagp; in count_tags() local
232 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()
234 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
235 tag = (journal_block_tag_t *) tagp; in count_tags()
238 tagp += tag_bytes; in count_tags()
240 tagp += 16; in count_tags()
482 char * tagp; in do_one_pass() local
580 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()
581 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
585 tag = (journal_block_tag_t *) tagp; in do_one_pass()
[all …]
Ddo_journal.c622 char *tagp; in count_tags() local
630 tagp = buf + sizeof(journal_header_t); in count_tags()
632 while ((tagp - buf + tag_bytes) <= size) { in count_tags()
633 tag = (journal_block_tag_t *) tagp; in count_tags()
636 tagp += tag_bytes; in count_tags()
638 tagp += 16; in count_tags()
Dlogdump.c507 char *tagp; in dump_descriptor_block() local
531 tagp = &buf[offset]; in dump_descriptor_block()
532 tag = (journal_block_tag_t *) tagp; in dump_descriptor_block()
/external/u-boot/scripts/dtc/libfdt/
Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
103 if (!tagp) in fdt_next_tag()
105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
/external/dtc/libfdt/
Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
103 if (!tagp) in fdt_next_tag()
105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
/external/libcxx/include/experimental/
Dsimd517 template <class Abi> doublev<Abi> nan(const char* tagp);
518 template <class Abi> floatv<Abi> nanf(const char* tagp);
519 template <class Abi> ldoublev<Abi> nanl(const char* tagp);