HomeSort by relevance Sort by last modified time
    Searched refs:priv_data (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 23 void *priv_data);
34 void *priv_data),
35 void *priv_data)
52 ctx.priv_data = priv_data;
65 void *priv_data)
70 ctx = (struct dir_context *) priv_data;
75 db_info->blockcnt, 0, 0, priv_data);
ext2fsP.h 57 void *priv_data);
58 void *priv_data; member in struct:dir_context
86 void *priv_data);
read_bb_file.c 34 void *priv_data,
38 void *priv_data))
64 (invalid)(fs, blockno, buf, priv_data);
80 void *priv_data)
84 st = (struct compat_struct *) priv_data;
dir_iterate.c 101 void *priv_data),
102 void *priv_data)
123 ctx.priv_data = priv_data;
139 void *priv_data);
146 int blocksize, char *buf, void *priv_data)
148 struct xlate *xl = (struct xlate *) priv_data;
161 void *priv_data),
162 void *priv_data)
166 xl.real_private = priv_data;
    [all...]
brel_ma.c 74 brel->priv_data = ma;
109 ma = brel->priv_data;
121 ma = brel->priv_data;
141 ma = brel->priv_data;
157 ma = brel->priv_data;
171 ma = brel->priv_data;
187 ma = brel->priv_data;
block.c 28 void *priv_data);
36 void *priv_data; member in struct:block_context
71 ref_offset, ctx->priv_data);
96 ctx->priv_data);
110 ctx->priv_data);
132 ref_offset, ctx->priv_data);
149 ref_offset, ctx->priv_data);
211 ref_offset, ctx->priv_data);
228 ref_offset, ctx->priv_data);
290 ref_offset, ctx->priv_data);
    [all...]
lookup.c 35 void *priv_data)
37 struct lookup_struct *ls = (struct lookup_struct *) priv_data;
irel_ma.c 90 irel->priv_data = ma;
147 ma = irel->priv_data;
184 ma = irel->priv_data;
199 ma = irel->priv_data;
221 ma = irel->priv_data;
242 ma = irel->priv_data;
274 ma = irel->priv_data;
290 ma = irel->priv_data;
309 ma = irel->priv_data;
332 ma = irel->priv_data;
    [all...]
read_bb.c 44 void *priv_data)
46 struct read_bb_record *rb = (struct read_bb_record *) priv_data;
unlink.c 37 void *priv_data)
39 struct link_struct *ls = (struct link_struct *) priv_data;
bb_inode.c 47 void *priv_data);
51 void *priv_data);
156 void *priv_data)
159 priv_data;
213 void *priv_data)
216 priv_data;
expanddir.c 32 void *priv_data)
34 struct expand_dir_struct *es = (struct expand_dir_struct *) priv_data;
brel.h 32 void *priv_data; member in struct:ext2_block_relocation_table
bmove.c 41 int ref_offset, void *priv_data)
48 pb = (struct process_block_struct *) priv_data;
get_pathname.c 47 void *priv_data)
52 gp = (struct get_pathname_struct *) priv_data;
link.c 37 void *priv_data)
39 struct link_struct *ls = (struct link_struct *) priv_data;
ext2fs.h 235 void * priv_data; member in struct:struct_ext2_filsys
703 void *priv_data),
704 void *priv_data);
714 void *priv_data),
715 void *priv_data);
766 void *priv_data),
767 void *priv_data);
788 void *priv_data),
789 void *priv_data);
823 void *priv_data),
    [all...]
dblist.c 223 void *priv_data),
224 void *priv_data)
234 ret = (*func)(dblist->fs, &dblist->list[(int)i], priv_data);
  /external/grub/netboot/
nic.h 28 void *priv_data; /* driver can hang private data here */ member in struct:nic
  /external/e2fsprogs/e2fsck/
emptydir.c 120 blk_t ref_block, int ref_offset, void *priv_data)
122 empty_dir_info edi = (empty_dir_info) priv_data;
150 void *priv_data)
154 empty_dir_info edi = (empty_dir_info) priv_data;
badblocks.c 17 void *priv_data);
120 void *priv_data EXT2FS_ATTR((unused)))
ehandler.c 35 ctx = (e2fsck_t) fs->priv_data;
82 ctx = (e2fsck_t) fs->priv_data;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 671 void *priv_data)
683 while (i < count && compare(configs[i], configs[pivot], priv_data) < 0)
685 while (compare(configs[j], configs[pivot], priv_data) > 0)
700 _eglSortConfigs(configs, j, compare, priv_data);
701 _eglSortConfigs(configs + i, count - i, compare, priv_data);
715 void *priv_data)
725 (_EGLArrayForEach) match, priv_data);
737 (_EGLArrayForEach) match, priv_data); local
742 compare, priv_data);
757 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data)
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.c 671 void *priv_data)
683 while (i < count && compare(configs[i], configs[pivot], priv_data) < 0)
685 while (compare(configs[j], configs[pivot], priv_data) > 0)
700 _eglSortConfigs(configs, j, compare, priv_data);
701 _eglSortConfigs(configs + i, count - i, compare, priv_data);
715 void *priv_data)
725 (_EGLArrayForEach) match, priv_data);
737 (_EGLArrayForEach) match, priv_data); local
742 compare, priv_data);
757 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook.cc 214 (base::subtle::NoBarrier_Load(&priv_data[index]) != 0)) {
221 base::subtle::Release_Store(&priv_data[index], value);
237 base::subtle::Acquire_Load(&priv_data[index]))) {
243 base::subtle::Release_Store(&priv_data[index], 0);
248 (base::subtle::Acquire_Load(&priv_data[hooks_end - 1]) == 0)) {
261 AtomicWord data = base::subtle::Acquire_Load(&priv_data[i]);

Completed in 139 milliseconds

1 2 3