bnd 2747 arch/i386/i386/machdep.c IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(dble), IDTVEC(fpusegm), bnd 2881 arch/i386/i386/machdep.c setgate(&idt[ 5], &IDTVEC(bnd), 0, SDT_SYS386TGT, SEL_KPL, GCODE_SEL); bnd 749 compat/svr4/svr4_stream.c struct svr4_strmcmd bnd; bnd 757 compat/svr4/svr4_stream.c if (ioc->len > sizeof(bnd)) bnd 760 compat/svr4/svr4_stream.c if ((error = copyin(ioc->buf, &bnd, ioc->len)) != 0) bnd 763 compat/svr4/svr4_stream.c if (bnd.cmd != SVR4_TI_BIND_REQUEST) { bnd 764 compat/svr4/svr4_stream.c DPRINTF(("ti_bind: bad request %ld\n", bnd.cmd)); bnd 773 compat/svr4/svr4_stream.c if (bnd.offs == 0) bnd 776 compat/svr4/svr4_stream.c netaddr_to_sockaddr_in(&sain, &bnd); bnd 786 compat/svr4/svr4_stream.c if (bnd.offs == 0) bnd 789 compat/svr4/svr4_stream.c netaddr_to_sockaddr_un(&saun, &bnd); bnd 800 compat/svr4/svr4_stream.c bnd.pad[28] = 0x00001000; /* magic again */ bnd 827 compat/svr4/svr4_stream.c bzero(&bnd, sizeof(bnd)); bnd 828 compat/svr4/svr4_stream.c bnd.len = sasize + 4; bnd 829 compat/svr4/svr4_stream.c bnd.offs = 0x10; /* XXX */ bnd 832 compat/svr4/svr4_stream.c bnd.cmd = SVR4_TI_BIND_REPLY; bnd 834 compat/svr4/svr4_stream.c if ((error = copyout(&bnd, ioc->buf, ioc->len)) != 0)