Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dspdxcheck.py103 self.lastid = None
135 self.lastid = id
139 if self.lastid not in self.spdx.exceptions[id]:
140 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)
141 self.lastid = None
143 self.lastid = None
194 self.lastid = None
/openbmc/linux/drivers/isdn/mISDN/
H A Dlayer2.h25 u_int lastid; member
H A Dtei.c341 mgr->lastid = mISDN_HEAD_ID(skb); in do_send()
346 mgr->lastid = MISDN_ID_NONE; in do_send()
355 if (id == mgr->lastid) { in do_ack()
361 mgr->lastid = mISDN_HEAD_ID(skb); in do_ack()
367 mgr->lastid = MISDN_ID_NONE; in do_ack()
1355 mgr->lastid = MISDN_ID_NONE; in create_teimanager()