Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 6 of 6) sorted by relevance

/tools/libfsimage/ufs/
A Dfsys_ufs.c170 int level, bound, i, index; in sbmap() local
182 bound = UFS_NINDIR(SUPERBLOCK); in sbmap()
183 while (bn >= bound) { in sbmap()
185 bn -= bound; in sbmap()
186 bound *= UFS_NINDIR(SUPERBLOCK); in sbmap()
204 bound /= UFS_NINDIR(SUPERBLOCK); in sbmap()
205 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK); in sbmap()
217 bound /= UFS_NINDIR(SUPERBLOCK); in sbmap()
218 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK); in sbmap()
/tools/libs/evtchn/
A Dminios.c51 bool bound; member
67 port_info->bound = false; in port_alloc()
80 if ( port_info->bound ) in port_dealloc()
224 port_info->bound = true; in xenevtchn_bind_unbound_port()
255 port_info->bound = true; in xenevtchn_bind_interdomain()
272 port_info->bound = true; in xenevtchn_bind()
327 port_info->bound = true; in xenevtchn_bind_virq()
/tools/ocaml/xenstored/
A Ddomain.ml22 (* A bound inter-domain event channel port pair. The remote port, and the
23 local port it is bound to. *)
98 given. On Live Update, the event channel is already bound, and both the
A Devent.ml25 across exec(), and the DOM_EXC VIRQ still bound. *)
A Dxenstored.ml337 memory, i.e. to use a fixed upper bound in bytes, not percentage. However
/tools/libs/light/
A Dlibxl_types.idl731 # Alternate p2m is not bound to any architecture or guest type, as it is

Completed in 10 milliseconds