Lines Matching refs:cellp
712 struct cons_cell_v1 *cellp = concell_list_v1;
714 for (; cellp; cellp = cellp->next)
715 if (strcmp(dbase, cellp->sw->dbase) == 0)
716 return (cellp->sw);
723 struct cons_cell *cellp = concell_list;
725 for (; cellp; cellp = cellp->next)
726 if (strcmp(dbase, cellp->sw->dbase) == 0)
727 return (cellp->sw);
885 struct cons_cell_v1 *cellp;
896 for (cellp = concell_list_v1; cellp; cellp = cellp->next) {
897 if (cellp->sw == conf) {
902 if (cellp == NULL) {
915 struct cons_cell *cellp;
926 for (cellp = concell_list; cellp; cellp = cellp->next) {
927 if (cellp->sw == conf) {
932 if (cellp == NULL) {