Searched defs:rqstr (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cntrl.c | 262 char rqstr[BUFSIZ]; /* contains the current request message */ local 314 (void) sprintf(rqstr, "%s!%s --> %s!%s (%s)", Myname, 326 logent(rqstr, "REQUEST"); 327 CDEBUG(1, "Request: %s\n", rqstr); 336 lnotify(User, rqstr, "can't access"); 349 lnotify(User, rqstr, "access denied"); 367 lnotify(User, rqstr, "remote ulimit exceeded"); 378 (void) sprintf(rqstr, "%s!%s --> %s!%s (%s)", Rmtname, 389 logent(rqstr, "REQUEST"); 390 CDEBUG(1, "Request: %s\n", rqstr); [all...] |
Completed in 45 milliseconds