Home
last modified time | relevance | path

Searched refs:tcplay_opts (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libtcplay/
HDtcplay.h190 struct tcplay_opts { struct
237 struct tcplay_opts *opts_init(void); argument
238 int opts_add_keyfile(struct tcplay_opts *opts, const char *keyfile);
239 int opts_add_keyfile_hidden(struct tcplay_opts *opts, const char *keyfile);
240 int opts_add_keyfile_new(struct tcplay_opts *opts, const char *keyfile);
241 void opts_free(struct tcplay_opts *opts);
242 void opts_clear_keyfile(struct tcplay_opts *opts);
243 void opts_clear_keyfile_hidden(struct tcplay_opts *opts);
244 void opts_clear_keyfile_new(struct tcplay_opts *opts);
313 int create_volume(struct tcplay_opts *opts);
[all …]
HDtcplay_api.c218 struct tcplay_opts *opts; in tc_api_task_set()
458 _opts_check_create(struct tcplay_opts *opts) in _opts_check_create()
485 _opts_check_map(struct tcplay_opts *opts) in _opts_check_map()
511 _opts_check_unmap(struct tcplay_opts *opts) in _opts_check_unmap()
542 _opts_check_info(struct tcplay_opts *opts) in _opts_check_info()
568 _opts_check_info_mapped(struct tcplay_opts *opts) in _opts_check_info_mapped()
599 _opts_check_modify(struct tcplay_opts *opts) in _opts_check_modify()
621 _opts_check_restore(struct tcplay_opts *opts) in _opts_check_restore()
636 struct tcplay_opts *opts; in tc_api_task_do()
HDtcplay.c527 create_volume(struct tcplay_opts *opts) in create_volume()
850 info_map_common(struct tcplay_opts *opts, char *passphrase_out) in info_map_common()
1110 info_mapped_volume(struct tcplay_opts *opts) in info_mapped_volume()
1132 info_volume(struct tcplay_opts *opts) in info_volume()
1152 map_volume(struct tcplay_opts *opts) in map_volume()
1177 modify_volume(struct tcplay_opts *opts) in modify_volume()
2072 struct tcplay_opts *opts_init(void) in opts_init()
2074 struct tcplay_opts *opts; in opts_init()
2076 if ((opts = (struct tcplay_opts *)alloc_safe_mem(sizeof(*opts))) == NULL) { in opts_init()
2090 opts_add_keyfile(struct tcplay_opts *opts, const char *keyfile) in opts_add_keyfile()
[all …]
HDtcplay_api_internal.h48 struct tcplay_opts *opts;
/dragonfly/sbin/tcplay/
HDmain.c252 struct tcplay_opts *opts; in main()