Searched refs:cstate (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dslcompress.h114 struct cstate { struct
115 struct cstate *cs_next; /* next most recently used cstate (xmit only) */
132 struct cstate *last_cs; /* most recently used tstate */
146 struct cstate tstate[MAX_STATES]; /* xmit connection states */
147 struct cstate rstate[MAX_STATES]; /* receive connection states */
H A Dslcompress.c68 register struct cstate *tstate = comp->tstate;
161 register struct cstate *cs = comp->last_cs->cs_next;
205 register struct cstate *lcs;
206 register struct cstate *lastcs = comp->last_cs;
219 * Didn't find it -- re-use oldest cstate. Send an
474 register struct cstate *cs;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.h112 struct cstate { struct
113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */
131 struct cstate *last_cs; /* most recently used tstate */
135 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */
136 struct cstate rstate[MAX_VJ_STATES]; /* receive connection states */
H A Dslcompress.c87 register struct cstate *tstate = comp->tstate;
163 register struct cstate *cs = comp->last_cs->cs_next;
212 register struct cstate *lcs;
213 register struct cstate *lastcs = comp->last_cs;
226 * Didn't find it -- re-use oldest cstate. Send an uncompressed packet
436 register struct cstate *cs;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c103 if (c->cstate != state) {
105 c->cref, c->mine, callstates[c->cstate].name,
107 c->cstate = state;
167 c->cstate = CALLST_NULL;
600 map_callstate(c->cstate), NULL, 0);
784 map_callstate(c->cstate), NULL, 0);
793 map_callstate(c->cstate), NULL, 0);
798 if (c->cstate == CALLST_U1 || c->cstate == CALLST_N6)
800 else if (c->cstate
[all...]
H A Dsig_uni.c529 uniapi_uni_error(c->uni, reason, cookie, callstates[c->cstate].ext);
535 callstates[p->call->cstate].ext);
H A Dunipriv.h312 enum call_state cstate; /* the state of the call */ member in struct:call
H A Dsig_party.c930 p->call->mine ? "mine" : "his", callstates[p->call->cstate].name,
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c147 ttm_caching_state_to_vm(enum ttm_caching_state cstate) argument
150 switch (cstate) {
158 panic("caching state %d\n", cstate);
269 enum ttm_caching_state cstate)
273 if (cstate == tt_cached)
276 if (cstate == tt_wc)
441 enum ttm_caching_state cstate, unsigned cpages)
445 switch (cstate) {
468 int ttm_flags, enum ttm_caching_state cstate,
486 int ttm_flags, enum ttm_caching_state cstate, unsigne
268 ttm_get_pool(int flags, enum ttm_caching_state cstate) argument
440 ttm_set_pages_caching(vm_page_t *pages, enum ttm_caching_state cstate, unsigned cpages) argument
467 ttm_handle_caching_state_failure(struct pglist *pages, int ttm_flags, enum ttm_caching_state cstate, vm_page_t *failed_pages, unsigned cpages) argument
485 ttm_alloc_new_pages(struct pglist *pages, int ttm_alloc_flags, int ttm_flags, enum ttm_caching_state cstate, unsigned count) argument
569 ttm_page_pool_fill_locked(struct ttm_page_pool *pool, int ttm_flags, enum ttm_caching_state cstate, unsigned count) argument
626 ttm_page_pool_get_pages(struct ttm_page_pool *pool, struct pglist *pages, int ttm_flags, enum ttm_caching_state cstate, unsigned count) argument
658 ttm_put_pages(vm_page_t *pages, unsigned npages, int flags, enum ttm_caching_state cstate) argument
701 ttm_get_pages(vm_page_t *pages, unsigned npages, int flags, enum ttm_caching_state cstate) argument
[all...]
H A Dttm_page_alloc_dma.c355 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate) argument
361 if (cstate == tt_cached)
363 else if (cstate == tt_uncached)
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dunwrap.c60 int cstate; local
75 cstate = 1;
77 cstate = 0;
82 *conf_state = cstate;
90 if(cstate) {
194 int cstate; local
211 cstate = 1;
213 cstate = 0;
218 *conf_state = cstate;
226 if(cstate) {
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h226 uint8_t wlan_channel_state_to_snmp(uint8_t cstate);
H A Dwlan_sys.c517 wlan_channel_state_to_snmp(uint8_t cstate) argument
521 if ((cstate & IEEE80211_CHANSTATE_RADAR) != 0)
523 if ((cstate & IEEE80211_CHANSTATE_CACDONE) != 0)
525 if ((cstate & IEEE80211_CHANSTATE_CWINT) != 0)
527 if ((cstate & IEEE80211_CHANSTATE_NORADAR) != 0)
/freebsd-9.3-release/sys/netgraph/
H A Dng_vjc.c118 /* Parse type for the 'cs_hdr' field in a struct cstate. Ideally we would
129 /* Parse type for a struct cstate */
143 /* Parse type for an array of MAX_STATES struct cstate's, ie, tstate & rstate */
358 struct cstate *const cs = &sl->tstate[i];

Completed in 234 milliseconds