Searched refs:ents (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_logvol.c | 49 smrt_report_logical_lun_ent_t *ents = smrll->smrll_data.ents; in smrt_read_logvols() local 64 smrt_report_logical_lun_ent_t *, &ents[i]); in smrt_read_logvols() 67 ents[i].smrle_addr.VolId)) == NULL) { in smrt_read_logvols() 89 smlv->smlv_addr.LogDev = ents[i].smrle_addr; in smrt_read_logvols()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/ |
H A D | Makefile | 36 cherrystone lw2plus lw8 taco enchilada chicago blade mpxu ents \ 40 cherrystone lw2plus lw8 taco enchilada chicago blade envmon mpxu ents \
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/smrt/ |
H A D | smrt_scsi.h | 125 smrt_report_logical_lun_ent_t ents[SMRT_MAX_LOGDRV]; member 191 smrt_report_physical_lun_ent_t ents[SMRT_MAX_PHYSDEV]; member
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 332 u_int count, type, id, handle_len, i, expected_id, ents = 0; in do_lsreaddir() local 350 ents = 0; in do_lsreaddir() 412 *dir = xrealloc(*dir, (ents + 2) * sizeof(**dir)); in do_lsreaddir() 413 (*dir)[ents] = xmalloc(sizeof(***dir)); in do_lsreaddir() 414 (*dir)[ents]->filename = xstrdup(filename); in do_lsreaddir() 415 (*dir)[ents]->longname = xstrdup(longname); in do_lsreaddir() 416 memcpy(&(*dir)[ents]->a, a, sizeof(*a)); in do_lsreaddir() 417 (*dir)[++ents] = NULL; in do_lsreaddir()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | udb.c | 901 int ents = 0; local 930 if (ents >= MAXUDBENT) 960 ents++; 971 ents++; 1083 ents++;
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_addr_finder.c | 351 unsigned int ents = llbuf[i].ld_cents; in handle_attr_locdesc() local 354 for (entindx = 0; entindx < ents; entindx++) { in handle_attr_locdesc()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 2008 static ds_port_param_entry_t ents[] = { in uftdi_open_hw_port() local 2024 ents, in uftdi_open_hw_port() 2025 sizeof (ents) / sizeof (ents[0]) in uftdi_open_hw_port()
|