Lines Matching defs:n

459 	    "error %d.  Aborting.\n", __FILE__, __LINE__, (func), (err)); \
650 (void) fprintf(stderr, "could not get pid for init\n");
697 "\n\n%s Release %s Version %s %d-bit\r\n",
701 " All rights reserved.\r\n");
874 console(B_TRUE, "poll() error: %s\n",
940 console(B_FALSE, "Requesting maintenance mode\n"
941 "(See /lib/svc/share/README for additional information.)\n");
962 syslog(LOG_CRIT, "init[%d]: cannot open %s; %s\n",
970 console(B_TRUE, "execle of %s failed: %s\n", SU,
1204 "svc.startd command line too long. Ignoring.\n");
1372 "rapidly. Check for possible errors.\n"
1373 "id:%4s \"%s\"\n",
1433 console(B_TRUE, "Command\n\"%s\"\n failed to execute. errno "
1434 "= %d (exec of shell failed)\n", cmd->c_command, errno);
1549 "Cannot stat %s, errno: %d\n",
1558 "%s truncated or corrupted\n",
1574 console(B_TRUE, "Cannot open %s errno: %d\n", INITTAB,
1621 * Ignore characters in a comment, except for the \n.
1624 if (c == '\n') {
1740 /* If the character is a '\n', then this is the end of a */
1741 /* line. If the '\n' wasn't preceded by a backslash, */
1744 /* continuation. Note that the continuation '\n' falls */
1747 if (c == '\n' && lastc != '\\') {
1763 /* backslash will not cause a subsequent '\n' to appear */
1764 /* quoted. In otherwords '\' '\' '\n' is the real end */
1765 /* of a command, while '\' '\n' is a continuation. */
1952 "Cannot open %s. Environment not initialized.\n",
1961 if (line[length - 1] == '\n')
1968 (wslength = strspn(line, " \t\n")) ==
2077 "Ignoring legacy \"initdefault\" entry.\n");
2116 "Command\n\"%s\"\n failed to execute. errno = %d (exec of shell failed)\n",
2153 "contract template. Not starting svc.startd.\n");
2742 console(B_TRUE, "Failed write of utmpx entry: \"%s\": %s\n",
2839 * Parse the pathname looking forward for '/', ' ', '\t', '\n' or
2841 * '/', thus when a ' ', '\t', '\n', or '\0' is found, "ptr" will
2845 *string != '\n' && *string != '\0'; string++) {
2902 "warning:%s does not exist, default settings assumed\n",
2967 (void) putc('\n', fp);
3111 "smf(5) repository missing local scope.\n"),
3298 console(B_TRUE, gettext("Out of memory.\n"));
3303 "Connection to smf(5) repository server broken.\n"));
3308 "smf(5) repository server is out of memory.\n"));
3312 console(B_TRUE, gettext("Insufficient privileges.\n"));
3316 console(B_TRUE, gettext("libscf error: %s\n"),
3343 gettext("smf(5) repository server not running.\n"));
3521 const char *usage_msg = "Usage: init [0123456SsQqabc]\n";
3547 "Standard input not a tty line\n");
3564 "Run command on the system console.\n");
3587 "\n**** SYSCON CHANGED TO %s ****\n",
3602 (void) fprintf(stderr, "Must be super-user\n");
3616 sigpoll(int n)
3743 console(B_TRUE, "Bad message on initpipe\n");
3958 console(B_TRUE, "Restarting.\n");
3989 console(B_TRUE, "Restarting.\n");
3997 "Ignored.\n", init_state_file);
4001 "ignored.\n", init_state_file);
4065 "file `%s'.\n", init_state_file);
4068 "file `%s' to `%s'.\n", init_next_state_file,
4083 "Couldn't set \"%s\" contract template parameter: %s.\n";
4090 console(B_TRUE, "Couldn't create process template: %s.\n",
4097 "failed: %s.\n", strerror(err));
4142 "legacy services will be in init's contract.\n",
4147 "Legacy services will be in init's contract.\n");
4150 console(B_TRUE, "Could not duplicate legacy template: %s.\n",
4163 console(B_TRUE, "Could not duplicate startd template: %s.\n",
4176 "be restarted.\n");
4190 "will not be restarted.\n", strerror(errno));
4195 console(B_TRUE, "Could not duplicate process bundle: %s.\n",
4223 console(B_TRUE, "Couldn't open %s for contract %ld: %s.\n",
4241 console(B_TRUE, "Couldn't read status of contract %ld: %s.\n",
4285 "pbundle.\n");
4291 console(B_TRUE, "Error retrieving contract event: %s.\n",
4310 "svc.startd.\n");
4325 "template).\n");
4335 console(B_TRUE, "Couldn't abandon contract %ld: %s.\n",
4346 "contract %ld.\n", ct_event_get_type(e), ctid);
4384 console(B_TRUE, "Quiescing for reboot.\n");
4391 console(B_TRUE, "Remake startd_tmpl; reattempt transfer.\n");
4400 "%s.\n", strerror(err));
4406 "Can not set svc_fmri in contract template: %s\n",
4411 "Can not set svc_aux in contract template: %s\n",
4417 "proper contract.\n", cline);
4424 console(B_TRUE, "Insufficient permission to fork.\n");
4432 "second...\n", strerror(errno));
4463 "Could not set SMF_OPTIONS (%s).\n",
4469 console(B_TRUE, "Executing svc.startd\n");
4473 console(B_TRUE, "Could not exec \"%s\" (%s).\n", SH,
4516 int n = startd_failure_index;
4523 (startd_failure_time[(n - 1) % NSTARTD_FAILURE_TIMES] -
4524 startd_failure_time[n % NSTARTD_FAILURE_TIMES]) /
4580 console(B_TRUE, "audit failure: %s\n", strerror(errno));
4585 console(B_TRUE, "audit failure: %s\n", strerror(errno));
4592 console(B_TRUE, "audit failure: %s\n", strerror(errno));