Searched refs:tmx (Results 1 - 25 of 33) sorted by relevance
12
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/ |
H A D | logindmux.c | 39 struct tmx tmx; local 46 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr); 47 lower = (uintptr_t)tmx.muxq; 52 (void) mdb_vread(&lq, sizeof (lq), (uintptr_t)tmx.peerq); 53 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)lq.q_ptr); 54 peer = (uintptr_t)tmx.rdq; 66 struct tmx tm local 76 struct tmx tmx; local 85 struct tmx tmx; local [all...] |
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmmake.c | 30 #include <tmx.h>
|
H A D | tmleap.c | 30 #include <tmx.h>
|
H A D | tmtime.c | 30 #include <tmx.h>
|
H A D | tmdate.c | 30 #include <tmx.h>
|
H A D | tmfmt.c | 30 #include <tmx.h>
|
H A D | tmxgettime.c | 30 #include <tmx.h>
|
H A D | tmxsettime.c | 30 #include <tmx.h>
|
H A D | tmscan.c | 30 #include <tmx.h>
|
H A D | tmxsleep.c | 30 #include <tmx.h>
|
H A D | tmxleap.c | 30 #include <tmx.h>
|
H A D | tmweek.c | 30 #include <tmx.h>
|
H A D | tmxduration.c | 24 #include <tmx.h>
|
H A D | tmxtouch.c | 30 #include <tmx.h>
|
H A D | tmxmake.c | 30 #include <tmx.h>
|
H A D | tmxtime.c | 30 #include <tmx.h>
|
H A D | tmfix.c | 31 #include <tmx.h>
|
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | fmttmx.c | 24 #include <tmx.h>
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | logindmux_impl.h | 54 struct tmx { struct
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | logindmux.c | 94 static int logdmux_alloc_unlinkinfo(struct tmx *, struct tmx *); 198 (void) ddi_soft_state_init(&logdmux_statep, sizeof (struct tmx), 1); 281 struct tmx *tmxp; 336 struct tmx *tmxp = q->q_ptr; 386 struct tmx *tmxp = q->q_ptr; 405 struct tmx *tmxp, *tmxpeerp; 482 * to it from their tmx structure. 581 struct tmx *tmxp = q->q_ptr; 635 struct tmx *tmx [all...] |
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | strptime.c | 30 #include <tmx.h>
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | regress.c | 40 #include <tmx.h>
|
H A D | sleep.c | 34 #include <tmx.h>
|
/illumos-gate/usr/src/lib/libast/ |
H A D | Makefile | 135 tmx.h \
|
/illumos-gate/usr/src/lib/libast/common/ |
H A D | llib-last | 117 #include <tmx.h>
|
Completed in 1591 milliseconds
12