Searched defs:nmap (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPscantext.c61 unsigned nmap; /* number of map descriptors */ local
91 nmap = 50;
95 prbuf = malloc(nmap * sizeof (prmap_t));
101 nmappings = pread(mapfd, prbuf, nmap * sizeof (prmap_t), 0L);
110 if (nmappings < nmap) /* we read them all */
114 nmap *= 2;
H A DPsymtab.c455 ssize_t nmap; local
466 if (Preadmaps(P, &Pmap, &nmap) != 0)
469 if ((newmap = calloc(1, nmap * sizeof (map_info_t))) == NULL)
480 for (i = 0; i < nmap; i++, pmap++, newp++) {
552 P->map_count = P->map_alloc = nmap;
H A DPcontrol.c109 ssize_t nmap; local
118 (nmap = pread(mapfd, Pmap, statb.st_size, 0L)) <= 0 ||
119 (nmap /= sizeof (prmap_t)) == 0) {
130 *nmapp = nmap;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c147 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) argument
163 sib->sib_nmap = nmap;
164 sib->sib_size = nmap * sizeof (smb_idmap_t);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_idmap.c144 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) argument
160 sib->sib_nmap = nmap;
161 sib->sib_size = nmap * sizeof (smb_idmap_t);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c175 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) argument
184 sib->sib_nmap = nmap;
185 sib->sib_size = nmap * sizeof (smb_idmap_t);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dlpad.h69 uint64_t nmap; /* number of mappings */ member in struct:lpad_data
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c57 int nmap; member in struct:__anon1899
234 int nmap = 0; local
242 (nmap = pread(mapfd, Pmap, statb.st_size, 0L)) <= 0 ||
243 (nmap /= sizeof (prmap_t)) == 0) {
247 nmap = 0;
256 ph_map.nmap = nmap;
630 make_lwp_stack(const lwpstatus_t *Lsp, prmap_t *Pmap, int nmap) argument
690 for (; nmap; nmap
765 int nmap = 0; local
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c588 int mapfd, nmap, i, rc; local
602 nmap = st.st_size / sizeof (prmap_t);
603 prmapp = malloc((nmap + 1) * sizeof (prmap_t));
605 if ((n = pread(mapfd, prmapp, (nmap + 1) * sizeof (prmap_t), 0L)) < 0) {
612 nmap = n / sizeof (prmap_t);
614 for (i = 0, pmp = prmapp; i < nmap; i++, pmp++) {
629 int mapfd, nmap, i, rc; local
643 nmap = st.st_size / sizeof (prxmap_t);
644 nmap *= 2;
646 prmapp = malloc((nmap
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c1089 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, argument
1100 for (i = 0; i < nmap; i++) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c822 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, argument
833 for (i = 0; i < nmap; i++) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h110 kstat_named_t nmap; /* VOP_MAP */ member in struct:vopstats
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h109 kstat_named_t nmap; /* VOP_MAP */ member in struct:vopstats

Completed in 136 milliseconds