Searched defs:granularity (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/cs/
H A Dgeom.c405 * \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/libslp/clib/
H A DSLPReg.c106 static unsigned short granularity = 3600; variable
762 if (now > (p->wake_time - granularity)) {
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c232 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...]

Completed in 19 milliseconds