Searched refs:ftmp (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/common/ |
H A D | subr.c | 1006 double ftmp; in cachefs_convert_uv2cl() local 1017 ftmp = (double)fs.f_frsize / (double)MAXBSIZE; in cachefs_convert_uv2cl() 1021 (double)fs.f_blocks * ftmp + .5; in cachefs_convert_uv2cl() 1025 (double)fs.f_blocks * ftmp + .5; in cachefs_convert_uv2cl() 1029 (double)fs.f_blocks * ftmp + .5; in cachefs_convert_uv2cl() 1041 ftmp = (double)(1024 * 1024) / (double)MAXBSIZE; in cachefs_convert_uv2cl() 1042 clp->cl_maxfiles = uvp->uv_maxfilesize * ftmp + .5; in cachefs_convert_uv2cl() 1082 double ftmp; in cachefs_convert_cl2uv() local 1097 ftmp = (double)MAXBSIZE / (double)fs.f_frsize; in cachefs_convert_cl2uv() 1099 temp = (double)clp->cl_maxblks * ftmp / in cachefs_convert_cl2uv() [all …]
|
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | nextafter.s | 41 ftmp: .long 0,0 /// WILL WRITE INTO label 120 fstpl PIC_L(ftmp) / create underflow signal
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 2049 __nis_mapping_format_t *ftmp; in verifyMappingMatch() local 2052 for (nf = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) { in verifyMappingMatch() 2095 __nis_mapping_format_t *ftmp; in matchMappingItem() local 2103 for (nf = numItems = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) { in matchMappingItem() 2110 if (ftmp->type == mmt_item) in matchMappingItem() 2112 else if (ftmp->type == mmt_berstring && ftmp->match.berString && in matchMappingItem() 2113 ftmp->match.berString[0] == 'a') in matchMappingItem() 2229 __nis_mapping_format_t *ftmp; in extractMappingItem() local 2243 for (nf = numitem = 0, ftmp = f; ftmp->type != mmt_end; in extractMappingItem() 2244 ftmp++) { in extractMappingItem() [all …]
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 6439 ql_fcache_t *ftmp; in ql_setup_fcache() local 6462 if ((ftmp = ql_setup_fnode(ha)) == NULL) { in ql_setup_fcache() 6470 head = tail = ftmp; in ql_setup_fcache() 6472 tail->next = ftmp; in ql_setup_fcache() 6473 tail = ftmp; in ql_setup_fcache() 6484 if ((rval = ql_dump_fcode(ha, ftmp->buf, FBUFSIZE, in ql_setup_fcache() 6493 if (ql_check_pci(ha, ftmp, &freadpos)) { in ql_setup_fcache() 6502 ftmp = head; in ql_setup_fcache() 6503 while (ftmp != NULL) { in ql_setup_fcache() 6504 tail = ftmp->next; in ql_setup_fcache() [all …]
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.c | 763 int fp, ftmp, oldidfds; in rechist() local 775 ftmp = SHOUT; in rechist() 782 SHOUT = ftmp; in rechist()
|
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 127 __nis_mapping_format_t *ftmp; in processSplitField() local
|