Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/acpi_support/
H A Dacpi_rapidstart.c47 char *setmethod; member
88 if (acpi_rapidstart_oids[i].setmethod != NULL) { in acpi_rapidstart_attach()
117 if (error || !req->newptr || !acpi_rapidstart_oids[function].setmethod) in sysctl_acpi_rapidstart_gen_handler()
120 acpi_rapidstart_oids[function].setmethod, val); in sysctl_acpi_rapidstart_gen_handler()
H A Dacpi_sony.c69 char *setmethod; member
136 if (acpi_sony_oids[i].setmethod != NULL) { in acpi_sony_attach()
186 if (error || !req->newptr || !acpi_sony_oids[function].setmethod) in sysctl_acpi_sony_gen_handler()
189 acpi_sony_oids[function].setmethod, val); in sysctl_acpi_sony_gen_handler()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1004 lua_CFunction setmethod; member
1379 …ariable(L,ns->ns_attributes[i].name,ns->ns_attributes[i].getmethod,ns->ns_attributes[i].setmethod); in SWIG_Lua_add_namespace_details()
2062 …d_variable(L,clss->attributes[i].name,clss->attributes[i].getmethod,clss->attributes[i].setmethod); in SWIG_Lua_add_class_instance_details()