Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/newkey/
HDnewkey.c204 const char *pmesg; in err_string() local
208 pmesg = "update operation succeeded"; in err_string()
211 pmesg = "no such key in file"; in err_string()
214 pmesg = "cannot read the database"; in err_string()
217 pmesg = "cannot write to the database"; in err_string()
220 pmesg = "cannot update database"; in err_string()
223 pmesg = "permission denied"; in err_string()
226 pmesg = "malloc failed"; in err_string()
229 pmesg = "unknown error"; in err_string()
232 return (pmesg); in err_string()
/freebsd-13-stable/sys/dev/usb/
HDusb_process.h76 const char *pmesg, uint8_t prio);
HDusb_process.c205 const char *pmesg, uint8_t prio) in usb_proc_create() argument
216 &up->up_ptr, "%s", pmesg)) { in usb_proc_create()