Home
last modified time | relevance | path

Searched refs:tstate (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_ktr.c549 struct tstate { struct
564 struct tstate tstate[MAXCPU]; in DB_SHOW_COMMAND() argument
569 tstate[i].first = -1; in DB_SHOW_COMMAND()
626 if (tstate[i].cur == -1) { in DB_SHOW_COMMAND()
646 if (tstate[i].first == -1) in DB_SHOW_COMMAND()
647 tstate[i].first = tstate[i].cur; in DB_SHOW_COMMAND()
648 if (--tstate[i].cur < 0) in DB_SHOW_COMMAND()
650 if (tstate[i].first == tstate[i].cur) { in DB_SHOW_COMMAND()
652 tstate[i].cur = -1; in DB_SHOW_COMMAND()
656 tstate[i].cur = -1; in DB_SHOW_COMMAND()
[all …]
/dragonfly/usr.sbin/installer/test/test_storage/
H A Dtest_storage.c66 void (*tstate)(struct i_fn_args *) = NULL; variable
103 tstate = NULL; in test_storage()
117 tstate = test_storage; in libinstaller_backend()
119 for (; tstate != NULL; ) { in libinstaller_backend()
120 tstate(ap); in libinstaller_backend()
/dragonfly/sys/net/ppp_layer/
H A Dslcompress.c67 struct cstate *tstate = comp->tstate; in sl_compress_init() local
74 bzero((char *)comp->tstate, sizeof(comp->tstate)); in sl_compress_init()
78 tstate[i].cs_id = i; in sl_compress_init()
79 tstate[i].cs_next = &tstate[i - 1]; in sl_compress_init()
81 tstate[0].cs_next = &tstate[max_state]; in sl_compress_init()
82 tstate[0].cs_id = 0; in sl_compress_init()
83 comp->last_cs = &tstate[0]; in sl_compress_init()
/dragonfly/usr.sbin/ppp/
H A Dslcompress.c71 struct cstate *tstate = comp->tstate; in sl_compress_init() local
75 tstate[i].cs_id = i; in sl_compress_init()
76 tstate[i].cs_next = &tstate[i - 1]; in sl_compress_init()
78 tstate[0].cs_next = &tstate[max_state]; in sl_compress_init()
79 tstate[0].cs_id = 0; in sl_compress_init()
80 comp->last_cs = &tstate[0]; in sl_compress_init()
H A Dslcompress.h123 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */ member
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c396 PyThreadState *tstate = PyThreadState_GET (); in py_restore_tstate() local
398 tstate->frame = frame; in py_restore_tstate()
409 PyThreadState *tstate; in push_dummy_python_frame() local
453 tstate = PyThreadState_GET (); in push_dummy_python_frame()
455 frame = PyFrame_New (tstate, code, globals, NULL); in push_dummy_python_frame()
463 tstate->frame = frame; in push_dummy_python_frame()
/dragonfly/sys/netgraph/vjc/
H A Dng_vjc.c358 index = sl0->last_cs - sl0->tstate; in ng_vjc_rcvmsg()
363 struct cstate *const cs = &sl->tstate[i]; in ng_vjc_rcvmsg()
365 index = sl0->tstate[i].cs_next - sl0->tstate; in ng_vjc_rcvmsg()
/dragonfly/sys/netgraph7/vjc/
H A Dng_vjc.c352 index = sl0->last_cs - sl0->tstate; in ng_vjc_rcvmsg()
357 struct cstate *const cs = &sl->tstate[i]; in ng_vjc_rcvmsg()
359 index = sl0->tstate[i].cs_next - sl0->tstate; in ng_vjc_rcvmsg()
/dragonfly/sys/net/
H A Dslcompress.h153 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.h111 typedef struct tstate { struct
112 SLIST_ENTRY(tstate) next;
146 SLIST_HEAD(tslist, tstate); argument
H A Disp_freebsd.c1092 SLIST_REMOVE(lhp, tptr, tstate, next); in destroy_lun_state()
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c119 enum tstate { RELEASED, ACQUIRED }; enum
120 static enum tstate timer0_state;
121 static enum tstate timer1_state;
122 static enum tstate timer2_state;
/dragonfly/usr.sbin/slstat/
H A Dslstat.c140 #define AMT (sizeof(*sc) - 2 * sizeof(sc->sc_comp.tstate))
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-sparc.texi380 The V9 trap state is referred to as @samp{%tstate}.