/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | print_json.c | 57 list_wrap_depth(list_wrap_t *lw) in list_wrap_depth() argument 61 while (lw != NULL) { in list_wrap_depth() 63 lw = lw->lw_next; in list_wrap_depth() 83 list_wrap_pop_and_free(list_wrap_t *lw) in list_wrap_pop_and_free() argument 85 list_wrap_t *next = lw->lw_next; in list_wrap_pop_and_free() 87 free(lw->lw_name); in list_wrap_pop_and_free() 88 free(lw); in list_wrap_pop_and_free() 181 ch_add_string(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_string() argument 183 nvlist_t *nvl = (*lw)->lw_nvl[(*lw)->lw_pos]; in ch_add_string() 203 ch_add_boolean(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_boolean() argument [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky.c | 890 leak_walk_t *lw; in leaky_walk_init() local 932 wsp->walk_data = lw = mdb_zalloc(sizeof (*lw), UM_SLEEP); in leaky_walk_init() 933 lw->lkw_ndx = 0; in leaky_walk_init() 934 lw->lkw_current = lkb; in leaky_walk_init() 935 lw->lkw_hash_next = NULL; in leaky_walk_init() 943 leak_walk_t *lw = wsp->walk_data; in leaky_walk_step_common() local 946 if ((lk = lw->lkw_current) == NULL) { in leaky_walk_step_common() 947 if ((lk = lw->lkw_hash_next) == NULL) { in leaky_walk_step_common() 951 while (lk == NULL && lw->lkw_ndx < LK_BUFCTLHSIZE) in leaky_walk_step_common() 952 lk = lk_bufctl[lw->lkw_ndx++]; in leaky_walk_step_common() [all …]
|
H A D | genunix.c | 1964 lg_walk_data_t *lw = priv; in lg_walk_cb() local 1966 if (addr != lw->startaddr) in lg_walk_cb() 1967 return (lw->callback(addr, data, lw->data)); in lg_walk_cb() 1976 lg_walk_data_t lw; in lg_walk_step() local 1991 lw.callback = wsp->walk_callback; in lg_walk_step() 1992 lw.data = wsp->walk_cbdata; in lg_walk_step() 1994 lw.startaddr = (uintptr_t)&(graph->active_locks); in lg_walk_step() 1995 if (mdb_pwalk("lock_descriptor", lg_walk_cb, &lw, lw.startaddr)) { in lg_walk_step() 1996 mdb_warn("couldn't walk lock_descriptor at %p\n", lw.startaddr); in lg_walk_step() 2000 lw.startaddr = (uintptr_t)&(graph->sleeping_locks); in lg_walk_step() [all …]
|
H A D | gcore.c | 1168 mdb_klwp_t lw; in gcore_prgetlwpstatus() local 1175 if (mdb_ctf_vread(&lw, "klwp_t", "mdb_klwp_t", lwp_addr, 0) == -1) { in gcore_prgetlwpstatus() 1178 lwp = &lw; in gcore_prgetlwpstatus()
|
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/ |
H A D | tst.rv32i.s | 43 lw s6, 0x7ff(s1) 44 lw s7, (s1) 45 lw s8, -0x800(s1)
|
H A D | tst.rv32i.out | 13 libdis_test+0x30: 03 ab f4 7f lw s6,0x7ff(s1) 14 libdis_test+0x34: 83 ab 04 00 lw s7,0x0(s1) 15 libdis_test+0x38: 03 ac 04 80 lw s8,-0x800(s1)
|
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/ |
H A D | tst.ldsr.s | 34 c.lw x9,(x10) 35 c.lw x12,0x40(x13)
|
H A D | tst.ldsr.out | 6 libdis_test+0xa: 04 41 c.lw s1,0x0(a0) 7 libdis_test+0xc: b0 42 c.lw a2,0x40(a3)
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | via-rhine.c | 447 unsigned long lw; member 466 unsigned long lw; member 502 unsigned long lw; member 515 unsigned long lw; member 701 tp->tx_ring[i].tx_status.lw = 0; in rhine_init_ring() 702 tp->tx_ring[i].tx_ctrl.lw = 0x00e08000; in rhine_init_ring() 1218 rxstatus = tp->rx_ring[tp->cur_rx].rx_status.lw; in rhine_poll()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 1095 fanout_walk_data_t *lw; in fanout_stack_walk_init() local 1107 lw = mdb_alloc(sizeof (*lw), UM_SLEEP); in fanout_stack_walk_init() 1108 lw->index = 0; in fanout_stack_walk_init() 1109 lw->size = fi->getsize(sctps); in fanout_stack_walk_init() 1110 lw->sctp = 0; in fanout_stack_walk_init() 1111 lw->fanout = (sctp_tf_t *)kaddr; in fanout_stack_walk_init() 1112 lw->getnext = fi->getnext; in fanout_stack_walk_init() 1114 if ((wsp->walk_addr = find_next_hash_item(lw)) == 0) { in fanout_stack_walk_init() 1117 wsp->walk_data = lw; in fanout_stack_walk_init()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 897 Lword lw; in dump_secflags() local 910 lw = extract_as_lword(state, &layout->pr_effective); in dump_secflags() 912 conv_prsecflags(lw, 0, &inv)); in dump_secflags() 914 lw = extract_as_lword(state, &layout->pr_inherit); in dump_secflags() 916 conv_prsecflags(lw, 0, &inv)); in dump_secflags() 918 lw = extract_as_lword(state, &layout->pr_lower); in dump_secflags() 920 conv_prsecflags(lw, 0, &inv)); in dump_secflags() 922 lw = extract_as_lword(state, &layout->pr_upper); in dump_secflags() 924 conv_prsecflags(lw, 0, &inv)); in dump_secflags()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 581 int lw, rw; /* Left and right line widths. */ in tbl_hrule() local 622 lw = cpp == NULL || cpn == NULL || in tbl_hrule() 627 tbl_direct_border(tp, BHORIZ * lw, in tbl_hrule() 680 tbl_direct_border(tp, BLEFT * lw + in tbl_hrule()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 353 mpt_entry.lw = (mr->mr_accflag & IBT_MR_LOCAL_WRITE) ? 1 : 0; in hermon_mr_register_shared() 566 mpt_entry.lw = (mr->mr_accflag & IBT_MR_LOCAL_WRITE) ? 1 : 0; in hermon_mr_alloc_fmr() 1023 (mpt_entry.lw ? IBT_MR_LOCAL_WRITE : 0) | in hermon_mr_query() 1698 mpt_entry.lw = (mr->mr_accflag & IBT_MR_LOCAL_WRITE) ? 1 : 0; in hermon_mr_common_reg() 1928 mpt_entry.lw = (mr->mr_accflag & IBT_MR_LOCAL_WRITE) ? 1 : 0; in hermon_dma_mr_register() 2097 mpt_entry.lw = 1; in hermon_mr_alloc_lkey() 2187 mpt_entry.lw = 1; in hermon_mr_fexch_mpt_init() 2612 mpt_entry.lw = (acc_flags_to_use & IBT_MR_LOCAL_WRITE) ? 1 : 0; in hermon_mr_common_rereg()
|
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat_redirection.h | 379 #define DAT_SRQ_SET_LW(srq, lw) \ argument 382 (lw))
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 349 mpt_entry.lw = (mr->mr_accflag & IBT_MR_LOCAL_WRITE) ? 1 : 0; in tavor_mr_register_shared() 1234 mpt_entry.lw = (mr->mr_accflag & IBT_MR_LOCAL_WRITE) ? 1 : 0; in tavor_mr_common_reg() 1435 mpt_entry.lw = (mr->mr_accflag & IBT_MR_LOCAL_WRITE) ? 1 : 0; in tavor_dma_mr_register() 1838 mpt_entry.lw = (acc_flags_to_use & IBT_MR_LOCAL_WRITE) ? 1 : 0; in tavor_mr_common_rereg()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 1692 uint32_t lw :1; member 1781 uint32_t lw :1; member 1877 uint32_t lw :1; member 1945 uint32_t lw :1; member
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 873 uint32_t lw :1; member 906 uint32_t lw :1; member
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 95 label_width, "lw" "lw" # cols in each label
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 114 label_width lw lw number # cols in each label
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 116 label_width lw lw number # cols in each label
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 211 -liconv -lw /* these should be pulled in by -lc */
|
H A D | RELEASE | 104 11-01-28 add -lw for ancient sunos
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | terminfo.src | 4407 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0, 6511 lh#2, lw#8, nlab#8, 6525 lh#1, lm#48, lw#8, nlab#8, 6656 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, xmc#0, 6757 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, 8355 cols#80, it#8, lh#1, lines#25, lm#0, lw#9, ma#4, nlab#8, vt#0, 8582 cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 8632 cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 8673 cols#132, lw#7, nlab#16, wsl#97, 8704 colors#8, cols#80, lh#1, lines#24, lw#8, ncv#55, nlab#8, pairs#8, [all …]
|
H A D | termcap.src | 3869 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:pb#9600:sg#0:ug#0:\ 5757 :Nl#8:lh#2:lw#8:\ 5770 :Nl#8:lh#1:lm#48:lw#8:\ 5892 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:sg#0:ug#0:\ 5973 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\ 7688 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\ 7730 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\ 7762 :Nl#16:co#132:lw#7:ws#97:\ 7792 :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:ws#45:\ 7810 :Nl#16:co#132:lw#7:ws#97:\ [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 49 11-02-02 Makefile: add :MAPLIB: check for ancient -lw
|