Searched refs:cmd_desc (Results 1 - 9 of 9) sorted by relevance
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 52 struct cmd_desc { struct 54 void (*cmd_func)(int, char **, const struct cmd_desc *); 55 const char *cmd_desc; member 163 static void do_fsync(int argc, char **argv, const struct cmd_desc *cmd) in do_fsync() 187 static void do_set_verity(int argc, char **argv, const struct cmd_desc *cmd) in do_set_verity() 223 static void do_getflags(int argc, char **argv, const struct cmd_desc *cmd) in do_getflags() 301 static void do_setflags(int argc, char **argv, const struct cmd_desc *cmd) in do_setflags() 344 static void do_shutdown(int argc, char **argv, const struct cmd_desc *cmd) in do_shutdown() 376 static void do_pinfile(int argc, char **argv, const struct cmd_desc *cmd) in do_pinfile() 420 static void do_fallocate(int argc, char **argv, const struct cmd_desc *cm [all...] |
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 680 struct cmd_desc { struct 682 void (*cmd_func)(int, char **, const struct cmd_desc *); 683 const char *cmd_desc; member 690 static void do_help(int argc, char **argv, const struct cmd_desc *cmd); 702 static void do_add_key(int argc, char **argv, const struct cmd_desc *cmd) in do_add_key() 769 static void do_set_policy(int argc, char **argv, const struct cmd_desc *cmd) in do_set_policy() 809 static void do_get_policy(int argc, char **argv, const struct cmd_desc *cmd) in do_get_policy() 856 const struct cmd_desc *cmd) in do_new_session() 882 const struct cmd_desc cmd_list[] = { 891 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSE [all...] |
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_ctrl.c | 17 * string is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL. 115 return strlen(cdp->cmd_desc == NULL ? int_no_description in int_ctrl_helper() 116 : cdp->cmd_desc); in int_ctrl_helper() 118 return strlen(strcpy(s, cdp->cmd_desc == NULL ? int_no_description in int_ctrl_helper() 119 : cdp->cmd_desc)); in int_ctrl_helper()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_ctrl.c | 17 * string is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL. 115 return strlen(cdp->cmd_desc == NULL ? int_no_description in int_ctrl_helper() 116 : cdp->cmd_desc); in int_ctrl_helper() 118 return strlen(strcpy(s, cdp->cmd_desc == NULL ? int_no_description in int_ctrl_helper() 119 : cdp->cmd_desc)); in int_ctrl_helper()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | engine.h | 260 const char *cmd_desc; /* A short description of the command */ member
|
/third_party/openssl/include/openssl/ |
H A D | engine.h | 260 const char *cmd_desc; /* A short description of the command */ member
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | engine.h | 254 const char *cmd_desc; /* A short description of the command */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 349 struct cmd_desc { in wpa_driver_set_ap_wps_p2p_ie() struct
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 335 struct cmd_desc { in wpa_driver_set_ap_wps_p2p_ie() struct
|
Completed in 10 milliseconds