Searched refs:pnext (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/sbin/ipf/libipf/
H A Dprintpool.c15 ip_pool_node_t *ipnp, *ipnpn, ipn, **pnext; local
33 pnext = &ipp.ipo_list;
38 *pnext = ipnp;
39 pnext = &ipnp->ipn_next;
/freebsd-current/lib/libc/rpc/
H A Drpcb_st_xdr.c52 struct rpcbs_addrlist **pnext; local
70 pnext = &objp->next;
71 if (!xdr_pointer(xdrs, (char **) pnext,
85 struct rpcbs_rmtcalllist **pnext; local
88 pnext = &objp->next;
121 if (!xdr_pointer(xdrs, (char **) pnext,
159 if (!xdr_pointer(xdrs, (char **) pnext,
187 if (!xdr_pointer(xdrs, (char **) pnext,
/freebsd-current/contrib/tcsh/
H A Dma.setp.c96 struct pelem *pnext; /* pointer to next path */ member in struct:pelem
253 pathend->pnext = pe;
289 for (npath = 0, pe = pathhead; pe; npath++, pe = pe->pnext) {
333 pathhead = pe->pnext;
351 for (pe = pathhead; pe; pe = pe->pnext) {
394 for (pe = pathhead; pe; pe = pe->pnext) {
416 for (pe = pathhead; pe; pe = pe->pnext) {
432 for (pe = pathhead; pe; pe = pe->pnext) {
447 for (pe = pathhead; pe; pe = pe->pnext)
483 for (pe = pathhead; pe; pe = pe->pnext) {
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c233 struct pt_iscache_lru_entry *lru, **pnext; local
242 pnext = &iscache->lru;
243 for (lru = *pnext; lru; pnext = &lru->next, lru = *pnext) {
251 *pnext = NULL;
323 struct pt_iscache_lru_entry *lru, **pnext; local
328 pnext = &iscache->lru;
329 for (lru = *pnext; lru; pnext
354 struct pt_iscache_lru_entry *lru, **pnext; local
[all...]
/freebsd-current/usr.bin/usbhidctl/
H A Dusbhid.c74 struct variable *var, **pnext; local
77 pnext = &vars;
110 *pnext = var;
111 pnext = &var->next;
131 *pnext = var;
132 pnext = &var->next;
/freebsd-current/contrib/sendmail/libsm/
H A Drpool.c387 SM_POOLLINK_T *pp, *pnext; local
422 for (pp = rpool->sm_pools; pp != NULL; pp = pnext)
424 pnext = pp->sm_pnext;
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dks_file.c378 char *p, *pnext; local
424 for (p = ksf->fn; p != NULL; p = pnext) {
427 pnext = strchr(p, ',');
428 if (pnext)
429 *pnext++ = '\0';
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h92 * pnext - Next network in per-priority list
98 struct wpa_ssid *pnext; member in struct:wpa_ssid
H A Dconfig.c2687 while (prev->pnext)
2688 prev = prev->pnext;
2689 prev->pnext = ssid;
2737 ssid->pnext = NULL;
4455 ssid = ssid->pnext;
H A Dscan.c3043 if (ssid->pnext)
3044 ssid = ssid->pnext;
H A Devents.c1561 for (ssid = group; ssid; ssid = only_first_ssid ? NULL : ssid->pnext) {
1790 for (ssid = wpa_s->conf->pssid[prio]; ssid; ssid = ssid->pnext)
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_pool.c1211 void *pnext; local
1240 pnext = nextipo->ipo_next;
1267 pnext = nextnode->ipn_next;
1272 pnext = NULL;
1309 if (pnext == NULL)
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c229 bhnd_nvstore_path *path, *pnext; local
230 LIST_FOREACH_SAFE(path, &sc->paths[i], np_link, pnext)
/freebsd-current/bin/sh/
H A Dparser.c239 union node *n, *first = NULL, **pnext; local
253 pnext = &first;
258 *pnext = n;
259 pnext = &n->narg.next;
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpagent.c291 next_node(const struct snmp_value *value, int *pnext) argument
299 *pnext = 0;
323 *pnext = 1;
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c1826 struct mbuf *m0, *m, **pnext; local
1835 pnext = fl->pnext;
1850 pnext = &m0->m_next;
1857 fl->pnext = pnext;
1862 *pnext = m;
1863 pnext = &m->m_next;
1866 *pnext = NULL;
H A Dadapter.h571 struct mbuf **pnext; member in struct:sge_fl
/freebsd-current/contrib/lua/src/
H A Dlgc.c148 static void linkgclist_ (GCObject *o, GCObject **pnext, GCObject **list) { argument
150 *pnext = *list;
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c443 config_tree *pnext; local
448 pnext = ptree->link;
450 ptree = pnext;
/freebsd-current/usr.sbin/cxgbetool/
H A Dcxgbetool.c3035 parse_offload_settings_word(const char *s, char **pnext, const char *ws, argument
3085 while ((param = strsep(pnext, ws)) != NULL) {

Completed in 518 milliseconds