HomeSort by: relevance | last modified time | path
    Searched refs:redir (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/x86/x86/
mpbios.c 1028 mp_cfg_special_intr(const struct mpbios_int *entry, uint32_t *redir)
1036 *redir &= ~IOAPIC_REDLO_DEL_MASK;
1037 *redir &= ~IOAPIC_REDLO_VECTOR_MASK;
1038 *redir &= ~IOAPIC_REDLO_LEVEL;
1042 *redir |= (IOAPIC_REDLO_DEL_NMI<<IOAPIC_REDLO_DEL_SHIFT);
1046 *redir |= (IOAPIC_REDLO_DEL_SMI<<IOAPIC_REDLO_DEL_SHIFT);
1055 *redir |= (IOAPIC_REDLO_DEL_EXTINT<<IOAPIC_REDLO_DEL_SHIFT);
1056 *redir |= (IOAPIC_REDLO_MASK);
1064 mp_cfg_pci_intr(const struct mpbios_int *entry, uint32_t *redir)
1069 *redir &= ~IOAPIC_REDLO_DEL_MASK
    [all...]
mpacpi.c 207 mpi->redir = (IOAPIC_REDLO_DEL_NMI << IOAPIC_REDLO_DEL_SHIFT);
230 mpi->redir = (IOAPIC_REDLO_DEL_NMI << IOAPIC_REDLO_DEL_SHIFT);
272 mpi->redir = 0;
276 mpi->redir &= ~IOAPIC_REDLO_ACTLO;
279 mpi->redir |= IOAPIC_REDLO_ACTLO;
283 mpi->redir |= IOAPIC_REDLO_ACTLO;
285 mpi->redir &= ~IOAPIC_REDLO_ACTLO;
288 mpi->redir |= (IOAPIC_REDLO_DEL_FIXED<<IOAPIC_REDLO_DEL_SHIFT);
291 mpi->redir |= IOAPIC_REDLO_LEVEL;
294 mpi->redir &= ~IOAPIC_REDLO_LEVEL
    [all...]
lapic.c 464 lapic_writereg(LAPIC_LVT_LINT0, mpi->redir);
466 lapic_writereg(LAPIC_LVT_LINT1, mpi->redir);
ioapic.c 421 redlo = map == NULL ? IOAPIC_REDLO_MASK : map->redir;
intr.c 1530 (*pr)("\tioapic redir 0x%x\n",
1531 sc->sc_pins[isp->is_pin].ip_map->redir);
  /src/bin/sh/
redir.c 1 /* $NetBSD: redir.c,v 1.76 2024/11/11 22:57:42 kre Exp $ */
38 static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: redir.c,v 1.76 2024/11/11 22:57:42 kre Exp $");
65 #include "redir.h"
73 #define CLOSED -1 /* fd was not open before redir */
256 redirect(union node *redir, int flags)
264 CTRACE(DBG_REDIR, ("redirect(F=0x%x):%s\n", flags, redir?"":" NONE"));
279 for (n = redir ; n ; n = n->nfile.next) {
283 VTRACE(DBG_REDIR, ("redir %d (max=%d limit=%ld) ",
371 openredirect(union node *redir, char memory[10], int flags
    [all...]
eval.c 74 #include "redir.h"
600 union node *redir; local in function:expredir
602 for (redir = n ; redir ; redir = redir->nfile.next) {
606 switch (redir->type) {
612 expandarg(redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR);
613 redir->nfile.expfname = fn.list->text;
617 if (redir->ndup.vname)
    [all...]
parser.c 58 #include "redir.h" /* defines max_user_fd */
344 union node *redir, **rpp; local in function:command
353 redir = NULL;
355 rpp = &redir;
567 if (!redir)
579 n1 = simplecmd(rpp, redir);
594 if (redir) {
601 n1->nredir.redirect = redir;
621 simplecmd(union node **rpp, union node *redir)
632 CTRACE(DBG_PARSE, ("simple command with%s redir already @%d\n"
    [all...]
Makefile 9 miscbltin.c mystring.c options.c parser.c redir.c show.c trap.c \
jobs.c 69 #include "redir.h"
1991 p = ">"; i = 1; goto redir;
1993 p = ">|"; i = 1; goto redir;
1995 p = ">>"; i = 1; goto redir;
1997 p = ">&"; i = 1; goto redir;
1999 p = "<"; i = 0; goto redir;
2001 p = "<&"; i = 0; goto redir;
2003 p = "<>"; i = 0; goto redir;
2004 redir:
  /src/sys/arch/x86/include/
mpconfig.h 66 uint32_t redir; member in struct:mp_intr_map
  /src/sys/arch/x86/acpi/
acpi_machdep.c 254 int redir, mpflags; local in function:acpi_md_intr_establish
261 redir = IOAPIC_REDLO_LEVEL | IOAPIC_REDLO_ACTLO;
286 redir &= ~IOAPIC_REDLO_ACTLO;
293 redir &= ~IOAPIC_REDLO_LEVEL;
337 mip->redir &= ~(IOAPIC_REDLO_LEVEL |
339 mip->redir |= redir;
343 tmpmap.redir = redir;
  /src/bin/ksh/
syn.c 168 if (tpeek(cf) != REDIR)
233 case REDIR:
242 case REDIR:
676 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
710 char redir[6]; /* 2<<- is the longest redirection, I think */ local in function:syntaxerr
736 case REDIR:
737 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
748 redir[0] = c;
749 redir[1] = '\0'
    [all...]
  /src/libexec/httpd/
bozohttpd.c 1460 char dir[MAXPATHLEN], redir[MAXPATHLEN], redirpath[MAXPATHLEN + 1], local in function:check_bzredirect
1467 * use it as the directory to look for the redir file.
1494 if ((size_t)snprintf(redir, sizeof(redir), "%s/%s", path,
1495 REDIRECT_FILE) >= sizeof(redir)) {
1499 if (lstat(redir, &sb) == 0) {
1504 if ((size_t)snprintf(redir, sizeof(redir), "%s/%s", path,
1505 ABSREDIRECT_FILE) >= sizeof(redir)) {
1510 if (lstat(redir, &sb) < 0 || !S_ISLNK(sb.st_mode)
    [all...]

Completed in 21 milliseconds