Searched refs:logsys (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 126 zlog_t logsys; variable 223 if (zlogp == &logsys) in zerror() 245 if (zlogp == &logsys) { in zerror() 777 if (zlogp != &logsys) { in do_subproc() 1259 zerror(&logsys, B_FALSE, "argument size (%d bytes) " in server() 1267 zerror(&logsys, B_TRUE, "door_ucred"); in server() 1274 zerror(&logsys, B_FALSE, "insufficient privileges"); in server() 1306 zerror(&logsys, B_FALSE, "invalid command %d", (int)cmd); in server() 1314 zerror(&logsys, B_FALSE, "received unexpected kernel upcall %d", in server() 1326 zerror(&logsys, B_FALSE, "unable to determine state of zone"); in server() [all …]
|
H A D | zoneadmd.h | 86 extern zlog_t logsys;
|
H A D | vplat.c | 2217 zerror(&logsys, B_TRUE, "WARNING: skipping network interface " in configure_one_interface()
|