Searched refs:wall (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/wall/
H A DMakefile27 PROG= wall
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drwall_subr.c55 #define WALL_PROG "/usr/sbin/wall"
67 struct stat wall; local
72 * Do not wall the same message twice in case of a retransmission
86 rval = stat(WALL_PROG, &wall);
89 * Make sure the wall programs exists, is executeable, and runs
91 if (rval == -1 || (wall.st_mode & S_IXUSR) == 0 ||
H A DMakefile42 wall.xml \
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c239 * We use wall(1) to do the actual broadcasting, so
253 FILE *wall; local
275 execl("/usr/sbin/wall", "wall", "-g", OPGRENT, (char *)NULL);
284 wall = fdopen(fildes[0], "r+");
285 if (wall == (FILE *)NULL) {
294 (void) fprintf(wall, gettext(
298 fclose(wall);
/illumos-gate/usr/src/cmd/initpkg/
H A Dshutdown.sh44 /usr/sbin/wall -a <<-!
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh38 colors=([wall]=blue [floor]=red)
69 b.colors[wall]=green
127 [[ $c == $'(\n\ttypeset -l -E x=8\n\ttypeset -l -E y=5\n\tcomvar=(\n\t\ttop=8\n\t\tbottom=9\n\t)\n\ttypeset -S -l -i count=1\n\ttypeset -a items=(\n\t\tfoo\n\t\tbar\n\t)\n\ttypeset -A colors=(\n\t\t[floor]=red\n\t\t[wall]=blue\n\t)\n\tname=cube1\n\ttypeset -L 6 status=INIT\n\ttypeset -l -E z=1\n)' ]] || err_exit '$c not correct'
/illumos-gate/usr/src/cmd/
H A DMakefile35 # long-running and should be given the most wall-clock time for a
448 wall \
/illumos-gate/usr/src/man/man1m/
H A DMakefile552 wall.1m \

Completed in 1927 milliseconds