Home
last modified time | relevance | path

Searched refs:lastid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/scripts/
Dspdxcheck.py86 self.lastid = None
104 self.lastid = id
108 if self.lastid not in self.spdx.exceptions[id]:
109 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)
110 self.lastid = None
112 self.lastid = None
163 self.lastid = None
/Linux-v4.19/drivers/isdn/mISDN/
Dlayer2.h34 u_int lastid; member
Dtei.c350 mgr->lastid = mISDN_HEAD_ID(skb); in do_send()
355 mgr->lastid = MISDN_ID_NONE; in do_send()
364 if (id == mgr->lastid) { in do_ack()
370 mgr->lastid = mISDN_HEAD_ID(skb); in do_ack()
376 mgr->lastid = MISDN_ID_NONE; in do_ack()
1367 mgr->lastid = MISDN_ID_NONE; in create_teimanager()
/Linux-v4.19/include/linux/
Disdn_ppp.h155 unsigned char lastid; /* Last id allocated by the engine */ member
/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c2449 if (is->reset->rs[is->reset->lastid]) { in isdn_ppp_ccp_reset_trans()
2453 rs = is->reset->rs[is->reset->lastid]; in isdn_ppp_ccp_reset_trans()
2465 " %d to be started\n", is->reset->lastid); in isdn_ppp_ccp_reset_trans()
2467 is->reset->lastid); in isdn_ppp_ccp_reset_trans()
2516 is->reset->lastid++; in isdn_ppp_ccp_reset_ack_rcvd()