Searched refs:room (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals_machelf.c92 size_t room; /* # of bytes left in buf */ member in struct:__anon1671
107 * If list is non-empty, and the buffer has room,
111 if (state->sep_str_len < state->room) {
115 state->room -= state->sep_str_len;
117 /* Ensure code below will catch lack of room */
118 state->room = 0;
125 if (n < state->room) {
128 state->room -= n;
151 state->room = arg->bufsize;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c381 size_t room)
402 if (room) {
404 room--;
448 if (room) {
450 room--;
467 if (room) {
469 room--;
530 _collate_sxfrm(const wchar_t *src, char *xf, size_t room, locale_t loc) argument
554 if (room) {
556 room
380 _collate_wxfrm(const struct lc_collate *lcc, const wchar_t *src, wchar_t *xf, size_t room) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c85 uint_t room = 0; local
93 room = chan->ch_max_rwqes - chan->ch_rx_posted;
94 limit = (room > chan->ch_rwqe_bktsz) ? chan->ch_rwqe_bktsz : room;
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s104 / make room for a max sized boot vector
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s105 subl $EB_MAX_SIZE32,%esp / make room for a max sized boot vector
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s92 subl $16,%esp / give ourselves some working room on the stack
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s71 # Relocate ourself to a lower address so that we have more room to load
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s718 sub $[4*8], %rsp / Make room on stack to save registers
822 sub $[4*8], %rsp / Make room on stack to save registers
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s173 sll %i4, 8, %i4 ! make room for next byte
278 sll %i4, 8, %i4 ! make room for next byte
1354 * Otherwise we've already run screaming from the room.
H A Dniagara_copy.s331 * | BST/BLD we need room in which to |
2483 sll %i4, 8, %i4 ! make room for next byte
2588 sll %i4, 8, %i4 ! make room for next byte
7656 * Otherwise we've already run screaming from the room.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1652 sll %i4, 8, %i4 ! make room for next byte
1757 sll %i4, 8, %i4 ! make room for next byte
H A Dus3_common_asm.s2879 ! get a new window with room for the error regs

Completed in 111 milliseconds