Home
last modified time | relevance | path

Searched refs:bl (Results 1 – 25 of 130) sorted by relevance

123456

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_utils.c73 BLEAF *bl; local
76 bl = GETBLEAF(e->page, e->index);
86 if (bl->flags & P_BIGKEY) {
87 if (__ovfl_get(t, bl->bytes,
92 if (bl->ksize > rkey->size) {
94 malloc(bl->ksize) : realloc(rkey->data, bl->ksize));
98 rkey->size = bl->ksize;
100 memmove(rkey->data, bl->bytes, bl->ksize);
101 key->size = bl->ksize;
104 key->size = bl->ksize;
[all …]
H A Dbt_debug.c203 BLEAF *bl; local
258 bl = GETBLEAF(h, cur);
259 if (bl->flags & P_BIGKEY)
262 *(db_pgno_t *)bl->bytes,
263 *(u_int32_t *)(bl->bytes + sizeof(db_pgno_t)));
264 else if (bl->ksize)
265 (void)fprintf(tracefp, "%s/", bl->bytes);
266 if (bl->flags & P_BIGDATA)
269 *(db_pgno_t *)(bl->bytes + bl->ksize),
270 *(u_int32_t *)(bl->bytes + bl->ksize +
[all …]
H A Dbt_split.c91 BLEAF *bl, *tbl; local
188 bl = GETBLEAF(rchild, 0);
189 nbytes = NBINTERNAL(bl->ksize);
190 if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
195 b.size = bl->ksize;
196 b.data = bl->bytes;
245 WR_BINTERNAL(dest, nksize ? nksize : bl->ksize,
246 rchild->pgno, bl->flags & P_BIGKEY);
247 memmove(dest, bl->bytes, nksize ? nksize : bl->ksize);
248 if (bl->flags & P_BIGKEY &&
[all …]
H A Dbt_delete.c480 BLEAF *bl; local
494 to = bl = GETBLEAF(h, idx);
495 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
497 if (bl->flags & P_BIGDATA &&
498 __ovfl_delete(t, bl->bytes + bl->ksize) == RET_ERROR)
502 nbytes = NBLEAF(bl);
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c260 BlockCnt *bl = fs->bl; in markupval() local
261 while (bl->nactvar > level) bl = bl->previous; in markupval()
262 bl->upval = 1; in markupval()
365 BlockCnt *bl = ls->fs->bl; in findlabel() local
369 for (i = bl->firstlabel; i < dyd->label.n; i++) { in findlabel()
373 (bl->upval || dyd->label.n > bl->firstlabel)) in findlabel()
403 int i = ls->fs->bl->firstgoto; in findgotos()
419 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout() argument
420 int i = bl->firstgoto; in movegotosout()
426 if (gt->nactvar > bl->nactvar) { in movegotosout()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwbrdr_st.c51 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br) in wborder_set() argument
53 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br;
61 w, ls, rs, ts, bs, tl, tr, bl, br
91 if (bl == (const cchar_t *) 0)
92 bl = WACS_LLCORNER;
100 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1)
H A Dwbrdr.c53 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument
61 w, ls, rs, ts, bs, tl, tr, bl, br in wborder()
89 if (bl == 0) in wborder()
90 bl = ACS_LLCORNER; in wborder()
91 (void) __m_acs_cc(bl, &wbl); in wborder()
H A Dbrdr_st.c47 border_set(ls, rs, ts, bs, tl, tr, bl, br) in border_set() argument
48 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; in border_set()
55 ls, rs, ts, bs, tl, tr, bl, br
59 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
H A Dbrdr.c48 chtype tl, chtype tr, chtype bl, chtype br) in border() argument
55 ls, rs, ts, bs, tl, tr, bl, br in border()
59 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c186 dr_memlist_intersect(struct memlist *al, struct memlist *bl) in dr_memlist_intersect() argument
190 if ((al == NULL) || (bl == NULL)) in dr_memlist_intersect()
194 bstart = bl->ml_address; in dr_memlist_intersect()
195 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
197 while (al && bl) { in dr_memlist_intersect()
207 while (bl && (bend <= astart)) in dr_memlist_intersect()
208 if ((bl = bl->ml_next) != NULL) in dr_memlist_intersect()
209 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
210 if (bl == NULL) in dr_memlist_intersect()
213 if ((bstart = bl->ml_address) <= astart) in dr_memlist_intersect()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c186 dr_memlist_intersect(struct memlist *al, struct memlist *bl) in dr_memlist_intersect() argument
190 if ((al == NULL) || (bl == NULL)) in dr_memlist_intersect()
194 bstart = bl->ml_address; in dr_memlist_intersect()
195 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
197 while (al && bl) { in dr_memlist_intersect()
207 while (bl && (bend <= astart)) in dr_memlist_intersect()
208 if ((bl = bl->ml_next) != NULL) in dr_memlist_intersect()
209 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
210 if (bl == NULL) in dr_memlist_intersect()
213 if ((bstart = bl->ml_address) <= astart) in dr_memlist_intersect()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c486 int i, j, k, bl = 0; in Pem2Der() local
532 bl = 0; in Pem2Der()
555 if ((dataB = realloc(dataB, bl+j+9)) == NULL) { in Pem2Der()
564 (void) memcpy(&(dataB[bl]), buf, j); in Pem2Der()
565 dataB[bl+j] = '\0'; in Pem2Der()
566 bl += j; in Pem2Der()
582 (unsigned char *)dataB, &bl, (unsigned char *)dataB, bl); in Pem2Der()
589 i = PEM_DecodeFinal(&ctx, (unsigned char *)&(dataB[bl]), &k); in Pem2Der()
594 bl += k; in Pem2Der()
596 if (bl == 0) goto err; in Pem2Der()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr.c56 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument
85 if (bl == 0) in wborder()
86 bl = ACS_LLCORNER; in wborder()
87 (void) __m_acs_cc(bl, &wbl); in wborder()
H A Dwbrdr_st.c56 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in wborder_set() argument
87 if (bl == NULL) in wborder_set()
88 bl = WACS_LLCORNER; in wborder_set()
96 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1) in wborder_set()
H A Dbrdr.c51 chtype tl, chtype tr, chtype bl, chtype br) in border() argument
55 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
H A Dbrdr_st.c52 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in border_set() argument
56 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border_set()
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1246 sbp2_buf_list_t *bl = &lp->l_orb_freelist; in sbp2_orb_freelist_get() local
1249 mutex_enter(&bl->bl_mutex); in sbp2_orb_freelist_get()
1250 if ((bl->bl_head != NULL) && (bl->bl_head->bb_len == len)) { in sbp2_orb_freelist_get()
1251 buf = bl->bl_head; in sbp2_orb_freelist_get()
1252 bl->bl_head = buf->bb_next; in sbp2_orb_freelist_get()
1253 if (bl->bl_tail == buf) { /* last one? */ in sbp2_orb_freelist_get()
1254 ASSERT(bl->bl_head == NULL); in sbp2_orb_freelist_get()
1255 bl->bl_tail = NULL; in sbp2_orb_freelist_get()
1257 bl->bl_len--; in sbp2_orb_freelist_get()
1260 mutex_exit(&bl->bl_mutex); in sbp2_orb_freelist_get()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c525 static int bl; /* lookup bits for tl */ variable
753 ml = mask_bits[bl]; /* precompute masks for speed */ in inflate_codes_in_window()
759 NEEDBITS ((unsigned) bl); in inflate_codes_in_window()
913 bl = 7; in init_fixed_block()
914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0) in init_fixed_block()
984 bl = 7; in init_dynamic_block()
985 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in init_dynamic_block()
993 m = mask_bits[bl]; in init_dynamic_block()
997 NEEDBITS ((unsigned) bl); in init_dynamic_block()
1055 bl = lbits; in init_dynamic_block()
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.S86 bl,a,pn %xcc, .chkwd
107 bl,a,pn %xcc, .wrword ! Only 4 bytes left.
151 bl,a,pt %xcc, .loop16
162 bl,a,pt %xcc, .loop16
175 bl,a,pt %xcc, .loop16
191 bl,a,pt %xcc, .loop16
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dabs.S39 bl,a 1f
51 bl,a 1f
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_border.c48 chtype tl, chtype tr, chtype bl, chtype br) in border() argument
50 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)); in border()
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.S160 bl,pt %ncc, args_copied
164 bl,pt %ncc, args_copied
169 bl,pt %ncc, args_copied
175 bl,pt %ncc, args_copied
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr23 bl word count
32 : local ( name -- ) bl word count (local) ; immediate
34 : 2local ( name -- ) bl word count (2local) ; immediate
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dcrypt.c277 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 argument
279 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1 argument
280 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 argument
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th122 bl addr len + c! len 1+ to len
185 bl addr len + c! len 1+ to len
199 bl addr len + c! len 1+ to len
214 addr len 1- + c@ bl = if
317 dup c@ bl =
340 c@ bl =
364 dup c@ dup 0<> swap bl <> and \ stop if space or 0
372 \ loop to first , or bl or 0
375 dup c@ bl <> >r
399 else \ its bl or 0 ( addr len len' proplen addr' len" addr" )
[all …]

123456