Searched refs:do_info (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | test_func64.c | 104 do_info(path_name); in test_func4() 144 do_info(path_name); in test_func7() 176 do_info(path_name); in test_func8() 256 do_info(path_name); in test_func9() 293 do_info(path_name); in test_func10() 328 do_info(path_name); in test_func11() 363 do_info(path_name); in test_func12() 396 do_info(path_name); in test_func13() 432 do_info(path_name); in test_func14() 466 do_info(path_name); in test_func15() [all …]
|
D | test_func.c | 105 do_info(path_name); in test_func4() 143 do_info(path_name); in test_func7() 174 do_info(path_name); in test_func8() 254 do_info(path_name); in test_func9() 289 do_info(path_name); in test_func10() 323 do_info(path_name); in test_func11() 357 do_info(path_name); in test_func12() 389 do_info(path_name); in test_func13() 424 do_info(path_name); in test_func14() 456 do_info(path_name); in test_func15() [all …]
|
D | nftw64.h | 140 extern void do_info(const char *);
|
D | nftw.h | 141 void do_info(const char *);
|
D | tools64.c | 250 void do_info(const char *path_name) in do_info() function
|
D | tools.c | 250 void do_info(const char *path_name) in do_info() function
|
/external/e2fsprogs/debugfs/ |
D | extent_cmds.c | 137 extern void do_info __SS_PROTO; 230 do_info,
|
D | extent_cmds.ct | 70 request do_info, "Print extent info",
|
D | debugfs.h | 97 extern void do_info(int argc, char **argv, int sci_idx, void *infop);
|
D | extent_inode.c | 502 void do_info(int argc, char **argv, int sci_idx EXT2FS_ATTR((unused)), in do_info() function
|
/external/u-boot/cmd/ |
D | regulator.c | 140 static int do_info(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_info() function 422 U_BOOT_CMD_MKENT(info, 2, 1, do_info, "", ""),
|