Searched defs:msgout (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c77 static void msgout();
148 msgout("cannot get transport name");
151 msgout("cannot get transport info");
155 msgout("could not get the right module");
161 msgout("cannot create update server handle");
165 msgout("unable to register (YPBINDPROG, YPBINDVERS).");
195 msgout("unable to create (YPU_PROG, YPU_VERS) for netpath.");
200 msgout("svc_run returned");
355 msgout(msg) function
404 msgout("ypupdate
[all...]
H A Dyp_b_svc.c83 void msgout();
174 msgout("terminating: rpcbind is not running");
196 msgout("unable to set maximum RPC record size");
202 msgout("cannot get transport name");
206 msgout("cannot get transport info");
212 msgout("cannot create server handle");
227 msgout("unable to register (YPBINDPROG, YPBINDVERS).");
232 msgout(
239 msgout(
252 msgout("svc_ru
652 msgout(msg) function
[all...]
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c80 msgout("unable to set maximum RPC record size");
97 msgout("cannot get transport name");
100 msgout("cannot get transport info");
104 msgout("cannot create server handle");
111 msgout("unable to register (BOOTPARAMPROG, "
152 msgout("in debug mode.");
154 msgout("in debug mode (level %d).", debug);
159 msgout("unable to create (BOOTPARAMPROG, BOOTPARAMVERS) "
165 msgout("svc_run returned");
215 msgout("unabl
223 msgout(char *fmt, ...) function
[all...]
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S339 call msgout
350 msgout: label
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c60 static void msgout();
94 msgout("unable to set maximum RPC record size");
114 msgout("cannot get transport name");
118 msgout("cannot get transport info");
122 msgout("cannot create server handle");
129 msgout("unable to register (RUSERSPROG, RUSERSVERS_3).");
134 msgout("unable to register (RUSERSPROG, RUSERSVERS_IDLE).");
140 msgout("svc_run returned");
158 msgout("unable to create (RUSERSPROG, RUSERSVERS_3) for netpath");
163 msgout(
433 msgout(msg) function
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c4510 int msgout = fas->f_cur_msgout[0]; local
4514 if (msgout == MSG_HEAD_QTAG || msgout == MSG_SIMPLE_QTAG) {
4515 msgout = fas->f_cur_msgout[2];
4517 EPRINTF4("msgout: %x %x %x, last_msgout=%x\n",
4521 if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG ||
4522 msgout == MSG_DEVICE_RESET) {
4524 scsi_mname(msgout), Tgt(sp));
4528 if (msgout
5551 int msgout = 0; local
5835 uchar_t *msgout = fas->f_cur_msgout; local
5905 uchar_t msgout, phase; local
6062 int msgout = 0; local
[all...]

Completed in 69 milliseconds