Home
last modified time | relevance | path

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

/freebsd/usr.bin/xinstall/
H A Dxinstall.c1115 char **dresp) in compare() argument
1127 do_digest = (digesttype != DIGEST_NONE && dresp != NULL && in compare()
1128 *dresp == NULL); in compare()
1176 *dresp = digest_end(&ctx, NULL); in compare()
1299 strip(const char *to_name, int to_fd, const char *from_name, char **dresp) in strip() argument
1355 if (dresp != NULL) in strip()
1356 *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()