HomeSort by: relevance | last modified time | path
    Searched defs:lwb (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/csh/
dol.c 394 int c, lwb, sc, subscr, upb; local
400 lwb = 1;
549 lwb = i;
551 upb = lwb, np = STRstar;
570 if (i < lwb)
571 upb = lwb - 1;
575 if (lwb == 0) {
588 lwb = 1, upb = 0;
590 lwb = upb = subscr;
595 Char *cp = putn(upb - lwb + 1)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil_impl.h 42 typedef struct lwb { struct
51 uint64_t lwb_max_txg; /* highest txg in this lwb */
127 taskq_t *zl_clean_taskq; /* runs lwb and itx clean tasks */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 101 #define LWB_EMPTY(lwb) ((BP_GET_LSIZE(&lwb->lwb_blk) - \
102 sizeof (zil_chain_t)) == (lwb->lwb_sz - lwb->lwb_nused))
460 lwb_t *lwb; local
462 lwb = kmem_cache_alloc(zil_lwb_cache, KM_SLEEP);
463 lwb->lwb_zilog = zilog;
464 lwb->lwb_blk = *bp;
465 lwb->lwb_slog = slog;
466 lwb->lwb_buf = zio_buf_alloc(BP_GET_LSIZE(bp))
544 lwb_t *lwb = NULL; local
618 lwb_t *lwb; local
880 lwb_t *lwb = zio->io_private; local
1517 lwb_t *lwb; local
1660 lwb_t *lwb; local
1853 lwb_t *lwb; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 3072 LONGEST lwb, upb;
3078 get_discrete_bounds (type->index_type (), &lwb, &upb);
3079 arr = value_ptradd (arr, pos_atr (ind[k]) - lwb);
3067 LONGEST lwb, upb; local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 3069 LONGEST lwb, upb;
3075 get_discrete_bounds (type->index_type (), &lwb, &upb);
3076 arr = value_ptradd (arr, pos_atr (ind[k]) - lwb);
3064 LONGEST lwb, upb; local

Completed in 50 milliseconds