Searched refs:pmesg (Results 1 – 3 of 3) sorted by relevance
197 const char *pmesg; in err_string() local201 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()
76 const char *pmesg, uint8_t prio);
205 const char *pmesg, uint8_t prio) in usb_proc_create() argument216 &up->up_ptr, "%s", pmesg)) { in usb_proc_create()