Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpi_support/
H A Dacpi_rapidstart.c45 char *setmethod; member
86 if (acpi_rapidstart_oids[i].setmethod != NULL) { in acpi_rapidstart_attach()
115 if (error || !req->newptr || !acpi_rapidstart_oids[function].setmethod) in sysctl_acpi_rapidstart_gen_handler()
118 acpi_rapidstart_oids[function].setmethod, val); in sysctl_acpi_rapidstart_gen_handler()
H A Dacpi_sony.c67 char *setmethod; member
131 if (acpi_sony_oids[i].setmethod != NULL) { in acpi_sony_attach()
181 if (error || !req->newptr || !acpi_sony_oids[function].setmethod) in sysctl_acpi_sony_gen_handler()
184 acpi_sony_oids[function].setmethod, val); in sysctl_acpi_sony_gen_handler()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1027 lua_CFunction setmethod; member
1402 …ariable(L,ns->ns_attributes[i].name,ns->ns_attributes[i].getmethod,ns->ns_attributes[i].setmethod); in SWIG_Lua_add_namespace_details()
2087 …d_variable(L,clss->attributes[i].name,clss->attributes[i].getmethod,clss->attributes[i].setmethod); in SWIG_Lua_add_class_instance_details()