Searched refs:resetting (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1275 const char * const resetting = "/etc/svc/volatile/resetting"; local
1532 if (creat(resetting, 0755) == -1)
1535 cmdname, resetting);
1631 r = remove(resetting);
1636 cmdname, resetting);
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.s354 ! before resetting the error handler.
465 ! before resetting the error handler.
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h98 resetting : 1, /* now resetting */ member in struct:pmcs_xscsi
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c571 * If we're draining or resetting, queue and return.
573 if (xp->draining || xp->resetting || xp->recover_wait) {
580 "%s: draining/resetting/recovering (cnt %u)",
584 * resetting may have come and gone, not
797 if (xp->resetting || xp->recover_wait) {
803 xp->resetting = 1;
821 xp->resetting = 0;
1582 * If we're draining or resetting, just reschedule work queue and bail.
1585 if (xp->draining || xp->resetting || xp->special_running ||
2684 if ((xp->resetting
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c3582 const char * const resetting = "/etc/svc/volatile/resetting"; local
3594 fd = creat(resetting, 0777);
3598 uu_warn("Could not create \"%s\"", resetting);
3718 if (remove(resetting) != 0 && errno != ENOENT)
3719 uu_warn("Could not remove \"%s\"", resetting);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s1587 ! before resetting the error handler.
H A Dniagara_copy.s465 ! handler after resetting the t_lofault value.
530 ! handler after resetting the t_lofault value.
7910 ! before resetting the error handler.
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c808 if (xs.resetting) {
809 mdb_printf(" resetting");
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s2225 stx %o2, [%o3 + 8] ! make [1] match [0], resetting time
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s861 ! invoke the previously existing handler after resetting the
H A Dopl_olympus_copy.s816 ! invoke the previously existing handler after resetting the
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex609 % The \TeX{} logo, as in plain, but resetting the spacing so that a
4045 % section resetting is \global in case the chapter is in a group, such

Completed in 5438 milliseconds