Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c898 int error, i, mapcnt, zacecnt, zacl_size; in smbfs_acl_sd2zfs() local
924 mapcnt = 0; in smbfs_acl_sd2zfs()
926 mapcnt++; in smbfs_acl_sd2zfs()
928 mapcnt++; in smbfs_acl_sd2zfs()
931 mapcnt += sd->sd_sacl->acl_acecount; in smbfs_acl_sd2zfs()
934 mapcnt += sd->sd_dacl->acl_acecount; in smbfs_acl_sd2zfs()
935 if (mapcnt == 0) { in smbfs_acl_sd2zfs()
943 mapcnt = 1; in smbfs_acl_sd2zfs()
946 mapinfo = MALLOC(mapcnt * sizeof (*mapinfo)); in smbfs_acl_sd2zfs()
951 bzero(mapinfo, mapcnt * sizeof (*mapinfo)); in smbfs_acl_sd2zfs()
[all …]
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c708 int mapcnt; in hci1394_resmap_get() local
754 mapcnt = 0; in hci1394_resmap_get()
756 resv_map[mapcnt].address = in hci1394_resmap_get()
759 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
761 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
763 resv_map[mapcnt].addr_type = H1394_ADDR_RESERVED; in hci1394_resmap_get()
764 mapcnt++; in hci1394_resmap_get()
/titanic_41/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()
2169 long mapcnt; in nfs4_delegation_accept() local
2239 mapcnt = rp->r_mapcnt; in nfs4_delegation_accept()
2248 if (mapcnt > 0 || rflag & R4DIRTY) in nfs4_delegation_accept()