Home
last modified time | relevance | path

Searched refs:dresp (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/xinstall/
H A Dxinstall.c1084 char **dresp) in compare() argument
1093 do_digest = (digesttype != DIGEST_NONE && dresp != NULL && in compare()
1094 *dresp == NULL); in compare()
1145 *dresp = digest_end(&ctx, NULL); in compare()
1274 strip(const char *to_name, int to_fd, const char *from_name, char **dresp) in strip() argument
1331 if (dresp != NULL) in strip()
1332 *dresp = digest_file(to_name); in strip()
/freebsd/sys/dev/hyperv/input/
H A Dhv_hid.c160 sh_devinfo_resp dresp; member
292 devinfo = &msg->dresp.devinfo; in hv_hid_receive()
293 hdesc = &msg->dresp.hdesc; in hv_hid_receive()