Home
last modified time | relevance | path

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

/dragonfly/lib/libtcplay/
HDtcplay.h149 struct tcplay_info { struct
290 struct pbkdf_prf_algo *prf_algo, int weak, struct tcplay_info *info,
308 int free_info(struct tcplay_info *info);
309 void print_info(struct tcplay_info *info);
310 int adjust_info(struct tcplay_info *info, struct tcplay_info *hinfo);
312 struct tchdr_enc *ehdr, struct tcplay_info **pinfo);
314 struct tcplay_info *info_map_common(struct tcplay_opts *opts,
320 int dm_setup(const char *mapname, struct tcplay_info *info);
322 struct tcplay_info *dm_info_map(const char *map_name);
HDtcplay.c319 print_info(struct tcplay_info *info) in print_info()
361 struct tcplay_info *
366 struct tcplay_info *info; in new_info()
372 if ((info = (struct tcplay_info *)alloc_safe_mem(sizeof(*info))) == NULL) { in new_info()
413 free_info(struct tcplay_info *info) in free_info()
426 adjust_info(struct tcplay_info *info, struct tcplay_info *hinfo) in adjust_info()
437 struct tchdr_enc *ehdr, struct tcplay_info **pinfo) in process_hdr()
440 struct tcplay_info *info; in process_hdr()
849 struct tcplay_info *
853 struct tcplay_info *info, *hinfo = NULL; in info_map_common()
[all …]
HDtcplay_api_internal.h49 struct tcplay_info *last_info;
HDhdr.c307 struct pbkdf_prf_algo *prf_algo, int weak, struct tcplay_info *info, in copy_reencrypt_hdr()
HDtcplay_api.c721 struct tcplay_info *info; in tc_api_task_info_get()