Home
last modified time | relevance | path

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

/freebsd/usr.bin/newkey/
H A Dnewkey.c197 const char *pmesg; in err_string() local
201 pmesg = "update operation succeeded"; in err_string()
204 pmesg = "no such key in file"; in err_string()
207 pmesg = "cannot read the database"; in err_string()
210 pmesg = "cannot write to the database"; in err_string()
213 pmesg = "cannot update database"; in err_string()
216 pmesg = "permission denied"; in err_string()
219 pmesg = "malloc failed"; in err_string()
222 pmesg = "unknown error"; in err_string()
225 return (pmesg); in err_string()
/freebsd/sys/dev/usb/
H A Dusb_process.h76 const char *pmesg, uint8_t prio);
H A Dusb_process.c205 const char *pmesg, uint8_t prio) in usb_proc_create() argument
216 &up->up_ptr, "%s", pmesg)) { in usb_proc_create()