Searched refs:nmaps (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 138 int nmaps; in smb_token_sids2ids() local 146 nmaps = token->tkn_win_grps.i_cnt + 1; in smb_token_sids2ids() 148 nmaps = token->tkn_win_grps.i_cnt + 3; in smb_token_sids2ids() 150 stat = smb_idmap_batch_create(&sib, nmaps, SMB_IDMAP_SID2ID); in smb_token_sids2ids()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 116 int32_t nmaps; /* Initial number of bitmaps */ member
|
H A D | hash_page.c | 852 for (i = 0; i < hashp->nmaps; i++) 1044 hashp->nmaps++; 1345 if (ndx >= hashp->nmaps)
|
H A D | hash.c | 202 hashp->nmaps = bpages;
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 718 int nmaps; in inithostmaps() local 742 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps() 743 for (i = 0; i < nmaps; i++) in inithostmaps() 4297 int nmaps; local 4325 nmaps = switch_map_find("hosts", maptype, mapreturn); 4326 while (--nmaps >= 0) 4328 if (strcmp(maptype[nmaps], "nis") == 0 || 4329 strcmp(maptype[nmaps], "files") == 0) 4333 if (nmaps >= 0)
|
H A D | map.c | 734 int nmaps; local 746 nmaps = switch_map_find("hosts", maptype, mapreturn); 749 for (mapno = 0; mapno < nmaps; mapno++) 6512 int nmaps; local 6520 nmaps = switch_map_find(map->map_file, maptype, map->map_return); 6523 sm_dprintf("\tswitch_map_find => %d\n", nmaps); 6524 for (mapno = 0; mapno < nmaps; mapno++) 6527 if (nmaps <= 0 || nmaps > MAXMAPSTACK) 6530 for (mapno = 0; mapno < nmaps; mapno++)
|
H A D | readcf.c | 727 int nmaps; local 731 nmaps = switch_map_find("hosts", maptype, mapreturn); 733 if (nmaps > 0 && nmaps <= MAXMAPSTACK) 737 for (mapno = 0; mapno < nmaps && !UseNameServer;
|
/titanic_41/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 3811 uint32_t nmaps, nu; in stmf_deregister_all_lu_itl_handles() local 3818 nmaps = ilu->ilu_ref_cnt; in stmf_deregister_all_lu_itl_handles() 3819 if (nmaps == 0) in stmf_deregister_all_lu_itl_handles() 3822 nmaps * sizeof (stmf_itl_data_t *), KM_SLEEP); in stmf_deregister_all_lu_itl_handles() 3824 if (nmaps != ilu->ilu_ref_cnt) { in stmf_deregister_all_lu_itl_handles() 3827 kmem_free(itl_list, nmaps * sizeof (stmf_itl_data_t *)); in stmf_deregister_all_lu_itl_handles() 3847 if (nu == nmaps) { in stmf_deregister_all_lu_itl_handles() 3864 kmem_free(itl_list, nmaps * sizeof (stmf_itl_data_t *)); in stmf_deregister_all_lu_itl_handles()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 102 int32_t fd, nparts, nmaps; variable
|