Home
last modified time | relevance | path

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

/openbsd/sbin/tunefs/
H A Dtunefs.c314 openpartition(char *name, int flags, char **devicep) in openpartition() argument
329 fd = opendev(name, flags, 0, devicep); in openpartition()
331 devicep = &name; in openpartition()
/openbsd/usr.bin/ssh/
H A Dsk-usbhid.c612 check_enroll_options(struct sk_option **options, char **devicep, in check_enroll_options() argument
621 if ((*devicep = strdup(options[i]->value)) == NULL) { in check_enroll_options()
625 skdebug(__func__, "requested device %s", *devicep); in check_enroll_options()
987 check_sign_load_resident_options(struct sk_option **options, char **devicep) in check_sign_load_resident_options() argument
995 if ((*devicep = strdup(options[i]->value)) == NULL) { in check_sign_load_resident_options()
999 skdebug(__func__, "requested device %s", *devicep); in check_sign_load_resident_options()