Searched defs:SF (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_timer.h62 #define SF (1ULL<<20) /* Scaling Factor: scale by 2^20 */ macro
63 #define APIC_TICKS_TO_NSECS(ticks) ((((int64_t)(ticks) * SF) + \
67 apic_ticks_per_SFnsecs + (SF/2)) / SF)
/illumos-gate/usr/src/cmd/tbl/
H A Dt..c83 # define SF 35 macro
/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_stdio.c50 stream_simple_file_t *SF = &(str->s_type.SF); local
56 SF->s_fd = fileno(stdout);
58 if ((SF->s_fd = open(str->s_filename, O_CREAT | O_TRUNC |
341 if (cxwrite(str->s_type.SF.s_fd, NULL, 0) == 0)
342 (void) close(str->s_type.SF.s_fd);
357 if (cxwrite(str->s_type.SF.s_fd, "\n", 1) < 0)
367 if (cxwrite(str->s_type.SF.s_fd, NULL, 0) < 0)
378 if (cxwrite(str->s_type.SF.s_fd, line->l_data.sp,
H A Dtypes.h165 stream_simple_file_t SF; /* file accessed via mmap */ member in union:stream_type
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c56 *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, *SO, *SR, *TA, *TE, variable
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c61 #define SF(flag) flag, #flag macro
67 { SF(QENAB), "Queue is already enabled to run" },
68 { SF(QWANTR), "Someone wants to read Q" },
69 { SF(QWANTW), "Someone wants to write Q" },
70 { SF(QFULL), "Q is considered full" },
71 { SF(QREADR), "This is the reader (first) Q" },
72 { SF(QUSE), "This queue in use (allocation)" },
73 { SF(QNOENB), "Don't enable Q via putq" },
74 { SF(QWANTRMQSYNC), "Want to remove sync stream Q" },
75 { SF(QBAC
[all...]

Completed in 218 milliseconds