Searched refs:resources (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/
H A Dresource.h26 /* Macro to clear all resources. */
31 /* The resources used by a given insn. */
32 struct resources struct
48 extern void mark_target_live_regs (rtx, rtx, struct resources *);
49 extern void mark_set_resources (rtx, struct resources *, int,
51 extern void mark_referenced_resources (rtx, struct resources *, int);
H A Dresource.c55 /* Indicates what resources are required at the beginning of the epilogue. */
56 static struct resources start_of_epilogue_needs;
58 /* Indicates what resources are required at function end. */
59 static struct resources end_of_function_needs;
85 static rtx find_dead_or_set_registers (rtx, struct resources*,
86 rtx*, int, struct resources,
87 struct resources);
204 which resources are referenced by the insn. If INCLUDE_DELAYED_EFFECTS
205 is TRUE, resources used by the called routine will be included for
209 mark_referenced_resources (rtx x, struct resources *re
[all...]
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_var.h45 struct resource_list resources; member in struct:econa_ivar
/freebsd-11-stable/sys/mips/adm5120/
H A Dobiovar.h63 struct resource_list resources; member in struct:obio_ivar
/freebsd-11-stable/sys/mips/atheros/
H A Dapbvar.h49 struct resource_list resources; member in struct:apb_ivar
/freebsd-11-stable/sys/mips/idt/
H A Dobiovar.h64 struct resource_list resources; member in struct:obio_ivar
/freebsd-11-stable/sys/mips/rt305x/
H A Dobiovar.h55 struct resource_list resources; member in struct:obio_ivar
/freebsd-11-stable/contrib/llvm-project/libcxx/src/experimental/
H A Dmemory_resource.cpp73 } resources; member in union:__anon1064::ResourceInitHelper
75 _LIBCPP_CONSTEXPR_AFTER_CXX11 ResourceInitHelper() : resources() {}
100 return &res_init.resources.new_delete_res;
104 return &res_init.resources.null_res;
114 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res);
126 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res;
139 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res;
/freebsd-11-stable/sys/isa/
H A Dpnpvar.h55 void pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn);
56 u_char *pnp_parse_dependant(device_t dev, u_char *resources, int len,
58 u_char *pnp_scan_resources(device_t dev, u_char *resources, int len,
H A Dpnp.c251 * Constrain the number of resources we will try to program
275 * Now program the resources.
417 u_char *resources, int len)
428 resp = resources;
488 * Parse the resources for the previous
500 * resources.
533 device_printf(parent, "malformed resources\n");
554 * Read 'amount' bytes of resources from the card, allocating memory
559 * number of bytes of resources in '*spacep' and '*lenp' respectively.
568 u_char *resources local
416 pnp_create_devices(device_t parent, pnp_id *p, int csn, u_char *resources, int len) argument
616 u_char *resources = *resourcesp; local
677 u_char *resources = NULL; local
[all...]
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc_subr.h39 struct resource_list resources; member in struct:atkbdc_device
H A Datkbdc_subr.c128 return &ivar->resources;
/freebsd-11-stable/usr.sbin/acpi/
H A DMakefile.inc24 ${ACPICA_DIR}/components/resources \
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestreslist.c144 my_resource_t *resources[RESLIST_HMAX]; local
150 /* deplete all possible resources from the resource list
157 rv = apr_reslist_acquire(rl, (void**)&resources[i]);
165 /* release the resources; otherwise the destroy operation
169 rv = apr_reslist_release(rl, resources[i]);
177 my_resource_t *resources[RESLIST_HMAX]; local
183 /* deplete all possible resources from the resource list */
185 rv = apr_reslist_acquire(rl, (void**)&resources[i]);
189 /* Free all resources above RESLIST_SMAX - 1 */
191 rv = apr_reslist_release(rl, resources[
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresres.c72 static rc_res_directory *resources = NULL; variable
110 return resources;
167 /* Read a resource entry, returns 0 when all resources are read */
644 res_append_resource (&resources, r, 3, a, dupok);
652 res_append_resource (rc_res_directory **resources, rc_res_resource *resource, argument
663 if (*resources == NULL)
672 *resources = ((rc_res_directory *)
674 (*resources)->characteristics = 0;
675 (*resources)->time = timeval;
676 (*resources)
[all...]
H A Drescoff.c1 /* rescoff.c -- read and write resources in Windows COFF files.
24 /* This file contains function that read and write Windows resources
110 /* Read the resources in a COFF file. */
398 struct coff_res_data_build resources;
412 /* Write resources to a COFF file. RESOURCES should already be
416 offer the ability to merge resources into an existing file. This
422 const rc_res_directory *resources)
499 cwi.resources.d = NULL;
500 cwi.resources.last = NULL;
501 cwi.resources
396 struct coff_res_data_build resources; member in struct:coff_write_info
419 write_coff_file(const char *filename, const char *target, const rc_res_directory *resources) argument
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c91 static TAILQ_HEAD(, hast_snmp_resource) resources =
92 TAILQ_HEAD_INITIALIZER(resources);
96 /* Ticks of the last hast resources update. */
160 while ((res = TAILQ_FIRST(&resources)) != NULL) {
161 TAILQ_REMOVE(&resources, res, link);
365 TAILQ_INSERT_TAIL(&resources, res, link);
419 res = NEXT_OBJECT_INT(&resources, &value->var, sub);
428 res = FIND_OBJECT_INT(&resources, &value->var, sub);
433 res = FIND_OBJECT_INT(&resources, &value->var, sub);
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3bus.c80 struct resource_list resources; member in struct:ps3bus_devinfo
174 resource_list_init(&dinfo->resources);
209 resource_list_add(&dinfo->resources, SYS_RES_IRQ, i,
241 resource_list_add(&dinfo->resources, SYS_RES_MEMORY, i,
256 resource_list_init(&dinfo->resources);
277 resource_list_add(&dinfo->resources, SYS_RES_IRQ, i,
312 resource_list_add(&dinfo->resources, SYS_RES_MEMORY, i,
482 retval += resource_list_print_type(&dinfo->resources, "mem",
484 retval += resource_list_print_type(&dinfo->resources, "irq",
542 rle = resource_list_find(&dinfo->resources, SYS_RES_MEMOR
[all...]
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndbvar.h81 struct resource_list resources; /**< child resources. */ member in struct:bhndb_devinfo
/freebsd-11-stable/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_var.h69 struct resource_list resources; member in struct:bhnd_pcie2_devinfo
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c231 } resources[RLIM_NLIMITS] = { variable in typeref:struct:__anon8635
400 sprintf(str, "%s-cur", resources[rcswhich].cap);
401 val = resources[rcswhich].func(lc, resources[rcswhich].cap, limits[rcswhich].rlim_cur, limits[rcswhich].rlim_cur);
402 limits[rcswhich].rlim_cur = resources[rcswhich].func(lc, str, val, val);
404 sprintf(str, "%s-max", resources[rcswhich].cap);
405 val = resources[rcswhich].func(lc, resources[rcswhich].cap, limits[rcswhich].rlim_max, limits[rcswhich].rlim_max);
406 limits[rcswhich].rlim_max = resources[rcswhich].func(lc, str, val, val);
482 err(1, "setrlimit %s", resources[rcswhic
[all...]
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcmavar.h139 struct resource_list resources; /**< Slave port memory regions. */ member in struct:bcma_devinfo
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h196 struct resource_list resources; /**< child resources */ member in struct:chipc_devinfo
/freebsd-11-stable/sys/arm/at91/
H A Dat91.c155 struct resource_list *rl = &ivar->resources;
204 return (&(ivar->resources));
280 rl = &ivars->resources;
321 resource_list_init(&ivar->resources);
H A Dat91var.h46 struct resource_list resources; member in struct:at91_ivar

Completed in 703 milliseconds

123