Home
last modified time | relevance | path

Searched refs:nextid (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/kern/
H A Dsubr_evcount.c42 static int nextid = 0; in evcount_attach() local
46 ec->ec_id = ++nextid; in evcount_attach()
/openbsd/sys/dev/hid/
H A Dhid.c95 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t nextid) in hid_switch_rid() argument
99 if (c->report_ID == nextid) in hid_switch_rid()
119 c->report_ID = nextid; in hid_switch_rid()
122 if (nextid == 0) { in hid_switch_rid()
126 if (s->last_pos[i].rid == nextid) in hid_switch_rid()
133 s->last_pos[i].rid = nextid; in hid_switch_rid()
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.c2353 uint16_t id = 0, curid, nextid; local
2392 nextid = tree_by_id_get_id(next);
2393 log_assert(curid < nextid);
2394 if(curid != 0xffff && curid + 1 < nextid) {
2396 space = nextid - curid - 1;
/openbsd/usr.sbin/unbound/services/
H A Doutside_network.c2353 uint16_t id = 0, curid, nextid; local
2392 nextid = tree_by_id_get_id(next);
2393 log_assert(curid < nextid);
2394 if(curid != 0xffff && curid + 1 < nextid) {
2396 space = nextid - curid - 1;