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

1 2

  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 24 void *priv_data);
35 void *priv_data),
36 void *priv_data)
53 ctx.priv_data = priv_data;
66 void *priv_data)
71 ctx = (struct dir_context *) priv_data;
76 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 99 void *priv_data),
100 void *priv_data)
121 ctx.priv_data = priv_data;
137 void *priv_data);
144 int blocksize, char *buf, void *priv_data)
146 struct xlate *xl = (struct xlate *) priv_data;
159 void *priv_data),
160 void *priv_data)
164 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);
131 ref_offset, ctx->priv_data);
148 ref_offset, ctx->priv_data);
210 ref_offset, ctx->priv_data);
227 ref_offset, ctx->priv_data);
289 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 37 int ref_offset, void *priv_data)
44 pb = (struct process_block_struct *) priv_data;
get_pathname.c 44 void *priv_data)
49 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 225 void * priv_data; member in struct:struct_ext2_filsys
693 void *priv_data),
694 void *priv_data);
704 void *priv_data),
705 void *priv_data);
756 void *priv_data),
757 void *priv_data);
778 void *priv_data),
779 void *priv_data);
813 void *priv_data),
    [all...]
dblist.c 224 void *priv_data),
225 void *priv_data)
235 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
sk_g16.c 520 p = nic->priv_data;
633 p = nic->priv_data;
750 nic->priv_data = &p_data;
827 p = nic->priv_data;
900 struct priv *p = (struct priv *) nic->priv_data;
1127 struct priv *p = (struct priv *) nic->priv_data;
  /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;
pass1b.c 87 int ref_offset, void *priv_data);
334 void *priv_data)
341 p = (struct process_block_struct *) priv_data;
376 void *priv_data)
382 sd = (struct search_dir_struct *) priv_data;
561 void *priv_data)
568 pb = (struct process_block_struct *) priv_data;
658 void *priv_data)
663 struct clone_struct *cs = (struct clone_struct *) priv_data;
  /external/bluetooth/bluez/health/
mcap_internal.h 98 struct mcap_mdl_op_cb *priv_data; /* Temporal data to manage responses */ member in struct:mcap_mcl

Completed in 304 milliseconds

1 2