Searched defs:ftmp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafter.s41 ftmp: .long 0,0 /// WILL WRITE INTO label
120 fstpl PIC_L(ftmp) / create underflow signal
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c763 int fp, ftmp, oldidfds; local
775 ftmp = SHOUT;
782 SHOUT = ftmp;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c2050 __nis_mapping_format_t *ftmp; local
2053 for (nf = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) {
2096 __nis_mapping_format_t *ftmp; local
2104 for (nf = numItems = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) {
2111 if (ftmp->type == mmt_item)
2113 else if (ftmp
2230 __nis_mapping_format_t *ftmp; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6439 ql_fcache_t *ftmp; local
6462 if ((ftmp = ql_setup_fnode(ha)) == NULL) {
6470 head = tail = ftmp;
6472 tail->next = ftmp;
6473 tail = ftmp;
6484 if ((rval = ql_dump_fcode(ha, ftmp->buf, FBUFSIZE,
6493 if (ql_check_pci(ha, ftmp, &freadpos)) {
6502 ftmp = head;
6503 while (ftmp != NULL) {
6504 tail = ftmp
6544 ql_fcache_t *ftmp; local
6665 ql_fcache_t *ftmp = head; local
[all...]

Completed in 119 milliseconds