Searched defs:SF (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apic_timer.h | 62 #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 D | t..c | 83 # define SF 35 macro
|
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | streams_stdio.c | 50 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 D | types.h | 165 stream_simple_file_t SF; /* file accessed via mmap */ member in union:stream_type
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | curses.c | 56 *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, *SO, *SR, *TA, *TE, variable
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 61 #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 90 milliseconds