Print this page
8225 passing invalid global pattern to coreadm wedges it nicely

*** 19,29 **** * CDDL HEADER END */ /* * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2016 RackTop Systems. */ #ifndef _LIBSCF_H #define _LIBSCF_H --- 19,29 ---- * CDDL HEADER END */ /* * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2017 RackTop Systems. */ #ifndef _LIBSCF_H #define _LIBSCF_H
*** 810,819 **** --- 810,826 ---- int smf_refresh_instance(const char *); int smf_restart_instance(const char *); int smf_maintain_instance(const char *, int); int smf_degrade_instance(const char *, int); int smf_restore_instance(const char *); + int smf_enable_instance_synchronous(const char *, int); + int smf_disable_instance_synchronous(const char *, int); + int smf_refresh_instance_synchronous(const char *); + int smf_restart_instance_synchronous(const char *); + int smf_maintain_instance_synchronous(const char *, int); + int smf_degrade_instance_synchronous(const char *, int); + int smf_restore_instance_synchronous(const char *); char *smf_get_state(const char *); int scf_simple_walk_instances(uint_t, void *, int (*inst_callback)(scf_handle_t *, scf_instance_t *, void *));