Searched refs:list_len (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddisk_discovery.c148 int list_len, count; local
157 &list_len, NULL, NULL, NULL, CFGA_FLAG_LIST_ALL);
160 if (cfga_err != CFGA_OK || list_len == 0) {
165 if (list_len > 1) {
166 for (count = 1; count < list_len; count++) {
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c412 print_taskbar_thread(pid_t *pidlist, id_t *tidlist, int list_len, argument
439 while (xpos + ITEM_WIDTH <= screen_width && i < list_len) {
489 if (i != list_len) {
588 get_plist(pid_t **plist, id_t **tlist, int *list_len, int *list_index) argument
592 *list_len = lt_stat_proc_list_create(plist, NULL);
594 for (*list_index = 0; *list_index < *list_len &&
599 if (*list_index >= *list_len) {
608 *list_len = lt_stat_proc_list_create(plist, tlist);
611 for (*list_index = 0; *list_index < *list_len;
619 if (*list_index >= *list_len) {
795 int list_len = 0; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c115 * list_len: if -1, we do not know list length
121 add_in_maplist(char *mapname, char ***list, int *list_len) { argument
132 *list_len = 0;
146 if (*list_len == -1) {
147 *list_len = i;
151 if (i+1 >= *list_len) {
153 (*list_len + ARRAY_CHUNK) *
159 *list_len += ARRAY_CHUNK;
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c111 int list_len; member in struct:poller_s
239 for (i = 0; i < pollbase.list_len; i++) {
256 if (i < pollbase.list_len) {
352 for (i = 0; i < pollbase.list_len; i++) {
373 ASSERT(pollbase.list_len < pollbase.nclients + 1);
375 newlen = pollbase.list_len + 5;
379 for (i = 0; i < pollbase.list_len; i++)
384 ldom_free(oldlist, pollbase.list_len *
387 for (i = pollbase.list_len; i < newlen; i++) {
393 pollbase.list_len
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c262 static size_t list_len = sizeof (tmp_dir_list) / local
276 for (i = 0; i < list_len; i++) {
321 for (i = 0; i < list_len; i++) {
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c741 int list_len, i; local
745 list_len = 0;
748 list_len++;
753 strs = (char **)kmem_zalloc(list_len * sizeof (char *), KM_SLEEP);
765 "compatible", strs, list_len);
769 for (i = 0; i < list_len; i++)
772 kmem_free(strs, list_len * sizeof (char *));
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c744 size_t list_len; local
793 list_len = strlen(mechlist);
795 while (pos<list_len)
798 while ((pos<list_len) && (isalnum((unsigned char)mechlist[pos])
806 while(pos<list_len && (isalnum((unsigned char)mechlist[pos])
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c575 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
593 if (count < list_len) {
668 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
680 if (count < list_len) {
718 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
751 if (count < list_len) {
791 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
823 if (count < list_len) {
910 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
958 if (count < list_len) {
995 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
1098 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
1229 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
1464 int list_len = mpioc->mp_olen/sizeof (uint64_t); local
[all...]
H A Dscsi_vhci.c4531 int config_list_len = 0, list_len = 0; local
4540 list_len = config_list_len;
4607 if (list_len > 0) {
4608 kmem_free(config_list, list_len);
4620 caddr_t datanameptr, int list_len)
4630 while (len < list_len &&
4619 vhci_parse_mpxio_options(dev_info_t *dip, dev_info_t *cdip, caddr_t datanameptr, int list_len) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2057 uint_t list_len, ibt_pmr_attr_t *pmr, ibc_ma_hdl_t *ma_hdl_p)
2113 ma_hdl->h_ma_real_len = list_len * sizeof (ibt_phys_addr_t);
2130 if (i >= list_len) {
2191 void *ibtl_reserved, uint_t list_len, ibt_reg_req_t *reg_req,
2211 return (hermon_map_mem_area_fmr(hca, va_attrs, list_len,
2261 status = ddi_dma_mem_alloc(ma_hdl->h_ma_list_hdl, (list_len + 1 +
2262 list_len / (HERMON_PAGESIZE / sizeof (ibt_phys_addr_t))) *
2314 if (i >= list_len) {
2056 hermon_map_mem_area_fmr(ibc_hca_hdl_t hca, ibt_va_attr_t *va_attrs, uint_t list_len, ibt_pmr_attr_t *pmr, ibc_ma_hdl_t *ma_hdl_p) argument
2190 hermon_ci_map_mem_area(ibc_hca_hdl_t hca, ibt_va_attr_t *va_attrs, void *ibtl_reserved, uint_t list_len, ibt_reg_req_t *reg_req, ibc_ma_hdl_t *ma_hdl_p) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c3028 int list_len = 1; local
3075 ++list_len;
3081 if (list_len > nfs_len_add_locking_id) {
3082 nfs_len_add_locking_id = list_len;
3084 if (list_len > nfs_lmpl_high_water) {
3086 "vp=%p is %d", (void *)vp, list_len);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc784 answer->list.list_len = count;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c7297 int list_len = 0; local
7340 /* Convert list_len from LE_32 to local */
7346 list_len = data;
7347 if (buf_len < list_len + AAC_SCSI_RPTLUNS_HEAD_SIZE) {
7350 buf_len = list_len + AAC_SCSI_RPTLUNS_HEAD_SIZE;
7358 for (i = 0; i < (list_len / AAC_SCSI_RPTLUNS_ADDR_SIZE); i++) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1984 st_validate_conf_data(struct scsi_tape *un, int *list, int list_len, argument
1997 "Checking %d entrys total with %d densities\n", list_len, list[4]);
1999 count = list_len;
2034 if ((type == 1) && (list_len - ndens) != 6) {
2038 conf_name, ndens, list_len, 6 + ndens);
2039 } else if ((type == 2) && (list_len - ndens) != 13) {
2043 conf_name, ndens, list_len, 13 + ndens);
H A Dsd.c1244 int list_len, char *dataname_ptr);
4587 * list_len - number of the elements
4595 int list_len, char *dataname_ptr)
4636 if (list_len < (index + 2)) {
4594 sd_chk_vers1_data(struct sd_lun *un, int flags, int *prop_list, int list_len, char *dataname_ptr) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c3054 void *ibtl_reserved, uint_t list_len, ibt_reg_req_t *reg_req,
3053 tavor_ci_map_mem_area(ibc_hca_hdl_t hca, ibt_va_attr_t *va_attrs, void *ibtl_reserved, uint_t list_len, ibt_reg_req_t *reg_req, ibc_ma_hdl_t *ibc_ma_hdl_p) argument

Completed in 2013 milliseconds