Searched refs:upval (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/power/ |
H A D | handlers.c | 612 int cmd, argn, upval = OKUP; in dev_dep_common() local 624 if (devpath(&first, src, &upval)) in dev_dep_common() 625 return (upval); in dev_dep_common() 634 if (devpath(destp, src, &upval)) { in dev_dep_common() 635 if (upval != OKUP) in dev_dep_common() 636 return (upval); in dev_dep_common() 639 if ((upval = ioctl(pm_fd, cmd, &pmreq)) == -1) { in dev_dep_common() 649 if (upval != OKUP) in dev_dep_common() 654 return (upval); in dev_dep_common() 782 int cmd, upval = OKUP, nthresh = 0, *vlist = NULL; in devthr() local [all …]
|