HomeSort by: relevance | last modified time | path
    Searched defs:redirect (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 81 int (*redirect)(void *ctx, struct rtentry *old, member in struct:cxgb_client
  /src/bin/sh/
redir.c 118 * background commands, where we want to redirect fd0 to /dev/null only
256 redirect(union node *redir, int flags) function in typeref:typename:void
264 CTRACE(DBG_REDIR, ("redirect(F=0x%x):%s\n", flags, redir?"":" NONE"));
293 /* redirect from/to same file descriptor */
303 ("redirect: moved holding fd %d to %d\n", fd, to));
447 error("Redirect (from %d to %d) failed: %s",
454 error("Redirect (from %d to %d) failed: %s",
484 error("redirect reassignment (fd %d) failed: %s", fd,

Completed in 13 milliseconds