Home
last modified time | relevance | path

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

/illumos-gate/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.c717 int seccnt, bool_t isadd) in srv_secinfo_treeclimb() argument
735 if (seccnt == 0) in srv_secinfo_treeclimb()
768 srv_secinfo_add(pxsec, pxcnt, sec, seccnt, in srv_secinfo_treeclimb()
779 srv_secinfo_add(pxsec, pxcnt, sec, seccnt, in srv_secinfo_treeclimb()
1169 int seccnt; in rfs_gsscallback() local
1172 seccnt = exi->exi_export.ex_seccnt; in rfs_gsscallback()
1173 for (j = 0; j < seccnt; j++) { in rfs_gsscallback()
2332 if (sec_index > seccnt) in makefh_ol()
2336 totalcnt = seccnt - sec_index + 1; in makefh_ol()
2435 if (sec_index > seccnt) in makefh3_ol()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1806 uint16_t seccnt; /* 16-bit sector count */ in ata_disk_load_regs_lba48() local
1810 seccnt = ata_pktp->ap_count; in ata_disk_load_regs_lba48()
1815 ddi_put8(io_hdl1, ata_ctlp->ac_count, seccnt >> 8); in ata_disk_load_regs_lba48()
1816 ddi_put8(io_hdl1, ata_ctlp->ac_count, seccnt); in ata_disk_load_regs_lba48()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c466 size_t seccnt; in sections() local
468 for (seccnt = 1; seccnt < shnum; seccnt++) { in sections()
469 Cache *_cache = &cache[seccnt]; in sections()
482 if (!match(MATCH_F_ALL, secname, seccnt, shdr->sh_type)) in sections()
499 dbg_print(0, MSG_INTL(MSG_ELF_SHDR), EC_WORD(seccnt), secname); in sections()