Home
last modified time | relevance | path

Searched refs:subend (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/cardbus/
H A Drbus.c64 bus_addr_t subend, bus_addr_t addr, bus_size_t size, in rbus_space_alloc_subregion() argument
89 subend > rbt->rb_ext->ex_end) { in rbus_space_alloc_subregion()
96 subend, size, align, 0, 0, exflags, &result)) in rbus_space_alloc_subregion()
113 for (; search_addr + size <= subend; in rbus_space_alloc_subregion()
/openbsd/sys/kern/
H A Dsubr_extent.c609 extent_do_alloc(struct extent *ex, u_long substart, u_long subend, in extent_do_alloc() argument
627 (subend > ex->ex_end) || (subend < ex->ex_start)) { in extent_do_alloc()
631 __func__, substart, subend); in extent_do_alloc()
634 if ((size < 1) || ((size - 1) > (subend - substart))) { in extent_do_alloc()
722 if (rp->er_start > subend) { in extent_do_alloc()
826 if (LE_OV(newstart, (size - 1), subend)) { in extent_do_alloc()
861 if (!LE_OV(newstart, (size - 1), subend)) in extent_do_alloc()
947 extent_alloc_subregion(struct extent *ex, u_long substart, u_long subend, in extent_alloc_subregion() argument
965 return extent_do_alloc(ex, substart, subend, size, alignment, skew, in extent_alloc_subregion()
971 u_long subend, u_long size, u_long alignment, u_long skew, in extent_alloc_subregion_with_descr() argument
[all …]
/openbsd/usr.bin/telnet/
H A Dtelnet.c46 *subpointer, *subend; /* buffer for sub-options */ variable
48 #define SB_TERM() { subend = subpointer; SB_CLEAR(); }
55 #define SB_EOF() (subpointer >= subend)
56 #define SB_LEN() (subend - subpointer)
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c1365 char *subend; in dwarf_read_array_type() local
1381 subend = sub + nbytes + blocksz; in dwarf_read_array_type()
1383 type = decode_subscript_data_item (sub, subend); in dwarf_read_array_type()