Lines Matching refs:log
60 log("error -- device field is missing"); in check_device()
64 log("error -- must specify full path name for \"%s\".", device); in check_device()
69 log("stat(%s) failed: %s", device, strerror(errno)); in check_device()
73 log("error -- \"%s\" not character special device", in check_device()
78 log("error -- device \"%s\" does not exist", device); in check_device()
97 log("error -- server command is missing"); in check_cmd()
103 log("error -- must specify full path name for \"%s\".", tp); in check_cmd()
108 log("stat(%s) failed.", tp); in check_cmd()
112 log("error -- \"%s\" not executable\n", tp); in check_cmd()
116 log("error -- \"%s\" not a regular file", tp); in check_cmd()
120 log("error -- \"%s\" does not exist", tp); in check_cmd()
173 log("vml: malloc failed"); in vml()
184 log("too many modules in <%s>", modules); in vml()
201 log("Warning - can't validate module list, " in vml()
205 log("open /dev/sad/user failed: %s", strerror(errno)); in vml()
209 log("Validate modules ioctl failed, modules = <%s>: %s", in vml()
215 log("Error - invalid STREAMS module list <%s>.", modules); in vml()