Searched defs:nmaps (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c138 int nmaps; local
146 nmaps = token->tkn_win_grps.i_cnt + 1;
148 nmaps = token->tkn_win_grps.i_cnt + 3;
150 stat = smb_idmap_batch_create(&sib, nmaps, SMB_IDMAP_SID2ID);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c102 int32_t fd, nparts, nmaps; variable
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h116 int32_t nmaps; /* Initial number of bitmaps */ member in struct:htab
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c718 int nmaps; local
742 nmaps = switch_map_find("aliases", maptype, mapreturn);
743 for (i = 0; i < nmaps; i++)
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 Dreadcf.c727 int nmaps; local
731 nmaps = switch_map_find("hosts", maptype, mapreturn);
733 if (nmaps > 0 && nmaps <= MAXMAPSTACK)
737 for (mapno = 0; mapno < nmaps && !UseNameServer;
H A Dmap.c734 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; mapn
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c3808 uint32_t nmaps, nu; local
3815 nmaps = ilu->ilu_ref_cnt;
3816 if (nmaps == 0)
3819 nmaps * sizeof (stmf_itl_data_t *), KM_SLEEP);
3821 if (nmaps != ilu->ilu_ref_cnt) {
3824 kmem_free(itl_list, nmaps * sizeof (stmf_itl_data_t *));
3844 if (nu == nmaps) {
3861 kmem_free(itl_list, nmaps * sizeof (stmf_itl_data_t *));

Completed in 115 milliseconds