Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33 * notes don't go into any real detail, and the viewer of this file is
39 * loop, inetd polls for events arriving from a number of different file
75 * for these events via a poll call, with the file descriptor of the other
122 * inetd's default configuration file paths. /etc/inetd/inetd.conf is set
123 * be be the primary file, so it is checked before /etc/inetd.conf.
227 /* path of the configuration file being monitored by check_conf_file() */
1863 * stop listening on the instance's network file
2381 * Check if configuration file specified is readable. If not return B_FALSE,
2397 "file %s for performing modification checks: %s"),
2407 * Check whether the configuration file has changed contents since inetd
2417 const char *file;
2421 * No explicit config file specified, so see if one of the
2426 file = PRIMARY_DEFAULT_CONF_FILE;
2429 file = SECONDARY_DEFAULT_CONF_FILE;
2434 file = conf_file;
2435 if (!can_read_file(file))
2439 if (calculate_hash(file, &new_hash) == 0) {
2443 /* modified config file */
2445 "Configuration file %s has been modified since "
2447 "run to apply any changes to the SMF"), file, file);
2452 "configuration file %s has been modified: %s"),
2453 file, scf_strerror(ret));
2458 error_msg(gettext("Failed to check whether configuration file "
2459 "%s has been modified: %s"), file, strerror(errno));
2464 * Refresh all inetd's managed instances and check the configuration file
2488 * Log a message if the configuration file has changed since inetconv
2653 * whether the file exists, is a regular file, and has at least one execute
2664 /* check the file exists */
2675 * Check if the file is a regular file and has at least one execute
2680 "The %s method of instance %s isn't a regular file"),
2728 * logging related file fd doesn't get taken over before we call
3786 * Log a message if the configuration file has changed since
3823 "To specify an alternative configuration file see svccfg(1M)\n"