Home
last modified time | relevance | path

Searched refs:seccnt (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c186 uint_t i, seccnt, scnt; in secinfo_create() local
195 seccnt = len; in secinfo_create()
204 seccnt--; in secinfo_create()
208 if (seccnt == 0) in secinfo_create()
211 sdata = kmem_alloc(sizeof (sec_data_t) * seccnt, KM_SLEEP); in secinfo_create()
258 ASSERT(seccnt == scnt); in secinfo_create()
260 sinfo->count = seccnt; in secinfo_create()
H A Dnfs_export.c706 srv_secinfo_treeclimb(exportinfo_t *exip, secinfo_t *sec, int seccnt, in srv_secinfo_treeclimb() argument
714 if (seccnt == 0) in srv_secinfo_treeclimb()
746 srv_secinfo_add(pxsec, pxcnt, sec, seccnt, in srv_secinfo_treeclimb()
749 srv_secinfo_remove(pxsec, pxcnt, sec, seccnt); in srv_secinfo_treeclimb()
757 srv_secinfo_add(pxsec, pxcnt, sec, seccnt, in srv_secinfo_treeclimb()
760 srv_secinfo_remove(pxsec, pxcnt, sec, seccnt); in srv_secinfo_treeclimb()
942 int seccnt; in rfs_gsscallback() local
945 seccnt = exi->exi_export.ex_seccnt; in rfs_gsscallback()
946 for (j = 0; j < seccnt; j++) { in rfs_gsscallback()
2061 int totalcnt, i, *ipt, cnt, seccnt, secidx, fh_max_cnt; in makefh_ol() local
[all …]
/titanic_44/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c1187 int seccnt; in dadk_iosetup() local
1189 seccnt = pktp->cp_bytexfer >> dadkp->dad_secshf; in dadk_iosetup()
1190 pktp->cp_secleft -= seccnt; in dadk_iosetup()
1193 pktp->cp_srtsec += seccnt; in dadk_iosetup()
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1812 uint16_t seccnt; /* 16-bit sector count */ in ata_disk_load_regs_lba48() local
1816 seccnt = ata_pktp->ap_count; in ata_disk_load_regs_lba48()
1821 ddi_put8(io_hdl1, ata_ctlp->ac_count, seccnt >> 8); in ata_disk_load_regs_lba48()
1822 ddi_put8(io_hdl1, ata_ctlp->ac_count, seccnt); in ata_disk_load_regs_lba48()
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c456 size_t seccnt; in sections() local
458 for (seccnt = 1; seccnt < shnum; seccnt++) { in sections()
459 Cache *_cache = &cache[seccnt]; in sections()
472 if (!match(MATCH_F_ALL, secname, seccnt, shdr->sh_type)) in sections()
489 dbg_print(0, MSG_INTL(MSG_ELF_SHDR), EC_WORD(seccnt), secname); in sections()