Searched refs:btinfo_userconfcommands (Results 1 – 3 of 3) sorted by relevance
147 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL;493 if (btinfo_userconfcommands != NULL) in exec_netbsd() 494 BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS, in exec_netbsd() 790 len = sizeof(*btinfo_userconfcommands) + in module_init() 794 btinfo_userconfcommands = alloc(len); in module_init() 795 if (btinfo_userconfcommands == NULL) { in module_init() 799 memset(btinfo_userconfcommands, 0, len); in module_init() 803 buf = (char *)btinfo_userconfcommands; in module_init() 804 off = sizeof(*btinfo_userconfcommands); in module_init() 148 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL; global() variable [all...]
46 struct btinfo_userconfcommands *biuc; in userconf_bootinfo()
224 struct btinfo_userconfcommands { struct