Searched full:fmap (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/sendmail/db/mp/ |
| H A D | mp_pr.c | 176 size_t bucket, fmap[FMAP_ENTRIES + 1]; local 217 fmap[cnt] = R_OFFSET(dbmp, mfp); 226 fmap[cnt] = R_OFFSET(dbmp, mfp); 229 fmap[cnt] = INVALID; 231 fmap[FMAP_ENTRIES] = INVALID; 244 __memp_pbh(dbmp, bhp, fmap, fp); 254 __memp_pbh(dbmp, bhp, fmap, fp); 271 __memp_pbh(dbmp, bhp, fmap, fp) in __memp_pbh() argument 274 size_t *fmap; 289 if (fmap[i] == INVALID || fmap[i] == bhp->mf_offset) [all …]
|
| /illumos-gate/usr/src/common/bzip2/ |
| H A D | blocksort.c | 32 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort() argument 44 tmp = fmap[i]; in fallbackSimpleSort() 46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 ) in fallbackSimpleSort() 47 fmap[j-4] = fmap[j]; in fallbackSimpleSort() 48 fmap[j-4] = tmp; in fallbackSimpleSort() 53 tmp = fmap[i]; in fallbackSimpleSort() 55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ ) in fallbackSimpleSort() 56 fmap[j-1] = fmap[j]; in fallbackSimpleSort() 57 fmap[j-1] = tmp; in fallbackSimpleSort() 72 fswap(fmap[yyp1], fmap[yyp2]); \ [all …]
|
| /illumos-gate/usr/src/lib/libctf/common/ |
| H A D | ctf_merge.c | 1078 ctf_merge_funcmap_t *fmap; in ctf_merge_add_function() local 1080 fmap = ctf_alloc(sizeof (ctf_merge_funcmap_t) + in ctf_merge_add_function() 1082 if (fmap == NULL) in ctf_merge_add_function() 1085 fmap->cmf_idx = idx; in ctf_merge_add_function() 1086 fmap->cmf_sym = *symp; in ctf_merge_add_function() 1087 fmap->cmf_rtid = fip->ctc_return; in ctf_merge_add_function() 1088 fmap->cmf_flags = fip->ctc_flags; in ctf_merge_add_function() 1089 fmap->cmf_argc = fip->ctc_argc; in ctf_merge_add_function() 1090 fmap->cmf_name = name; in ctf_merge_add_function() 1092 fmap->cmf_file = file; in ctf_merge_add_function() [all …]
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | cmlb_impl.h | 110 struct fmap { struct 149 struct fmap cl_fmap[FDISK_PARTS]; /* fdisk partitions */
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | cmlb.c | 2386 bzero(cl->cl_fmap, sizeof (struct fmap) * FD_NUMPART); 2431 bzero(cl->cl_fmap, sizeof (struct fmap) * FD_NUMPART); 2495 bzero(cl->cl_fmap, sizeof (struct fmap) * FD_NUMPART); 2663 * the fmap entries correspoding to those deleted drives.
|
| /illumos-gate/usr/src/cmd/abi/appcert/etc/ |
| H A D | etc.scoped.in | 195 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|fmap
|
| /illumos-gate/usr/src/cmd/sgs/tools/ |
| H A D | SUNWonld-README | 1344 6515970 HWCAP processing doesn't clean up fmap structure - browser fails to
|