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

1 2

  /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);
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
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"
  /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 */
  /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;
  /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) {
  /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) {
  /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);
  /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) {
  /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),
  /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) {
  /src/include/
nsswitch.h 160 * ns_mtab - `nsswitch method table'
161 * An nsswitch module provides a mapping from (database name, method name)
168 nss_method method; member in struct:__anon3816cfa90308
205 ns_mtab *mtab; /* method table */
  /src/sys/arch/arm/ofw/
openfirm.c 352 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
354 OF_call_method(method, ihandle, nargs, nreturns, va_alist)
355 const char *method;
367 const char *method; member in struct:OF_call_method::__anonc50777430c08
371 "call-method",
381 args.method = method;
395 method, ihandle, nargs, nreturns);
417 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
419 OF_call_method_1(method, ihandle, nargs, va_alist
431 const char *method; member in struct:OF_call_method_1::__anonc50777430d08
    [all...]
  /src/sys/arch/macppc/stand/ofwboot/
Locore.c 654 OF_call_method(const char *method, int ihandle, int nargs, int nreturns,
661 const char *method; member in struct:OF_call_method::__anonf2cfa9b80f08
665 "call-method",
676 args.method = method;
  /src/sys/arch/powerpc/powerpc/
openfirm.c 454 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
460 const char *method; member in struct:OF_call_method::__anon413aa5370c08
464 "call-method",
480 args.method = method;
508 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
514 const char *method; member in struct:OF_call_method_1::__anon413aa5370d08
518 "call-method",
533 args.method = method;
    [all...]
  /src/sys/arch/sparc/stand/ofwboot/
Locore.c 511 cell_t method; member in struct:OF_claim_virt::__anon2be4e8fd1408
526 args.name = ADR2CELL("call-method");
529 args.method = ADR2CELL("claim");
552 cell_t method; member in struct:OF_alloc_virt::__anon2be4e8fd1508
566 args.name = ADR2CELL("call-method");
569 args.method = ADR2CELL("claim");
591 cell_t method; member in struct:OF_free_virt::__anon2be4e8fd1608
603 args.name = ADR2CELL("call-method");
606 args.method = ADR2CELL("release");
626 cell_t method; member in struct:OF_unmap_virt::__anon2be4e8fd1708
660 cell_t method; member in struct:OF_map_phys::__anon2be4e8fd1808
704 cell_t method; member in struct:OF_alloc_phys::__anon2be4e8fd1908
743 cell_t method; member in struct:OF_claim_phys::__anon2be4e8fd1a08
787 cell_t method; member in struct:OF_free_phys::__anon2be4e8fd1b08
    [all...]
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 153 cell_t method; member in struct:prom_vtop::__anon96ae81fa0308
167 args.name = ADR2CELL(&"call-method");
170 args.method = ADR2CELL(&"translate");
196 cell_t method; member in struct:prom_claim_virt::__anon96ae81fa0408
209 args.name = ADR2CELL(&"call-method");
212 args.method = ADR2CELL(&"claim");
234 cell_t method; member in struct:prom_alloc_virt::__anon96ae81fa0508
246 args.name = ADR2CELL(&"call-method");
249 args.method = ADR2CELL(&"claim");
270 cell_t method; member in struct:prom_free_virt::__anon96ae81fa0608
303 cell_t method; member in struct:prom_unmap_virt::__anon96ae81fa0708
335 cell_t method; member in struct:prom_map_phys::__anon96ae81fa0808
377 cell_t method; member in struct:prom_alloc_phys::__anon96ae81fa0908
414 cell_t method; member in struct:prom_claim_phys::__anon96ae81fa0a08
455 cell_t method; member in struct:prom_free_phys::__anon96ae81fa0b08
489 cell_t method; member in struct:prom_get_msgbuf::__anon96ae81fa0c08
    [all...]
  /src/sys/arch/sparc/sparc/
openfirm.c 337 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
344 cell_t method; member in struct:OF_call_method::__anon64ac64a90c08
352 args.name = ADR2CELL("call-method");
355 args.method = ADR2CELL(method);
375 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
382 cell_t method; member in struct:OF_call_method_1::__anon64ac64a90d08
390 args.name = ADR2CELL("call-method");
393 args.method = ADR2CELL(method);
474 cell_t method; member in struct:OF_test_method::__anon64ac64a91108
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
gf100.h 108 struct gf100_gr_pack *method; member in struct:gf100_gr
  /src/sbin/restore/
tape.c 837 const char *method; local in function:set_extattr
870 method = "extattr_set_fd";
876 method = "extattr_set_link";
882 method = "extattr_set_file";
888 dprintf(stdout, " (set using %s)", method);
901 method = "acl_set_fd";
906 method = "acl_set_link_np";
911 method = "acl_set_file";
917 dprintf(stdout, " (set using %s)", method);
926 method = "acl_set_fd"
    [all...]
  /src/common/dist/zlib/
deflate.h 116 Byte method; /* can only be DEFLATED */ member in struct:internal_state

Completed in 25 milliseconds

1 2