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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dls.c146 int units = 0; local
153 units++;
156 if (units)
164 grub_human_sizes[units]);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c368 * type, state, units, reading
389 uint32_t type, state, units; local
425 type = state = units = 0;
448 TOPO_PROP_VAL_VAL, &units);
480 units) != 0 ||
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4903 /* remove any leading white space from units string */
4907 /* if no units explicitly set, error */
4912 char *units[] = {"K", "M", "G", "T", NULL}; local
4916 /* update scale based on units */
4917 for (i = 0; units[i] != NULL; i++) {
4918 if (strcasecmp(unitp, units[i]) == 0)
4923 if (units[i] == NULL)

Completed in 557 milliseconds