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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h61 int32_t lmin; member in struct:hidparser_usage_info
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h351 static __inline long lmin(long a, long b) { return (a < b ? a : b); } function
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c66 char lmin[3]; member in struct:userdate
1444 printf("data gathered from %s:%s to %s:%s GMT\n", friendlyptr->uhour, friendlyptr->umin, friendlyptr->lhour, friendlyptr->lmin);
1457 printf("data gathered from %s:%s to %s:%s GMT\n", friendlyptr->uhour, friendlyptr->umin, friendlyptr->lhour, friendlyptr->lmin);
1554 friendlyptr->lmin[0] = *(lolimit+8);
1555 friendlyptr->lmin[1] = *(lolimit+9);
1560 friendlyptr->lmin[2] = '\0';

Completed in 89 milliseconds