Home
last modified time | relevance | path

Searched refs:ev_next (Results 1 – 16 of 16) sorted by relevance

/freebsd-9-stable/lib/libstand/
Denvironment.c52 for (ev = environ; ev != NULL; ev = ev->ev_next) in env_getenv()
93 ev->ev_next = NULL; in env_setenv()
97 last = curr, curr = curr->ev_next) { in env_setenv()
101 curr->ev_prev->ev_next = ev; in env_setenv()
105 ev->ev_next = curr; in env_setenv()
115 last->ev_next = ev; in env_setenv()
198 ev->ev_prev->ev_next = ev->ev_next; in env_discard()
199 if (ev->ev_next) in env_discard()
200 ev->ev_next->ev_prev = ev->ev_prev; in env_discard()
202 environ = ev->ev_next; in env_discard()
Dstand.h295 struct env_var *ev_next, *ev_prev; member
/freebsd-9-stable/usr.sbin/pmcstat/
Dpmcstat.c142 STAILQ_INSERT_TAIL(&args.pa_events, ev_clone, ev_next); in pmcstat_clone_event_descriptor()
176 STAILQ_FOREACH(ev, &args.pa_events, ev_next) { in pmcstat_attach_pmcs()
199 STAILQ_FOREACH_SAFE(ev, &args.pa_events, ev_next, tmp) in pmcstat_cleanup()
209 STAILQ_REMOVE(&args.pa_events, ev, pmcstat_ev, ev_next); in pmcstat_cleanup()
368 STAILQ_FOREACH(ev, &args.pa_events, ev_next) { in pmcstat_start_pmcs()
390 STAILQ_FOREACH(ev, &args.pa_events, ev_next) { in pmcstat_print_headers()
421 STAILQ_FOREACH(ev, &args.pa_events, ev_next) { in pmcstat_print_counters()
792 STAILQ_INSERT_TAIL(&args.pa_events, ev, ev_next); in main()
1192 STAILQ_FOREACH(ev, &args.pa_events, ev_next) { in main()
1208 STAILQ_FOREACH(ev, &args.pa_events, ev_next) { in main()
Dpmcstat.h109 STAILQ_ENTRY(pmcstat_ev) ev_next;
/freebsd-9-stable/sys/boot/userboot/userboot/
Dbootinfo.c177 for (ep = environ; ep != NULL; ep = ep->ev_next) { in bi_copyenv()
/freebsd-9-stable/sys/boot/i386/libi386/
Dbootinfo.c177 for (ep = environ; ep != NULL; ep = ep->ev_next) { in bi_copyenv()
/freebsd-9-stable/contrib/pf/libevent/
Devent.c810 TAILQ_REMOVE(&base->eventqueue, ev, ev_next); in event_queue_remove()
854 TAILQ_INSERT_TAIL(&base->eventqueue, ev, ev_next); in event_queue_insert()
Devent.h82 TAILQ_ENTRY (event) ev_next;
/freebsd-9-stable/sys/boot/i386/efi/
Dbootinfo.c121 for (ep = environ; ep != NULL; ep = ep->ev_next) { in bi_copyenv()
/freebsd-9-stable/sys/boot/ia64/common/
Dbootinfo.c119 for (ep = environ; ep != NULL; ep = ep->ev_next) { in bi_copyenv()
/freebsd-9-stable/sys/boot/powerpc/ofw/
Dmetadata.c145 for (ep = environ; ep != NULL; ep = ep->ev_next) { in md_copyenv()
/freebsd-9-stable/sys/boot/common/
Dcommands.c256 for (ev = environ; ev != NULL; ev = ev->ev_next) { in command_show()
/freebsd-9-stable/sys/boot/powerpc/ps3/
Dmetadata.c144 for (ep = environ; ep != NULL; ep = ep->ev_next) { in md_copyenv()
/freebsd-9-stable/sys/boot/uboot/common/
Dmetadata.c154 for (ep = environ; ep != NULL; ep = ep->ev_next) { in md_copyenv()
/freebsd-9-stable/sys/boot/sparc64/loader/
Dmetadata.c189 for (ep = environ; ep != NULL; ep = ep->ev_next) { in md_copyenv()
/freebsd-9-stable/contrib/ntp/sntp/libevent/
DChangeLog1142 o Remove the eventqueue list and the ev_next pointers. (604569b 066775e)