Searched refs:xipp (Results 1 – 1 of 1) sorted by relevance
111 struct sysinit **xipp = NULL; /* interior loop of sort*/ in mi_startup() local121 for (xipp = sipp + 1; xipp < sysinit_end; xipp++) { in mi_startup()122 if ((*sipp)->subsystem < (*xipp)->subsystem || in mi_startup()123 ((*sipp)->subsystem == (*xipp)->subsystem && in mi_startup()124 (*sipp)->order <= (*xipp)->order)) in mi_startup()127 *sipp = *xipp; in mi_startup()128 *xipp = save; in mi_startup()