Searched refs:granularity (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | geom.h | 73 PedSector granularity, PedSector count,
|
/osnet-11/usr/src/lib/libparted/common/libparted/cs/ |
H A D | geom.c | 405 * \p granularity specificies how sectors should be grouped 408 * <tt>offset + n * granularity</tt> 414 PedSector offset, PedSector granularity, PedSector count, 441 for (i = group; i + granularity < group + count; i += granularity) { 442 if (!ped_geometry_read (geom, buffer, i, granularity)) { 413 ped_geometry_check(PedGeometry* geom, void* buffer, PedSector buffer_size, PedSector offset, PedSector granularity, PedSector count, PedTimer* timer) argument
|
/osnet-11/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 232 inittab_msg("inittab_lookup: line %li: granularity `%s'" 901 "not compatible with option granularity"); 1088 * for ds_type NUMBER, the granularity is really 1 since the 1313 "not compatible with option granularity"); 1477 * input: uint8_t: the number of "granularity" numbers to decode 1480 * uint8_t: the number of numbers per granularity 1488 uint8_t granularity, const uint8_t *from, char *to, int *ierrnop) 1494 if (granularity != 0) { 1495 if ((granularity % n_entries) != 0) { 1497 "not compatible with option granularity"); 1487 decode_number(uint8_t n_entries, uint8_t size, boolean_t is_signed, uint8_t granularity, const uint8_t *from, char *to, int *ierrnop) argument 1565 encode_number(uint8_t n_entries, uint8_t size, boolean_t is_signed, uint8_t granularity, const char *from, uint8_t *to, int *ierrnop) argument [all...] |
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SLPReg.c | 106 static unsigned short granularity = 3600; variable 762 if (now > (p->wake_time - granularity)) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AutoSplit.t | 319 IIRC DOS FAT filesystems have only 2 second granularity.
|
H A D | Benchmark.pm | 372 the granularity is therefore only one second.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
H A D | Expire.pm | 336 Because of clock granularity, expiration times may occur up to one
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | HiRes.pm | 164 (assuming your platform supports such granularity in first place).
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 1067 * is available to get system page size, which is the granularity of 2902 * available to do alarms with microsecond granularity.
|
Completed in 30 milliseconds