Searched refs:handle (Results 1 - 25 of 283) sorted by last modified time

1234567891011>>

/barrelfish-2018-10-04/usr/tests/testdesc/
H A Dtestdesc.c38 printf("FILE\n\thandle: %p\n", fds->handle);
43 printf("copying %zu bytes from %p to %p\n", size, &fds->handle, dest);
44 memcpy(dest, &fds->handle, size);
45 fds->handle = (void*)(offset);
46 printf("fd %d fixed handle is: %p\n", fds->num, fds->handle);
60 ush = fds->handle;
63 fds->handle, ush->type, ush->protocol, ush->passive, ush->nonblocking);
66 printf("copying %zu bytes from %p to %p\n", size, fds->handle, dest);
67 memcpy(dest, fds->handle, siz
[all...]
H A Dtestdesc.h60 // VFS handle to socket file (represented by filename)
77 void *handle; member in struct:fd_store
H A Dtestdesc-child.c24 static void print_file_fd(void *handle) argument
26 vfs_handle_t *vh = *(vfs_handle_t**)handle;
28 printf("reading from: %p\n", handle);
32 static void print_unixsock_fd(void *handle) argument
34 struct _unix_socket *ush = (struct _unix_socket *)handle;
36 printf("reading from: %p\n", handle);
79 fde.handle = fd->handle;
121 printf("fd_store %d: num: %d, type: %d:%s handle: %p\n",
122 i, fd->num, fd->type, s, fd->handle);
[all...]
/barrelfish-2018-10-04/usr/tests/mt_waitset/
H A Dmain.c95 dispatcher_handle_t handle = disp_disable(); local
101 disp_enable(handle);
107 disp_enable(handle);
/barrelfish-2018-10-04/usr/tests/devif/
H A Dbench.c91 vfs_handle_t handle; local
94 err = vfs_open(buffer, &handle);
103 err = vfs_write(handle, buffer, strlen(buffer), &bytes);
108 err = vfs_close(handle);
275 vfs_handle_t handle; local
285 err = vfs_create(fname, &handle);
289 err = vfs_create(fname, &handle);
294 err = vfs_create(fname, &handle);
299 err = vfs_create(fname, &handle);
/barrelfish-2018-10-04/usr/spawnd/
H A Dservice.c208 struct dispatcher_generic *dg = get_dispatcher_generic(si.handle);
/barrelfish-2018-10-04/usr/pci/
H A Dpci.h54 void pci_add_root(struct pci_address addr, uint8_t maxchild, char* handle);
H A Dpci.c530 char* handle)
644 errval_t err = cl->rpc_tx_vtbl.read_irq_table(cl, handle, xaddr, (*busnum) + 2,
1035 free(handle);
1086 char* handle)
1090 assign_bus_numbers(addr, &busnum, maxchild, handle);
527 assign_bus_numbers(struct pci_address parentaddr, uint8_t *busnum, uint8_t maxchild, char* handle) argument
1084 pci_add_root(struct pci_address addr, uint8_t maxchild, char* handle) argument
/barrelfish-2018-10-04/usr/monitor/
H A Dtrace_support.c56 dispatcher_handle_t handle = curdispatcher(); local
57 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
166 dispatcher_handle_t handle = curdispatcher(); local
167 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c131 dispatcher_handle_t handle = curdispatcher(); local
132 struct capref dcb = get_dispatcher_generic(handle)->dcb_cap;
810 // close source handle
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dwidget.tcl173 ## handle
177 ;proc handle {namesp w subcmd args} {
216 #interp alias {} \$base {} ::Widget::handle $namesp \$w
218 ;proc ::\$base args \"uplevel ::Widget::handle $namesp \[list \$w\] \\\$args\"
251 ## construction speed. It's delicate, so handle with extreme care.
278 ;proc ::\$w args \"uplevel ::Widget::handle $namesp \[list \$w\] \\\$args\"
279 #interp alias {} \$w {} ::Widget::handle $namesp \$w
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl39 ## routine to handle the movement around (left, right, down) these special
545 handle {
884 $tkinspectvalues(handleimage) handle\
1004 ;# let Prolog handle the appearance of special path positions
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Drepair.pl429 a variable in which case the system returns a conflict set handle that can
483 a variable in which case the system returns a conflict set handle that can
1201 args: ["ConflictSet":"name or handle of a conflict set",
1215 ConflictSet is the conflict set name (or handle) which has
1255 args: ["ConflictSet":"name or handle of a conflict set",
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dstdecil.h62 #define ReturnTryPushTrailCatchPop(to_do, handle) \
66 trail_undo(handle, ilog_fail); \
H A Dscheduler.pl67 :- define_struct(activity(handle, start, end, duration)).
68 :- define_struct(schedule(handle, timemin, timemax, activities, resources)).
122 Schedule = schedule with [handle:S, resources:Rs],
127 alt_res_set(schedule with handle:S, Resources, Resource) :-
144 starts_after_end(activity with handle:A1, activity with handle:A2, Constraint) :-
148 starts_after_end(activity with handle:A1, (activity with handle:A2)+Delay, Constraint) :-
162 consumes(activity with handle:A, Capacity of resource(Resource, ilc('CapResource')), Constraint) :-
169 consumes(activity with handle
[all...]
H A Dscheduler.cc45 return unify(EC_arg(3), handle(schedule_method, schedule.getImpl()));
61 return unify(EC_arg(5), handle(activity_method, activity.getImpl()));
80 return unify(EC_arg(3), handle(constraint_method, constraint.getImpl()));
117 return unify(EC_arg(3), handle(resource_method, resource.getImpl()));
146 return unify(EC_arg(3), handle(altresset_method, resource.getImpl()));
H A Dilog.cc58 return unify(EC_arg(1), handle(&ilog_method, m.getImpl()));
117 return unify(EC_arg(arg), handle(intvar_method, v.getImpl()));
258 ilog_call(IlcConstraint g, pword *handle) argument
260 ReturnTryPushTrailCatchPop(m.add(g), handle);
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dpropia.pl165 % Check the syntax, and handle any errors.
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsmodules.tex645 All predicates which handle modular items must be tools
H A Dumsmemory.tex115 heap to do so. This includes the handle-based facilities
H A Dumsio.tex149 stream handle or a symbolic stream name.
159 To obtain a handle when only an alias is known, use
271 If it is uninstantiated, the system will bind it to an anonymous stream handle:
292 The stream identifier (symbolic or handle) may then be used in predicates
307 and pass the resulting handle as an argument wherever it is needed.
337 by handle are closed automatically, either on failure across the
338 open/3,4 predicate, or after all copies of their handle become unused
H A Dumsintro.tex207 %{\eclipse} can handle synchronous events ({\bf exceptions}) and
H A Dumsexcept.tex125 The built-in takes a handler goal and creates an anonymous event handle Event.
126 This handle is the only way to identify the event, and therefore must be
129 Typically, these arguments would include the Event handle itself and other
159 The event can be an anonymous event handle, e.g.,
694 However, even in this setting, {\eclipse} can also handle signals directly,
H A Dumsarrays.tex46 possible, the handle-based facilities (bags, shelves and stores) should be
55 shelves& array& by handle& shelf_create/2,3 \\
56 bags& unordered bag& by handle& bag_create/1 \\
57 stores& hash table& by handle& store_create/1 \\
58 anonymous records& ordered list& by handle& record_create/1 \\
83 Bags are referred to by a handle.
124 Shelves are referred to by handle, not by name, so they make it easy
126 backtracks over its creation, when the shelf handle gets garbage
177 and referred to by handle, while named stores are created with a
183 or when the store handle get
[all...]
H A Dumsbugs.tex68 Not all {\eclipse} built-in predicates handle cyclic terms gracefully.

Completed in 150 milliseconds

1234567891011>>