Home
last modified time | relevance | path

Searched refs:dpv_config (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libdpv/
H A Ddpv.h97 struct dpv_config { struct
160 int dpv(struct dpv_config *_config, struct dpv_file_node *_file_list);
H A Ddpv.c90 dpv(struct dpv_config *config, struct dpv_file_node *file_list) in dpv()
/freebsd/usr.bin/dpv/
H A Ddpv.c255 size_t config_size = sizeof(struct dpv_config); in main()
257 struct dpv_config *config; in main()