Searched refs:grpcnt (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | getgrouplist.c | 50 getgrouplist(uname, agroup, groups, grpcnt) in getgrouplist() argument 54 int *grpcnt; 63 maxgroups = *grpcnt; 69 *grpcnt = ngroups; 99 *grpcnt = ngroups;
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sam.c | 441 int grpcnt; in smb_sam_grp_cnt() local 446 rc = smb_lgrp_numbydomain(SMB_DOMAIN_BUILTIN, &grpcnt); in smb_sam_grp_cnt() 450 rc = smb_lgrp_numbydomain(SMB_DOMAIN_LOCAL, &grpcnt); in smb_sam_grp_cnt() 457 return ((rc == SMB_LGRP_SUCCESS) ? grpcnt : 0); in smb_sam_grp_cnt()
|
/titanic_41/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 1566 Word grpcnt; in post_process() local 1573 grpcnt = 0; in post_process() 1578 grpcnt++; in post_process() 1585 if (grpcnt == 0) { in post_process()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac.c | 3933 uint_t grpcnt; in mac_init_rings() local 3955 grpcnt = cap_rings->mr_gnum; in mac_init_rings() 3971 grpcnt = cap_rings->mr_rnum - 1; in mac_init_rings() 3978 groups = kmem_zalloc(sizeof (mac_group_t) * (grpcnt+ 1), KM_SLEEP); in mac_init_rings() 3986 for (g = 0; g < grpcnt; g++) { in mac_init_rings() 4110 group = groups + grpcnt; in mac_init_rings() 4168 mip->mi_tx_group_count = grpcnt; in mac_init_rings() 4172 group = groups + grpcnt; in mac_init_rings() 4234 mac_compare_ddi_handle(mac_group_t *groups, uint_t grpcnt, mac_ring_t *cring) in mac_compare_ddi_handle() argument 4242 for (g = 0; g < grpcnt; g++) { in mac_compare_ddi_handle()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 3205 Xword i, grpcnt; in update_ogroup() local 3224 grpcnt = shdr->sh_size / shdr->sh_entsize; in update_ogroup() 3227 for (i = 1; i < grpcnt; i++) { in update_ogroup()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 4100 Word *grpdata, gcnt, grpcnt, symnum, unknown; in group() local 4113 grpcnt = shdr->sh_size / sizeof (Word); in group() 4173 for (gcnt = 1; gcnt < grpcnt; gcnt++) { in group()
|