Searched refs:bnd (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/contrib/dev/acpica/include/platform/
H A Dacenv.h345 #define _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd)))
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stream.c754 struct svr4_strmcmd bnd; local
761 if (ioc->len < 0 || ioc->len > sizeof(bnd))
764 if ((error = copyin(ioc->buf, &bnd, ioc->len)) != 0)
767 if (bnd.cmd != SVR4_TI_OLD_BIND_REQUEST) {
768 DPRINTF(("ti_bind: bad request %ld\n", bnd.cmd));
777 if (bnd.offs == 0)
780 netaddr_to_sockaddr_in(&sain, &bnd);
790 if (bnd.offs == 0)
793 netaddr_to_sockaddr_un(&saun, &bnd);
804 bnd
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-niter.c1559 double_int bnd, max, mmax, cst; local
1591 bnd = derive_constant_upper_bound (op0, additional);
1595 if (double_int_ucmp (max, bnd) < 0)
1598 return bnd;
1617 bnd = derive_constant_upper_bound (op0, additional);
1630 if (double_int_ucmp (bnd, mmax) > 0)
1633 return double_int_add (bnd, cst);
1650 if (double_int_ucmp (bnd, cst) < 0)
1658 bnd = double_int_add (bnd, double_int_ne
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dexception.s116 IDTVEC(bnd)
H A Dmachdep.c1914 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
2876 setidt(IDT_BR, &IDTVEC(bnd), SDT_SYS386TGT, SEL_KPL,
/freebsd-9.3-release/sys/i386/xen/
H A Dexception.s124 IDTVEC(bnd)
H A Dxen_machdep.c83 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1166 { 5, 3, GSEL(GCODE_SEL, SEL_KPL), (unsigned long) &IDTVEC(bnd)},
/freebsd-9.3-release/sys/amd64/amd64/
H A Dexception.S131 IDTVEC(bnd)
H A Dmachdep.c1161 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1734 setidt(IDT_BR, &IDTVEC(bnd), SDT_SYSIGT, SEL_KPL, 0);
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c1721 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
2220 setidt(IDT_BR, &IDTVEC(bnd), SDT_SYS386TGT, SEL_KPL,

Completed in 209 milliseconds