Home
last modified time | relevance | path

Searched refs:lua_detach (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/modules/lua/
H A Dlua.c84 static int lua_detach(device_t, int);
92 lua_match, lua_attach, lua_detach, NULL);
205 lua_detach(device_t self, int flags) in lua_detach() function