OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ns_first
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
core_elf32.c
89
struct note_buf *
ns_first
;
member in struct:note_state
131
ns.
ns_first
= kmem_alloc(sizeof *ns.
ns_first
, KM_SLEEP);
132
ns.ns_last = ns.
ns_first
;
264
for (nb = ns.
ns_first
; nb != NULL; nb = nb->nb_next) {
296
while ((nb = ns.
ns_first
) != NULL) {
297
ns.
ns_first
= nb->nb_next;
core_elf32.c
89
struct note_buf *
ns_first
;
member in struct:note_state
131
ns.
ns_first
= kmem_alloc(sizeof *ns.
ns_first
, KM_SLEEP);
132
ns.ns_last = ns.
ns_first
;
264
for (nb = ns.
ns_first
; nb != NULL; nb = nb->nb_next) {
296
while ((nb = ns.
ns_first
) != NULL) {
297
ns.
ns_first
= nb->nb_next;
core_elf32.c
89
struct note_buf *
ns_first
;
member in struct:note_state
131
ns.
ns_first
= kmem_alloc(sizeof *ns.
ns_first
, KM_SLEEP);
132
ns.ns_last = ns.
ns_first
;
264
for (nb = ns.
ns_first
; nb != NULL; nb = nb->nb_next) {
296
while ((nb = ns.
ns_first
) != NULL) {
297
ns.
ns_first
= nb->nb_next;
Completed in 32 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025