Searched defs:entrypoint (Results 1 – 3 of 3) sorted by relevance
203 struct entrypoint struct205 chainp nextp;206 struct extsym *entryname;207 chainp arglist;208 int entrylabel;209 int typelabel;210 ptr enamep;373 struct entrypoint entrypoint; member
50 static const char entrypoint[] = "start_prekern"; variable
204 try_ioctlpath(const char *path, unsigned long ioctlnum, int entrypoint) in try_ioctlpath()