OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nb_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
core_elf32.c
84
struct note_buf *
nb_next
;
member in struct:note_buf
136
ns.ns_last->
nb_next
= NULL;
264
for (nb = ns.ns_first; nb != NULL; nb = nb->
nb_next
) {
267
nb->
nb_next
== NULL ? ns.ns_offset : sizeof nb->nb_data),
297
ns.ns_first = nb->
nb_next
;
566
nb->
nb_next
= kmem_alloc(sizeof(*nb->
nb_next
), KM_SLEEP);
567
nb = nb->
nb_next
;
core_elf32.c
84
struct note_buf *
nb_next
;
member in struct:note_buf
136
ns.ns_last->
nb_next
= NULL;
264
for (nb = ns.ns_first; nb != NULL; nb = nb->
nb_next
) {
267
nb->
nb_next
== NULL ? ns.ns_offset : sizeof nb->nb_data),
297
ns.ns_first = nb->
nb_next
;
566
nb->
nb_next
= kmem_alloc(sizeof(*nb->
nb_next
), KM_SLEEP);
567
nb = nb->
nb_next
;
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025