Home
last modified time | relevance | path

Searched refs:iodev_cmp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/stat/common/
H A Dwalkers.c307 if (iodev_cmp(d1, d2) < 0) { in iodev_report()
310 } else if (iodev_cmp(d1, d2) > 0) { in iodev_report()
H A Dstatcommon.h316 int iodev_cmp(struct iodev_snapshot *io1, struct iodev_snapshot *io2);
H A Dacquire_iodevs.c156 int c = iodev_cmp((struct iodev_snapshot *)is1, in avl_iodev_cmp()
301 if (iodev_cmp(tmp, iodev) > 0) { in insert_into()
742 iodev_cmp(struct iodev_snapshot *io1, struct iodev_snapshot *io2) in iodev_cmp() function