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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c158 static void redirect(int);
620 * are totally ignored. The redirect(-1) call forces the initial output to go to
627 redirect(-1); /* get ready for the first page */
699 * be careful about what's done. The first time through (up to the redirect() call)
723 redirect(-1);
724 else redirect(++page);
903 redirect(int pg) function
921 } /* End of redirect */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c268 static char *redirect[] = { local
521 if (icp->icmp_code >= A_CNT(redirect)) {
522 Printf("ICMP %d redirect from gateway %s\n",
526 Printf("ICMP %s redirect from gateway %s\n",
527 redirect[icp->icmp_code],
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c139 read_redirect(char *redirect) argument
153 *redirect++ = slicec;
155 *redirect = '\0';
161 post_mountroot(char *bootfile, char *redirect) argument
193 if (redirect != NULL &&
194 read_redirect(redirect)) {
424 redirect_boot_path(char *bpath, char *redirect) argument
426 char slicec = *redirect;
/illumos-gate/usr/src/cmd/awk/
H A Drun.c51 static FILE *openfile(int, uchar *), *redirect(int, Node *);
963 fp = redirect((int)a[1], a[2]);
1581 fp = redirect((int)a[1], a[2]);
1610 redirect(int a, Node *b) function
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c603 static void redirect(int);
1064 redirect(-1); /* only do output after a page command */
1775 * about what's done. The first time through (up to the redirect(pg) call) output
1776 * goes to /dev/null because of the redirect(-1) call made in conv().
1797 redirect(pg);
2807 redirect(int pg) function
2826 } /* End of redirect */
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1690 * all router group (indicated by the redirect output), pointing
1694 ibd_async_mcache(ibd_state_t *state, ipoib_mac_t *mac, boolean_t *redirect) argument
1700 *redirect = B_FALSE;
1732 *redirect = B_TRUE;
1788 * redirect, error out.

Completed in 91 milliseconds