Home
last modified time | relevance | path

Searched refs:rle (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/bus/isa/
H A Disa_common.c559 rle->start + rle->count - 1); in isa_print_resources()
628 if (rle) in isa_read_ivar()
636 if (rle) in isa_read_ivar()
644 if (rle) in isa_read_ivar()
652 if (rle) in isa_read_ivar()
660 if (rle) in isa_read_ivar()
668 if (rle) in isa_read_ivar()
676 if (rle) in isa_read_ivar()
684 if (rle) in isa_read_ivar()
692 if (rle) in isa_read_ivar()
[all …]
/dragonfly/sys/dev/misc/puc/
H A Dpuc.c298 rle->res = sc->irqres; in puc_pci_attach()
316 rle->res->r_end = rle->res->r_start + 8 - 1; in puc_pci_attach()
599 kprintf("type %x, rid %x\n", rle->type, rle->rid); in puc_print_resource_list()
623 if (rle) { in puc_alloc_resource()
624 start = rle->start; in puc_alloc_resource()
625 end = rle->end; in puc_alloc_resource()
626 count = rle->count; in puc_alloc_resource()
630 retval = rle->res; in puc_alloc_resource()
661 if (rle) { in puc_get_resource()
666 *startp = rle->start; in puc_get_resource()
[all …]
/dragonfly/sys/dev/pccard/pccbb/
H A Dpccbb.c187 if (rle->res == res) { in cbb_remove_res()
189 kfree(rle, M_DEVBUF); in cbb_remove_res()
201 if (SYS_RES_MEMORY == rle->type && rid == rle->rid) in cbb_find_res()
202 return (rle->res); in cbb_find_res()
217 if (rle == NULL) in cbb_insert_res()
219 rle->res = res; in cbb_insert_res()
220 rle->type = type; in cbb_insert_res()
221 rle->rid = rid; in cbb_insert_res()
233 "(rid=%x, type=%d, addr=%lx)\n", rle->rid, rle->type, in cbb_destroy_res()
236 kfree(rle, M_DEVBUF); in cbb_destroy_res()
[all …]
/dragonfly/sys/bus/pccard/
H A Dpccard.c449 rle->res = r; in pccard_function_init()
472 rle->res = r; in pccard_function_init()
491 rle->res = r; in pccard_function_init()
524 if (rle->res) { in pccard_function_free()
530 rle->type, rle->rid, in pccard_function_free()
533 pf->sc->dev, rle->type, rle->rid, rle->res); in pccard_function_free()
849 kprintf(format, rle->start + rle->count - 1); in pccard_print_resources()
1126 if (rle == NULL || rle->res == NULL) { in pccard_alloc_resource()
1136 if (!rle) in pccard_alloc_resource()
1138 rle->res = r; in pccard_alloc_resource()
[all …]
/dragonfly/sys/kern/
H A Dsubr_bus.c2604 if (rle->res) in resource_list_free()
2628 if (rle->res) in resource_list_add()
2636 if (rle->cpuid != -1 && rle->cpuid != cpuid) { in resource_list_add()
2651 if (rle->type == type && rle->rid == rid) in resource_list_find()
2662 if (rle) { in resource_list_delete()
2689 if (!rle) in resource_list_alloc()
2692 if (rle->res) in resource_list_alloc()
2710 rle->start = rman_get_start(rle->res); in resource_list_alloc()
2711 rle->end = rman_get_end(rle->res); in resource_list_alloc()
2734 if (!rle) in resource_list_release()
[all …]
/dragonfly/sys/platform/pc64/x86_64/
H A Dnexus.c352 struct resource_list_entry *rle; in nexus_alloc_resource() local
365 if (rle == NULL) in nexus_alloc_resource()
367 start = rle->start; in nexus_alloc_resource()
368 end = rle->end; in nexus_alloc_resource()
369 count = rle->count; in nexus_alloc_resource()
370 cpuid = rle->cpuid; in nexus_alloc_resource()
564 struct resource_list_entry *rle; in nexus_get_resource() local
568 type, rid, startp, countp, rle); in nexus_get_resource()
569 if (!rle) in nexus_get_resource()
572 *startp = rle->start; in nexus_get_resource()
[all …]
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus.c297 struct resource_list_entry *rle; in cardbus_release_all_resources() local
300 SLIST_FOREACH(rle, &dinfo->pci.resources, link) { in cardbus_release_all_resources()
301 if (rle->res) { in cardbus_release_all_resources()
303 cbdev, rle->type, rle->rid, rle->res); in cardbus_release_all_resources()
304 rle->res = NULL; in cardbus_release_all_resources()
309 pci_write_config(dinfo->pci.cfg.dev, rle->rid, 0, 4); in cardbus_release_all_resources()
/dragonfly/sys/bus/pci/
H A Dpci.c1607 irq = rle->start; in pci_release_msix_vector_method()
1653 if (rle != NULL && rle->res != NULL) in pci_setup_msix()
1676 if (rle == NULL || rle->res == NULL || in pci_setup_msix()
1683 if (rle == NULL || rle->res == NULL || in pci_setup_msix()
1965 if (rle != NULL && rle->res != NULL) in pci_alloc_msi_method()
3998 if (rle == NULL) in pci_alloc_map()
4000 rle->res = res; in pci_alloc_map()
4077 if (rle != NULL && rle->res != NULL) { in pci_alloc_resource()
4107 if (rle) { in pci_delete_resource()
4108 if (rle->res) { in pci_delete_resource()
[all …]
H A Dpci_user.c311 struct resource_list_entry *rle; local
697 rle = resource_list_find(&dinfo->resources, SYS_RES_MEMORY,
699 if (rle == NULL)
700 rle = resource_list_find(&dinfo->resources,
702 if (rle == NULL || rle->res == NULL) {
713 if (rle->type != SYS_RES_MEMORY) {
719 if (rle->type != SYS_RES_IOPORT) {
725 bio->pbi_base = rman_get_start(rle->res) | value;
726 bio->pbi_length = rman_get_size(rle->res);
733 if (rle->type == SYS_RES_MEMORY)
/dragonfly/sys/dev/drm/include/linux/
H A Dpci.h244 struct resource_list_entry *rle; in _pci_get_rle() local
256 rle = resource_list_find(&dinfo->resources, SYS_RES_MEMORY, PCIR_BAR(bar)); in _pci_get_rle()
257 if (rle == NULL) { in _pci_get_rle()
258 rle = resource_list_find(&dinfo->resources, in _pci_get_rle()
262 return rle; in _pci_get_rle()
290 struct resource_list_entry *rle; in pci_resource_len() local
292 rle = _pci_get_rle(pdev, bar); in pci_resource_len()
293 if (rle == NULL) in pci_resource_len()
296 return rman_get_size(rle->res); in pci_resource_len()
/dragonfly/sys/bus/isa/x86_64/
H A Disa.c89 struct resource_list_entry *rle; in isa_alloc_resource() local
92 rle = resource_list_find(rl, type, *rid); in isa_alloc_resource()
93 if (!rle) { in isa_alloc_resource()
/dragonfly/games/quiz/datfiles/
H A Dsov25 Ja[me|]s [I|1]:17:Cha[rle|]s [I|1]
26 Cha[rle|]s [I|1]:17:[Oliver |]Cromwell
29 Cha[rle|]s [II|2]:17:Ja[me|]s [II|2]
/dragonfly/sys/dev/acpica/
H A Dacpi.c1044 SLIST_FOREACH(rle, rl, link) { in acpi_sysres_alloc()
1045 if (rle->res != NULL) { in acpi_sysres_alloc()
1051 switch (rle->type) { in acpi_sysres_alloc()
1064 &rle->rid, rle->start, rle->start + rle->count - 1, rle->count, in acpi_sysres_alloc()
1068 rle->res = res; in acpi_sysres_alloc()
1071 rle->start, rle->count, rle->type); in acpi_sysres_alloc()
1110 if (rle == NULL) in acpi_alloc_resource()
1112 start = rle->start; in acpi_alloc_resource()
1113 end = rle->end; in acpi_alloc_resource()
1114 count = rle->count; in acpi_alloc_resource()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dcad116 !:mime image/x-intergraph-rle
H A Dimages911 # compression method 2~RLE 4-bit/pixel implies also extension rle
913 !:ext bmp/rle
2009 >>&16 ubyte 1 rle
/dragonfly/contrib/zlib-1.2/
H A DChangeLog954 - Report 0 for huffman and rle strategies and for level == 0 or 1