HomeSort by: relevance | last modified time | path
    Searched defs:resource (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
ioport.h 45 struct resource { struct
58 resource_size(struct resource *resource)
60 return resource->end - resource->start + 1;
64 resource_contains(struct resource *r1, struct resource *r2)
72 release_resource(struct resource *resource)
74 bus_space_free(resource->r_bst, resource->r_bsh
    [all...]
platform_device.h 50 } resource[NUM_PLATFORM_RESOURCE]; member in struct:platform_device
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
ResourcePool.h 24 * to a `T`, and when it goes out of scope the resource will be returned to the
28 * up the resource before or after every use.
56 * @returns A unique pointer to a resource. The resource is null iff
62 UniquePtr resource{resources_.back(), Deleter{*this}};
65 return resource;
67 UniquePtr resource{factory_(), Deleter{*this}};
69 return resource;
74 for (const auto resource : resources_) {
75 free_(resource); variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
movement.h 108 resource_info resource = full_register (regno); local
109 def_lookup dl = crtl->ssa->find_def (resource, insn);
164 // - DEFS contains a definition D of resource R;
198 // same resource.
232 if (!call_group->clobbers (def->resource ()))
323 if (!call_group->clobbers (use->resource ()))
accesses.h 39 // Return true if this resource represents memory.
42 // Return true if this resource represents a register.
45 // Print the name of the resource to PP.
48 // Possibly print additional information about the resource to PP.
54 // The mode with which the resource is being defined or used. This is
60 // The pseudo register or single hard register that the resource represents,
94 // The various ways of accessing a resource. The two range checks that
100 // Set the resource to a useful value.
104 // resource using a phi node; the resource does not actually change value
122 resource_info resource () const { return { m_mode, m_regno }; } function in class:rtl_ssa::access_info
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
movement.h 103 resource_info resource = full_register (regno); local
104 def_lookup dl = crtl->ssa->find_def (resource, insn);
159 // - DEFS contains a definition D of resource R;
188 // same resource.
222 if (!call_group->clobbers (def->resource ()))
312 if (!call_group->clobbers (use->resource ()))
accesses.h 39 // Return true if this resource represents memory.
42 // Return true if this resource represents a register.
45 // Print the name of the resource to PP.
48 // Possibly print additional information about the resource to PP.
54 // The mode with which the resource is being defined or used. This is
60 // The pseudo register or single hard register that the resource represents,
94 // The various ways of accessing a resource. The two range checks that
100 // Set the resource to a useful value.
104 // resource using a phi node; the resource does not actually change value
122 resource_info resource () const { return { m_mode, m_regno }; } function in class:rtl_ssa::access_info
    [all...]
  /src/external/bsd/libevent/dist/test/
bench_httpclient.c 51 const char *resource = NULL; variable
172 "GET %s HTTP/1.0\r\n\r\n", resource); local
191 resource = "/ref";
  /src/external/bsd/ntp/dist/sntp/libevent/test/
bench_httpclient.c 52 const char *resource = NULL; variable
173 "GET %s HTTP/1.0\r\n\r\n", resource); local
192 resource = "/ref";
  /src/external/bsd/nvi/dist/motif_l/
m_ruler.c 72 static XutResource resource[] = {
177 /* check the resource database for interesting resources */
180 resource,
181 XtNumber(resource)
71 static XutResource resource[] = { variable
m_vi.c 243 static XutResource resource[] = {
995 /* check the resource database for interesting resources */
998 resource,
999 XtNumber(resource)
238 static XutResource resource[] = { variable
  /src/external/mit/xorg/server/xorg-server/dix/
Makefile 13 privates.c property.c resource.c swaprep.c swapreq.c \
40 COPTS.resource.c= -Wno-error
  /src/external/bsd/nvi/dist/motif/
m_main.c 75 static XutResource resource[] = { variable
215 /* check the resource database for interesting resources */
218 resource,
219 XtNumber(resource)
333 * resource "name*installColormap" is "True". If so, the
360 /* what does the resource say? */
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-avlprop.cc 380 resource_info resource = full_register (REGNO (new_use_avl)); local
381 def_lookup dl = crtl->ssa->find_def (resource, use_insn);
riscv-vsetvl.cc 1555 resource_info resource = full_register (REGNO (info.get_vl ())); local
1556 def_lookup dl1 = crtl->ssa->find_def (resource, i);
1557 def_lookup dl2 = crtl->ssa->find_def (resource, info.get_insn ());
1850 resource_info resource = full_register (REGNO (info.get_avl ())); local
1851 def_lookup dl1 = crtl->ssa->find_def (resource, prev_insn);
1852 def_lookup dl2 = crtl->ssa->find_def (resource, next_insn);
  /src/external/mit/xorg/server/xorg-server.old/dix/
Makefile 13 privates.c property.c resource.c swaprep.c swapreq.c \
42 COPTS.resource.c= -Wno-error
  /src/external/gpl2/groff/dist/src/devices/grops/
psrm.cpp 126 struct resource { struct
127 resource *next;
136 resource(resource_type, string &, string & = an_empty_string, unsigned = 0);
137 ~resource();
141 resource::resource(resource_type t, string &n, string &v, unsigned r) function in class:resource
153 resource::~resource()
158 void resource::print_type_and_name(FILE *outfp)
183 procset_resource->flags |= resource::SUPPLIED
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_fm.c 813 nvlist_t *resource; local
819 if ((resource = fm_nvlist_create(NULL)) == NULL)
824 VERIFY(nvlist_add_uint8(resource, FM_VERSION, FM_RSRC_VERSION) == 0);
825 VERIFY(nvlist_add_string(resource, FM_CLASS, class) == 0);
826 VERIFY(nvlist_add_uint64(resource,
829 VERIFY(nvlist_add_uint64(resource,
832 fm_ereport_post(resource, EVCH_SLEEP);
834 fm_nvlist_destroy(resource, FM_NVA_FREE);
839 * The 'resource.fs.zfs.removed' event is an internal signal that the given vdev
851 * The 'resource.fs.zfs.autoreplace' event is an internal signal that the poo
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
lvm-functions.c 165 static struct lv_info *lookup_info(const char *resource)
170 lvi = dm_hash_lookup(lv_hash, resource);
176 static void insert_info(const char *resource, struct lv_info *lvi)
179 dm_hash_insert(lv_hash, resource, lvi);
183 static void remove_info(const char *resource)
186 dm_hash_remove(lv_hash, resource);
193 static int get_current_lock(char *resource)
197 if ((lvi = lookup_info(resource)))
217 char *resource; local
224 resource = dm_hash_get_key(lv_hash, v)
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
res.h 104 uint32_t resource; member in struct:xcb_res_resource_id_spec_t
xselinux.h 630 uint32_t resource; member in struct:xcb_selinux_get_client_context_request_t
1835 uint32_t resource);
1850 uint32_t resource);
xproto.h 4710 uint32_t resource; member in struct:xcb_kill_client_request_t
11495 * Deletes the association between the cursor resource ID and the specified
11496 * cursor. The cursor is freed when no other resource references it.
11513 * Deletes the association between the cursor resource ID and the specified
11514 * cursor. The cursor is freed when no other resource references it.
12341 * @param resource Any resource belonging to the client (for example a Window), used to identify
12348 * Forces a close down of the client that created the specified \a resource.
12356 uint32_t resource);
12362 * @param resource Any resource belonging to the client (for example a Window), used to identif
    [all...]
  /src/sys/dev/acpi/
acpi_pci_link.c 62 * own ACPI resource. _PRT entries specify which link is being used via
69 * resource list indicating these assumptions:
71 * Resource Index
205 "%s: Multiple dependent functions within a current resource",
305 * Stash a copy of the resource for later use when doing
359 aprint_normal("%s: Warning: possible resource %d "
651 * Find the link structure that corresponds to the resource index passed in
772 "%s: Multiple dependent functions within a current resource",
831 /* Add a new IRQ resource from each link. */
835 /* Build an IRQ resource. *
899 ACPI_RESOURCE *resource, *end; local
    [all...]
  /src/games/trek/
trek.h 279 double resource; /* Federation resources */ member in struct:Param_struct
315 double resource; /* Federation resources */ member in struct:Now_struct

Completed in 38 milliseconds