HomeSort by: relevance | last modified time | path
    Searched defs:method (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/sys/arch/arm/fdt/
psci_fdt.c 110 const char *method, *psciver; local in function:psci_fdt_init
113 method = fdtbus_get_string(phandle, "method");
115 if (method == NULL || psciver == NULL) {
120 if (strcmp(method, "smc") == 0)
122 else if (strcmp(method, "hvc") == 0)
125 aprint_error("PSCI: unsupported method '%s'\n", method);
psci_fdt.c 110 const char *method, *psciver; local in function:psci_fdt_init
113 method = fdtbus_get_string(phandle, "method");
115 if (method == NULL || psciver == NULL) {
120 if (strcmp(method, "smc") == 0)
122 else if (strcmp(method, "hvc") == 0)
125 aprint_error("PSCI: unsupported method '%s'\n", method);
cpu_fdt.c 133 return of_hasprop(child, "enable-method");
186 arm_fdt_cpu_enable_method_byname(const char *method)
192 if (strcmp(method, (*acmp)->acm_compat) == 0)
202 const char *method; local in function:arm_fdt_cpu_enable_method
204 method = fdtbus_get_string(phandle, "enable-method");
205 if (method == NULL)
208 return arm_fdt_cpu_enable_method_byname(method);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl0046.h 13 __u8 method; member in struct:nv04_disp_mthd_v0
cl0046.h 13 __u8 method; member in struct:nv04_disp_mthd_v0
cl5070.h 12 __u8 method; member in struct:nv50_disp_mthd_v0
41 __u8 method; member in struct:nv50_disp_mthd_v1
ioctl.h 155 __u8 method; member in struct:nvif_ioctl_mthd_v0
157 __u8 data[]; /* method data (class.h) */
  /src/usr.sbin/acpitools/amldb/
debug.c 76 char *ptr, *method; local in function:aml_dbgr
188 /* move pointer to method name */
204 printf("%s:%d:aml_dbgr: not method %s\n",
209 method = ptr;
277 fprintf(stderr, "==== Running %s. ====\n", method);
279 retval = aml_invoke_method_by_name(method, argnum, argv);
282 fprintf(stderr, "==== %s finished. ====\n", method);
304 "q Quit method execution\n"
309 "r Run specified method\n"
debug.c 76 char *ptr, *method; local in function:aml_dbgr
188 /* move pointer to method name */
204 printf("%s:%d:aml_dbgr: not method %s\n",
209 method = ptr;
277 fprintf(stderr, "==== Running %s. ====\n", method);
279 retval = aml_invoke_method_by_name(method, argnum, argv);
282 fprintf(stderr, "==== %s finished. ====\n", method);
304 "q Quit method execution\n"
309 "r Run specified method\n"
  /src/sys/arch/shark/include/
devmap.h 59 int method; /* Mapping method - eg. IOCTL, MMAP, or I386_IOMAP */ member in struct:map_info
65 } map_info_ioctl; /* used for ioctl method */
devmap.h 59 int method; /* Mapping method - eg. IOCTL, MMAP, or I386_IOMAP */ member in struct:map_info
65 } map_info_ioctl; /* used for ioctl method */
  /src/regress/sys/kern/allocfree/
allocfree.c 56 static void (*method)(void); variable in typeref:typename:void (*)(void)
161 (*method)();
167 (*method)();
200 method = func;
allocfree.c 56 static void (*method)(void); variable in typeref:typename:void (*)(void)
161 (*method)();
167 (*method)();
200 method = func;
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 298 int method; /* method byte */ local in function:check_header
312 method = get_u8(s);
314 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
gzboot.c 298 int method; /* method byte */ local in function:check_header
312 method = get_u8(s);
314 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 311 int method; /* method byte */ local in function:FileManager::_check_header
340 method = _get_byte();
342 if (method != Z_DEFLATED ||(flags & RESERVED) != 0) {
file_manager.cpp 311 int method; /* method byte */ local in function:FileManager::_check_header
340 method = _get_byte();
342 if (method != Z_DEFLATED ||(flags & RESERVED) != 0) {
  /src/common/dist/zlib/contrib/minizip/
mztools.c 50 unsigned int method = READ_16(header + 8); local in function:unzRepair
150 WRITE_16(header + 10, method);
mztools.c 50 unsigned int method = READ_16(header + 8); local in function:unzRepair
150 WRITE_16(header + 10, method);
  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 159 int method; /* method byte */ local in function:check_header
188 method = get_byte(s);
190 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
cread.c 159 int method; /* method byte */ local in function:check_header
188 method = get_byte(s);
190 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
  /src/sys/dev/acpi/
acpi_cpu.c 423 * Note that the Intel-specific _PDC method has
742 uint32_t i, method; local in function:acpicpu_debug_print
760 method = sc->sc_pstate_control.reg_spaceid;
771 acpicpu_debug_print_method_pt(method),
777 method = sc->sc_tstate_control.reg_spaceid;
788 acpicpu_debug_print_method_pt(method),
acpi_cpu.c 423 * Note that the Intel-specific _PDC method has
742 uint32_t i, method; local in function:acpicpu_debug_print
760 method = sc->sc_pstate_control.reg_spaceid;
771 acpicpu_debug_print_method_pt(method),
777 method = sc->sc_tstate_control.reg_spaceid;
788 acpicpu_debug_print_method_pt(method),
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_page_dirty.c 46 * No dirtied pages at scan trigger a transition to the _MKWRITE method,
48 * the _PAGETABLE method. How many triggers should we wait for before
49 * changing method?
53 /* Percentage to trigger a transition to the _PAGETABLE method */
60 * @method: The currently used dirty method
61 * @change_count: Number of consecutive method change triggers
72 enum vmw_bo_dirty_method method; member in struct:vmw_bo_dirty
86 * dirty-tracking method.
107 dirty->method = VMW_BO_DIRTY_MKWRITE
    [all...]
  /src/sys/lib/libsa/
cread.c 191 int method; /* method byte */ local in function:check_header
220 method = get_byte(s);
222 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {

Completed in 29 milliseconds

1 2 3