Searched refs:pp_next (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h52 LIST_ENTRY(pmcstat_process) pp_next; /* hash-next */ member in struct:pmcstat_process
H A Dpmcstat_log.c1246 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[hash], pp_next, pptmp)
1258 LIST_REMOVE(pp, pp_next);
1276 LIST_INSERT_HEAD(&pmcstat_process_hash[hash], pp, pp_next);
2187 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[i], pp_next,
2193 LIST_REMOVE(pp, pp_next);
/freebsd-10.2-release/sys/net/
H A Dif_sppp.h142 struct sppp *pp_next; /* next interface in keepalive list */ member in struct:sppp
/freebsd-10.2-release/usr.sbin/ctld/
H A Dctld.h129 TAILQ_ENTRY(pport) pp_next; member in struct:pport
H A Dctld.c128 TAILQ_FOREACH_SAFE(pp, &conf->conf_pports, pp_next, pptmp)
1153 TAILQ_INSERT_TAIL(&conf->conf_pports, pp, pp_next);
1162 TAILQ_FOREACH(pp, &conf->conf_pports, pp_next) {
1185 TAILQ_REMOVE(&pp->pp_conf->conf_pports, pp, pp_next);
H A Dparse.y983 TAILQ_FOREACH(pp, &oldconf->conf_pports, pp_next)
/freebsd-10.2-release/sys/sys/
H A Dpmc.h765 LIST_ENTRY(pmc_process) pp_next; /* hash chain */ member in struct:pmc_process
/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c2085 LIST_FOREACH(pp, pph, pp_next)
2090 LIST_REMOVE(pp, pp_next);
2095 LIST_INSERT_HEAD(pph, ppnew, pp_next);
2119 LIST_REMOVE(pp, pp_next);
5000 LIST_FOREACH(pp, prh, pp_next)

Completed in 172 milliseconds