Searched refs:nrows (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | debug.c | 371 size_t nrows, nrem; in snmp_log_asn() local 392 nrows = pktsz / 16; in snmp_log_asn() 393 for (i = 0; i < nrows; i++) { in snmp_log_asn() 431 int nrows, nrem; in snmp_log_pkt() local 453 nrows = pktsz / SNMP_NCHARS_IN_A_ROW; in snmp_log_pkt() 456 for (i = 0; i < nrows; i++) { in snmp_log_pkt()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 48 unsigned int nrows) in add_string_list_prop() argument 75 proprow = alloca(sizeof (picl_prophdl_t) * nrows); in add_string_list_prop() 81 for (j = 0; j < nrows; ++j) { in add_string_list_prop()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tem_safe.c | 1531 int nrows, ncols, width, height; in tem_safe_pix_clear_prom_output() local 1539 nrows = (tems.ts_p_offset.y + (height - 1))/ height; in tem_safe_pix_clear_prom_output() 1542 tem_safe_pix_cls_range(tem, 0, nrows, 0, 0, ncols, 0, in tem_safe_pix_clear_prom_output() 1554 int nrows, ncols, width, height; in tem_safe_pix_clear_entire_screen() local 1562 nrows = (tems.ts_p_dimension.height + (height - 1))/ height; in tem_safe_pix_clear_entire_screen() 1565 tem_safe_pix_cls_range(tem, 0, nrows, 0, 0, ncols, 0, in tem_safe_pix_clear_entire_screen() 2188 screen_pos_t row, int nrows, int offset_y, in tem_safe_pix_cls_range() argument 2213 for (i = 0; i < nrows; i++, row++) { in tem_safe_pix_cls_range()
|
H A D | tem.c | 787 tem_prom_scroll_up(struct tem_vt_state *tem, int nrows, cred_t *credp, in tem_prom_scroll_up() argument 794 ma.s_row = nrows * tems.ts_font.height; in tem_prom_scroll_up() 808 tem_safe_pix_cls_range(tem, 0, nrows, tems.ts_p_offset.y, in tem_prom_scroll_up()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 1213 long row, nrows, i; in pem() local 1237 nrows = (lp - slp - 1) / ncols + 1; in pem() 1238 for (i = 0; i < nrows; i++, row++) { in pem() 1240 ep = slp + (nrows * col) + row; in pem()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdio.h | 276 int nrows; /* Optional - original number of rows */ member
|
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 640 unsigned int nrows) in add_string_list_prop() argument 667 proprow = alloca(sizeof (picl_prophdl_t) * nrows); in add_string_list_prop() 673 for (j = 0; j < nrows; ++j) { in add_string_list_prop()
|
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe_ioctl.c | 468 if (un->un_nrows != mgp->nrows) { in stripe_grow()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_stripe.c | 1500 mgp.nrows = old_un->un_nrows; in meta_stripe_attach()
|