Searched defs:nelts (Results 1 - 9 of 9) sorted by relevance

/illumos-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);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c700 print_row(int boff, int eltlen, int nelts, int issigned, char *comment) argument
703 boff, eltlen, nelts, issigned, comment);
H A Dcorenote.c375 * nelts - # of array elements to display
376 * check_nelts - If True (1), nelts is clipped to fdesc->slf_nelts.
377 * If False (1), nelts is not clipped.
382 sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title)
389 nelts = base_desc->slf_nelts;
390 if (nelts == 0)
396 for (i = 0; i < nelts; ) {
397 if (i == (nelts - 1)) {
596 int i, nelts; local
602 nelts
381 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
628 int i, nelts; local
796 int i, nelts; local
1703 Word w, nelts; local
[all...]
H A Delfdump.c808 Word i, nelts; local
814 nelts = _cache->c_data->d_size / sizeof (exception_range_entry);
816 for (i = 0; i < nelts; i++, ent++) {
/illumos-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;
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c3056 uint_t nelts; local
3083 DDI_PROP_DONTPASS, localmac_propname, &ints, &nelts);
3085 if (nelts == ETHERADDRL) {
3086 while (nelts--)
3087 cidp->vendor_addr.addr[nelts] = ints[nelts];
3094 DDI_PROP_DONTPASS, localmac_propname, &bytes, &nelts);
3096 if (nelts == ETHERADDRL) {
3097 while (nelts--)
3098 cidp->vendor_addr.addr[nelts]
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5839 uint_t nelts; local
5853 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts);
5855 if (nelts == ETHERADDRL) {
5856 while (nelts--)
5857 hw->mac.addr[nelts] = bytes[nelts];
5868 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) {
5869 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) {
5885 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts);
5887 if (nelts
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3373 uint_t nelts; local
3387 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts);
3389 if (nelts == ETHERADDRL) {
3390 while (nelts--)
3391 hw->mac.addr[nelts] = bytes[nelts];
3402 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) {
3403 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) {
3419 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts);
3421 if (nelts
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c4013 uint_t nelts; local
4027 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts);
4029 if (nelts == ETHERADDRL) {
4030 while (nelts--)
4031 hw->mac.addr[nelts] = bytes[nelts];
4042 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) {
4043 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) {
4059 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts);
4061 if (nelts
[all...]

Completed in 126 milliseconds