Home
last modified time | relevance | path

Searched refs:mapcnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c927 mapcnt = 0; in smbfs_acl_sd2zfs()
929 mapcnt++; in smbfs_acl_sd2zfs()
931 mapcnt++; in smbfs_acl_sd2zfs()
938 if (mapcnt == 0) { in smbfs_acl_sd2zfs()
946 mapcnt = 1; in smbfs_acl_sd2zfs()
1426 int aclsz, error, i, mapcnt; in smbfs_acl_zfs2sd() local
1442 mapcnt = 0; in smbfs_acl_zfs2sd()
1446 mapcnt++; in smbfs_acl_zfs2sd()
1451 mapcnt++; in smbfs_acl_zfs2sd()
1475 mapcnt += zacecnt; in smbfs_acl_zfs2sd()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c579 int mapcnt; in hci1394_resmap_get() local
622 mapcnt = 0; in hci1394_resmap_get()
624 resv_map[mapcnt].address = in hci1394_resmap_get()
627 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
629 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
631 resv_map[mapcnt].addr_type = H1394_ADDR_RESERVED; in hci1394_resmap_get()
632 mapcnt++; in hci1394_resmap_get()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c182 long mapcnt; in cb_getattr() local
322 mapcnt = rp->r_mapcnt; in cb_getattr()
334 if (mapcnt) in cb_getattr()
2170 long mapcnt; in nfs4_delegation_accept() local
2240 mapcnt = rp->r_mapcnt; in nfs4_delegation_accept()
2249 if (mapcnt > 0 || rflag & R4DIRTY) in nfs4_delegation_accept()