HomeSort by: relevance | last modified time | path
    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