Searched refs:bound (Results 1 – 6 of 6) sorted by relevance
| /tools/libfsimage/ufs/ |
| A D | fsys_ufs.c | 170 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 D | minios.c | 51 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 D | domain.ml | 22 (* 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 D | event.ml | 25 across exec(), and the DOM_EXC VIRQ still bound. *)
|
| A D | xenstored.ml | 337 memory, i.e. to use a fixed upper bound in bytes, not percentage. However
|
| /tools/libs/light/ |
| A D | libxl_types.idl | 731 # Alternate p2m is not bound to any architecture or guest type, as it is
|
Completed in 10 milliseconds