Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 84) sorted by relevance

1234

/dragonfly/sys/bus/isa/
H A Dpnp.c366 u_char *resources, int len) in pnp_create_devices() argument
377 resp = resources; in pnp_create_devices()
512 kfree(resources, M_TEMP); in pnp_read_bytes()
513 resources = newres; in pnp_read_bytes()
521 *resourcesp = resources; in pnp_read_bytes()
550 tag = resources[len-1]; in pnp_read_resources()
577 *resourcesp = resources; in pnp_read_resources()
599 u_char *resources = NULL; in pnp_isolation_protocol() local
650 resources, len); in pnp_isolation_protocol()
673 if (resources) in pnp_isolation_protocol()
[all …]
H A Dpnpvar.h63 void pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn);
64 u_char *pnp_parse_dependant(device_t dev, u_char *resources, int len,
66 u_char *pnp_scan_resources(device_t dev, u_char *resources, int len,
H A Dpnpparse.c347 pnp_parse_dependant(device_t dev, u_char *resources, int len, in pnp_parse_dependant() argument
352 res = pnp_scan_resources(dev, resources, len, config, in pnp_parse_dependant()
408 pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn) in pnp_parse_resources() argument
431 p = resources; in pnp_parse_resources()
567 pnp_scan_resources(device_t dev, u_char *resources, int len, in pnp_scan_resources() argument
574 p = resources; in pnp_scan_resources()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dresource.h29 struct resources struct
44 extern void mark_target_live_regs (rtx_insn *, rtx, struct resources *); argument
45 extern void mark_set_resources (rtx, struct resources *, int,
47 extern void mark_referenced_resources (rtx, struct resources *, bool);
H A Dresource.c51 static struct resources start_of_epilogue_needs;
54 static struct resources end_of_function_needs;
80 rtx *, int, struct resources,
81 struct resources);
198 mark_referenced_resources (rtx x, struct resources *res, in mark_referenced_resources()
421 struct resources set, struct resources needed) in find_dead_or_set_registers()
512 struct resources target_set, target_res; in find_dead_or_set_registers()
513 struct resources fallthrough_res; in find_dead_or_set_registers()
621 mark_set_resources (rtx x, struct resources *res, int in_dest, in mark_set_resources()
892 struct resources set, needed; in mark_target_live_regs()
[all …]
H A Dreorg.c191 static int resource_conflicts_p (struct resources *, struct resources *);
211 struct resources *,
212 struct resources *,
213 struct resources *,
218 struct resources *,
219 struct resources *,
305 resource_conflicts_p (struct resources *res1, struct resources *res2) in resource_conflicts_p()
327 struct resources insn_res; in insn_references_resource_p()
343 struct resources insn_sets; in insn_sets_resource_p()
1053 struct resources cc_set; in steal_delay_list_from_target()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dresource.h33 struct resources struct
49 extern void mark_target_live_regs (rtx, rtx, struct resources *); argument
50 extern void mark_set_resources (rtx, struct resources *, int,
52 extern void mark_referenced_resources (rtx, struct resources *, bool);
H A Dresource.c56 static struct resources start_of_epilogue_needs;
59 static struct resources end_of_function_needs;
84 static rtx find_dead_or_set_registers (rtx, struct resources*,
85 rtx*, int, struct resources,
86 struct resources);
205 mark_referenced_resources (rtx x, struct resources *res, in mark_referenced_resources()
424 struct resources set, struct resources needed) in find_dead_or_set_registers()
509 struct resources target_set, target_res; in find_dead_or_set_registers()
510 struct resources fallthrough_res; in find_dead_or_set_registers()
889 struct resources set, needed; in mark_target_live_regs()
[all …]
H A Dreorg.c178 static int resource_conflicts_p (struct resources *, struct resources *);
199 struct resources *,
200 struct resources *,
201 struct resources *,
204 struct resources *,
205 struct resources *,
206 struct resources *,
289 resource_conflicts_p (struct resources *res1, struct resources *res2) in resource_conflicts_p()
323 struct resources insn_res; in insn_references_resource_p()
339 struct resources insn_sets; in insn_sets_resource_p()
[all …]
/dragonfly/usr.bin/limits/
H A Dlimits.c225 } resources[RLIM_NLIMITS] = { variable
369 sprintf(str, "%s-cur", resources[rcswhich].cap); in main()
370 …val = resources[rcswhich].func(lc, resources[rcswhich].cap, limits[rcswhich].rlim_cur, limits[rcsw… in main()
371 limits[rcswhich].rlim_cur = resources[rcswhich].func(lc, str, val, val); in main()
373 sprintf(str, "%s-max", resources[rcswhich].cap); in main()
374 …val = resources[rcswhich].func(lc, resources[rcswhich].cap, limits[rcswhich].rlim_max, limits[rcsw… in main()
375 limits[rcswhich].rlim_max = resources[rcswhich].func(lc, str, val, val); in main()
446 err(1, "setrlimit %s", resources[rcswhich].cap); in main()
/dragonfly/sys/dev/misc/puc/
H A Dpuc.c122 struct resource_list resources; member
290 resource_list_init(&pdev->resources); in puc_pci_attach()
293 resource_list_add(&pdev->resources, SYS_RES_IRQ, 0, in puc_pci_attach()
297 rle = resource_list_find(&pdev->resources, SYS_RES_IRQ, 0); in puc_pci_attach()
302 resource_list_add(&pdev->resources, SYS_RES_IOPORT, 0, in puc_pci_attach()
306 rle = resource_list_find(&pdev->resources, SYS_RES_IOPORT, 0); in puc_pci_attach()
347 print_resource_list(&pdev->resources); in puc_pci_attach()
614 rl = &pdev->resources; in puc_alloc_resource()
653 rl = &pdev->resources; in puc_get_resource()
/dragonfly/sys/conf/
H A Dacpi.mk18 ${SYSDIR}/${ACPICA_COMP_DIR}/resources \
35 ${SYSDIR}/${ACPICA_COMP_DIR}/resources \
/dragonfly/sys/bus/pccard/
H A Dpccard.c255 resource_list_init(&ivar->resources); in pccard_attach_card()
412 struct resource_list *rl = &devi->resources; in pccard_function_init()
523 SLIST_FOREACH(rle, &devi->resources, link) { in pccard_function_free()
537 resource_list_free(&devi->resources); in pccard_function_free()
862 struct resource_list *rl = &devi->resources; in pccard_print_child()
891 struct resource_list *rl = &devi->resources; in pccard_set_resource()
921 struct resource_list *rl = &devi->resources; in pccard_get_resource()
940 struct resource_list *rl = &devi->resources; in pccard_delete_resource()
1122 rle = resource_list_find(&dinfo->resources, type, *rid); in pccard_alloc_resource()
1132 resource_list_add(&dinfo->resources, type, *rid, in pccard_alloc_resource()
[all …]
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus.c195 resource_list_init(&dinfo->pci.resources); in cardbus_attach_card()
300 SLIST_FOREACH(rle, &dinfo->pci.resources, link) { in cardbus_release_all_resources()
312 resource_list_free(&dinfo->pci.resources); in cardbus_release_all_resources()
/dragonfly/test/stress/stress2/lib/
H A DMakefile4 SRCS=main.c options.c random_int.c resources.c
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acp.c406 adev->acp.acp_cell[0].resources = &adev->acp.acp_res[0]; in acp_hw_init()
412 adev->acp.acp_cell[1].resources = &adev->acp.acp_res[1]; in acp_hw_init()
418 adev->acp.acp_cell[2].resources = &adev->acp.acp_res[2]; in acp_hw_init()
424 adev->acp.acp_cell[3].resources = &adev->acp.acp_res[3]; in acp_hw_init()
/dragonfly/sys/contrib/dev/acpica/generate/lint/
H A Dfiles.lnt12 ..\..\source\components\resources\*.c
/dragonfly/share/skel/
H A Ddot.mailrc4 # .mailrc - mail resources
/dragonfly/sys/bus/pci/
H A Dpci.c1563 resource_list_add(&dinfo->resources, SYS_RES_IRQ, rid, in pci_alloc_msix_vector_method()
1611 resource_list_delete(&dinfo->resources, SYS_RES_IRQ, rid); in pci_release_msix_vector_method()
1674 rle = resource_list_find(&dinfo->resources, SYS_RES_MEMORY, in pci_setup_msix()
2013 resource_list_add(&dinfo->resources, SYS_RES_IRQ, i + 1, in pci_alloc_msi_method()
3020 struct resource_list *rl = &dinfo->resources; in pci_add_resources()
3114 resource_list_init(&dinfo->resources); in pci_add_child()
3455 rl = &dinfo->resources; in pci_print_child()
3922 struct resource_list *rl = &dinfo->resources; in pci_alloc_map()
4022 struct resource_list *rl = &dinfo->resources; in pci_alloc_resource()
4105 rl = &dinfo->resources; in pci_delete_resource()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dqt6 # https://doc.qt.io/qt-5/resources.html
/dragonfly/sys/sys/
H A Dbus_private.h91 struct config_resource *resources; member
/dragonfly/lib/libutil/
H A Dlogin_class.c52 } resources[] = { variable
79 for (lr = resources; lr->what != NULL; ++lr) { in setclassresources()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object.txh76 Release all resources associated with @var{simple_object}. This does
110 Release all resources associated with @var{attrs}.
187 Release all resources associated with @var{simple_object}.
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object.txh76 Release all resources associated with @var{simple_object}. This does
110 Release all resources associated with @var{attrs}.
187 Release all resources associated with @var{simple_object}.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dservice.texi24 @uref{http://www.fsf.org/resources/service}.

1234