Searched refs:chainp (Results 1 – 2 of 2) sorted by relevance
149 struct netpath_chain *chainp; /* holds chain of ncp's we alloc */ local178 chainp = (struct netpath_chain *) /* cobble alloc chain entry */180 chainp->ncp = ncp;181 chainp->nchain_next = NULL;183 np_sessionp->ncp_list = chainp;185 np_sessionp->ncp_list->nchain_next = chainp;204 struct netpath_chain *chainp, *lastp; local214 for (chainp = np_sessionp->ncp_list; chainp != NULL;215 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) {216 freenetconfigent(chainp->ncp);
14610 struct pic_chain ** chainp; in aof_pic_entry() local14618 for (offset = 0, chainp = &aof_pic_chain; *chainp; in aof_pic_entry()14619 offset += 4, chainp = &(*chainp)->next) in aof_pic_entry()14620 if ((*chainp)->symname == XSTR (x, 0)) in aof_pic_entry()14623 *chainp = (struct pic_chain *) xmalloc (sizeof (struct pic_chain)); in aof_pic_entry()14624 (*chainp)->next = NULL; in aof_pic_entry()14625 (*chainp)->symname = XSTR (x, 0); in aof_pic_entry()