HomeSort by: relevance | last modified time | path
    Searched refs:reqtype (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/kern/
subr_device.c 420 switch (args->reqtype) {
437 if (args->reqtype != objtype) {
565 .reqtype = type,
606 .reqtype = type,
681 .reqtype = PROP_TYPE_UNKNOWN,
706 .reqtype = PROP_TYPE_UNKNOWN,
728 .reqtype = PROP_TYPE_UNKNOWN,
799 .reqtype = PROP_TYPE_BOOL,
895 .reqtype = PROP_TYPE_NUMBER,
924 .reqtype = PROP_TYPE_NUMBER
    [all...]
  /src/sys/sys/
device_calls.h 223 prop_type_t reqtype; /* IN */ member in struct:device_get_property_args
  /src/lib/librumpclient/
rumpclient.c 613 int reqtype = spc->spc_hdr.rsp_type; local in function:handlereq
616 switch (reqtype) {
625 reqtype == RUMPSP_COPYINSTR);
657 printf("PANIC: INVALID TYPE %d\n", reqtype);
  /src/sys/dev/acpi/
acpi_util.c 268 if (! prop_type_to_acpi(args->reqtype, &acpitype)) {
299 if (args->reqtype == PROP_TYPE_BOOL) {
309 if (args->reqtype != PROP_TYPE_NUMBER) {
  /src/sys/dev/ofw/
ofw_subr.c 231 switch (args->reqtype) {
  /src/sys/arch/sparc/sparc/
promlib.c 357 switch (args->reqtype) {
379 if (args->reqtype == PROP_TYPE_STRING) {

Completed in 37 milliseconds