Searched refs:fmap (Results 1 – 7 of 7) sorted by relevance
/titanic_50/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 …]
|
/titanic_50/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 …]
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 1067 ctf_merge_funcmap_t *fmap; in ctf_merge_add_funcs_cb() local 1069 fmap = ctf_alloc(sizeof (ctf_merge_funcmap_t) + in ctf_merge_add_funcs_cb() 1071 if (fmap == NULL) in ctf_merge_add_funcs_cb() 1074 fmap->cmf_idx = idx; in ctf_merge_add_funcs_cb() 1075 fmap->cmf_rtid = fip->ctc_return; in ctf_merge_add_funcs_cb() 1076 fmap->cmf_flags = fip->ctc_flags; in ctf_merge_add_funcs_cb() 1077 fmap->cmf_argc = fip->ctc_argc; in ctf_merge_add_funcs_cb() 1078 fmap->cmf_name = name; in ctf_merge_add_funcs_cb() 1080 if (ctf_func_args(cmi->cmi_input, idx, fmap->cmf_argc, in ctf_merge_add_funcs_cb() 1081 fmap->cmf_args) != 0) { in ctf_merge_add_funcs_cb() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cmlb_impl.h | 117 struct fmap { struct 156 struct fmap cl_fmap[FDISK_PARTS]; /* fdisk partitions */
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cmlb.c | 2351 bzero(cl->cl_fmap, sizeof (struct fmap) * FD_NUMPART); 2396 bzero(cl->cl_fmap, sizeof (struct fmap) * FD_NUMPART); 2460 bzero(cl->cl_fmap, sizeof (struct fmap) * FD_NUMPART);
|
/titanic_50/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 195 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|fmap
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1344 6515970 HWCAP processing doesn't clean up fmap structure - browser fails to
|