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