/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 49 struct cmd_desc { struct 51 void (*cmd_func)(int, char **, const struct cmd_desc *); argument 52 const char *cmd_desc; argument 159 static void do_fsync(int argc, char **argv, const struct cmd_desc *cmd) in do_fsync() 183 static void do_set_verity(int argc, char **argv, const struct cmd_desc *cmd) in do_set_verity() 219 static void do_getflags(int argc, char **argv, const struct cmd_desc *cmd) in do_getflags() 297 static void do_setflags(int argc, char **argv, const struct cmd_desc *cmd) in do_setflags() 340 static void do_shutdown(int argc, char **argv, const struct cmd_desc *cmd) in do_shutdown() 372 static void do_pinfile(int argc, char **argv, const struct cmd_desc *cmd) in do_pinfile() 416 static void do_fallocate(int argc, char **argv, const struct cmd_desc *cmd) in do_fallocate() [all …]
|
/external/autotest/server/site_tests/firmware_FWupdateThenSleep/ |
D | firmware_FWupdateThenSleep.py | 119 cmd_desc = ['chromeos-firmwareupdate-%s' % append] 121 cmd_desc = ['chromeos-firmwareupdate'] 122 cmd_desc += ['--mode=%s' % self.MODE] 123 cmd_desc += options 124 cmd_desc = ' '.join(cmd_desc) 144 logging.info("Run %s (should write %s)", cmd_desc, written_desc) 172 % (cmd_desc, written_desc, '\n'.join(errors))]
|
/external/e2fsprogs/misc/ |
D | e4crypt.c | 630 struct cmd_desc { struct 632 void (*cmd_func)(int, char **, const struct cmd_desc *); argument 633 const char *cmd_desc; argument 640 static void do_help(int argc, char **argv, const struct cmd_desc *cmd); argument 652 static void do_add_key(int argc, char **argv, const struct cmd_desc *cmd) in do_add_key() 720 static void do_set_policy(int argc, char **argv, const struct cmd_desc *cmd) in do_set_policy() 760 static void do_get_policy(int argc, char **argv, const struct cmd_desc *cmd) in do_get_policy() 801 const struct cmd_desc *cmd) in do_new_session() 827 const struct cmd_desc cmd_list[] = { 837 const struct cmd_desc *cmd EXT2FS_ATTR((unused))) in do_help() [all …]
|
/external/f2fs-tools/tools/ |
D | f2fscrypt.c | 667 struct cmd_desc { struct 669 void (*cmd_func)(int, char **, const struct cmd_desc *); argument 670 const char *cmd_desc; member 677 static void do_help(int argc, char **argv, const struct cmd_desc *cmd); argument 689 static void do_add_key(int argc, char **argv, const struct cmd_desc *cmd) in do_add_key() 755 static void do_set_policy(int argc, char **argv, const struct cmd_desc *cmd) in do_set_policy() 795 static void do_get_policy(int argc, char **argv, const struct cmd_desc *cmd) in do_get_policy() 842 const struct cmd_desc *cmd) in do_new_session() 868 const struct cmd_desc cmd_list[] = { 877 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help() [all …]
|
/external/autotest/server/site_tests/firmware_FWupdate/ |
D | firmware_FWupdate.py | 232 cmd_desc = ['chromeos-firmwareupdate-%s' % append, 234 cmd_desc += options 235 cmd_desc += ['[wp=%s]' % wp] 236 cmd_desc = ' '.join(cmd_desc) 261 logging.info("Run %s (should write %s)", cmd_desc, written_desc) 289 % (cmd_desc, written_desc, '\n'.join(errors))]
|
/external/autotest/server/site_tests/firmware_FWupdateWP/ |
D | firmware_FWupdateWP.py | 70 cmd_desc = ('chromeos-firmwareupdate --mode=%s [wp=%s]' 102 logging.info("Run %s (should write %s)", cmd_desc, written_desc) 131 % (cmd_desc, written_desc, '\n'.join(errors))]
|