Searched refs:milestone (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/svc/seed/ |
H A D | Makefile | 52 ../milestone/boot-archive.xml \ 53 ../milestone/devices-local.xml \ 54 ../milestone/global.xml \ 55 ../milestone/identity.xml \ 56 ../milestone/local-fs.xml \ 57 ../milestone/manifest-import.xml \ 58 ../milestone/minimal-fs.xml \ 59 ../milestone/multi-user.xml \ 60 ../milestone/name-services.xml \ 61 ../milestone/networ [all...] |
H A D | inc.flg | 35 find_files "s.*.xml" usr/src/cmd/svc/milestone
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypstop.sh | 36 # name-services milestone (such that configuration-sensitive services 38 /usr/sbin/svcadm restart milestone/name-services
|
H A D | ypstart.sh | 103 # name-services milestone (such that configuration-sensitive services 105 /usr/sbin/svcadm restart milestone/name-services
|
/illumos-gate/usr/src/cmd/svc/ |
H A D | Makefile | 30 SUBDIR_REPO= milestone profile seed
|
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | clone.ksh | 117 /usr/sbin/zoneadm -z $ZONENAME boot -f -- -m milestone=none
|
H A D | p2v.ksh | 281 # Zone is booted to milestone=none when this function is called. 287 # Zone was already booted to milestone=none, wait until SMF door exists. 605 /usr/sbin/zoneadm -z $ZONENAME boot -f -- -m milestone=none
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | graph.c | 203 * milestone/shutdown code. 219 * milestone indicates the current subgraph. When NULL, it is the entire 223 static graph_vertex_t *milestone = NULL; variable 232 /* Number of services to come down to complete milestone transition. */ 236 * These variables indicate what should be done when we reach the milestone 237 * target milestone, i.e., when non_subgraph_svcs == 0. They are acted upon in 284 * after milestone/single-user comes online, for backwards compatibility. 286 * to ensure sulogin will be spawned if milestone/single-user cannot be reached. 2846 if (v == milestone) 2921 assert(milestone ! [all...] |
H A D | startd.h | 297 #define GV_INSUBGRAPH 0x08 /* Current milestone depends on service */ 533 char *st_subgraph; /* milestone subgraph request */ 665 int libscf_clear_runlevel(scf_propertygroup_t *, const char *milestone);
|
H A D | libscf.c | 1697 * ENOENT - pg has no milestone property 1698 * EINVAL - the milestone property is misconfigured 1758 * ENOENT - inst has no milestone property 1759 * EINVAL - the milestone property is misconfigured 1899 * "milestone" property to the given string. Fails with ECONNABORTED, 1903 libscf_clear_runlevel(scf_propertygroup_t *pg, const char *milestone) argument 1919 if (milestone) { 1920 r = scf_value_set_astring(val, milestone); 1978 if (milestone) {
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 162 "\t%1$s milestone [-d] <milestone>\t- advance to a service milestone\n" 2001 * Set the persistent milestone before deleting the override so we don't 2062 "Usage: svcadm milestone [-d] <milestone>\n\n" 2063 "\t-d\tmake the specified milestone the default for system boot\n\n" 2076 validate_milestone(const char *milestone) argument 2082 if (strcmp(milestone, "all") == 0) 2083 return (milestone); 2573 const char *milestone; local [all...] |
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | make-console-login-xml | 75 by establishing a dependency on milestone/sysconfig which, 83 <service_fmri value='svc:/milestone/sysconfig' />
|
Completed in 89 milliseconds