Searched refs:nelts (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dshdr.c46 Xword nelts = shdr->sh_size / shdr->sh_entsize; local
47 const char *entstr = (nelts == 1) ? MSG_INTL(MSG_SHD_ENTRY_1) :
52 EC_XWORD(nelts), entstr);
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c371 * nelts - # of array elements to display
372 * check_nelts - If True (1), nelts is clipped to fdesc->slf_nelts.
373 * If False (1), nelts is not clipped.
378 sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title)
385 nelts = base_desc->slf_nelts;
386 if (nelts == 0)
392 for (i = 0; i < nelts; ) {
393 if (i == (nelts - 1)) {
568 int i, nelts; local
574 nelts
377 print_array(note_state_t *state, const sl_field_t *base_desc, sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title) argument
600 int i, nelts; local
768 int i, nelts; local
1595 Word w, nelts; local
[all...]
H A Delfdump.c728 Word i, nelts; local
734 nelts = _cache->c_data->d_size / sizeof (exception_range_entry);
736 for (i = 0; i < nelts; i++, ent++) {
/opensolaris-onvv-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c2739 uint_t nelts; local
2766 DDI_PROP_DONTPASS, localmac_propname, &ints, &nelts);
2768 if (nelts == ETHERADDRL) {
2769 while (nelts--)
2770 cidp->vendor_addr.addr[nelts] = ints[nelts];
2777 DDI_PROP_DONTPASS, localmac_propname, &bytes, &nelts);
2779 if (nelts == ETHERADDRL) {
2780 while (nelts--)
2781 cidp->vendor_addr.addr[nelts]
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3197 uint_t nelts; local
3211 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts);
3213 if (nelts == ETHERADDRL) {
3214 while (nelts--)
3215 hw->mac.addr[nelts] = bytes[nelts];
3226 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) {
3227 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) {
3243 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts);
3245 if (nelts
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3502 uint_t nelts; local
3516 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts);
3518 if (nelts == ETHERADDRL) {
3519 while (nelts--)
3520 hw->mac.addr[nelts] = bytes[nelts];
3531 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) {
3532 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) {
3548 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts);
3550 if (nelts
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5719 uint_t nelts; local
5733 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts);
5735 if (nelts == ETHERADDRL) {
5736 while (nelts--)
5737 hw->mac.addr[nelts] = bytes[nelts];
5748 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) {
5749 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) {
5765 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts);
5767 if (nelts
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c478 size_t nelts, size, alloc_cnt; local
509 nelts = REL_CACHEBUF_ALLOC;
515 nelts = ofl->ofl_relocincnt;
521 * one from nelts.
523 size = sizeof (Rel_cachebuf) + ((nelts - 1) * sizeof (Rel_desc));
530 rcbp->rc_end = rcbp->rc_arr + nelts;

Completed in 102 milliseconds