Searched refs:sout (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | hal-storage-zpool.c | 109 char *sout = NULL; in handle_zpool() local 144 &sout, in handle_zpool() 162 printf ("zpool error %d, stdout='%s', stderr='%s'\n", exit_status, sout, serr); in handle_zpool() 167 g_free (sout); in handle_zpool()
|
H A D | hal-storage-shared.c | 272 char *sout = NULL; in handle_unmount() local 471 &sout, in handle_unmount() 482 printf ("%s error %d, stdout='%s', stderr='%s'\n", UMOUNT, exit_status, sout, serr); in handle_unmount() 525 g_free (sout); in handle_unmount() 543 char *sout = NULL; in handle_eject() local 584 &sout, in handle_eject() 611 printf ("%s error %d, stdout='%s', stderr='%s'\n", EJECT, exit_status, sout, serr); in handle_eject() 622 g_free (sout); in handle_eject()
|
H A D | hal-storage-mount.c | 464 char *sout = NULL; local 985 &sout, 999 printf ("%s error %d, stdout='%s', stderr='%s'\n", MOUNT, exit_status, sout, serr); 1053 g_free (sout);
|
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | AudioTypeChannel.cc | 84 short *sout; in Convert() local 154 sout = (short *)outbuf->GetAddress(); in Convert() 166 *sout++ = (short)smix; in Convert()
|
/titanic_41/usr/src/lib/libv12n/sparc/ |
H A D | libv12n.c | 448 v12n_string_copyout(char *sout, char *sfrom, size_t count) in v12n_string_copyout() argument 452 if (sout != NULL && count > 0) { in v12n_string_copyout() 454 (void) memcpy(sout, sfrom, count); in v12n_string_copyout()
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 1085 static struct select_state sout; in listen_and_process() local 1098 err = krb5int_cm_call_select(&sstate, &sout, &sret); in listen_and_process() 1113 if (FD_ISSET(conns[i]->fd, &sout.rfds)) in listen_and_process() 1115 if (FD_ISSET(conns[i]->fd, &sout.wfds)) in listen_and_process()
|