/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | main.c | 143 if (config_file) in main() 144 default_config_file = config_file; in main() 175 strncpy (config_file, optarg, 127); /* FIXME: arbitrary */ in main() 176 config_file[127] = '\0'; in main()
|
H A D | asmstub.c | 77 char config_file[128] = "/boot/grub/menu.lst"; /* FIXME: arbitrary */ variable
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 76 static int parse_ldap_config_file(const char *config_file, 128 const char *config_file) in parse_ldap_migration() argument 167 if (config_file == NULL) { in parse_ldap_migration() 170 config_file = YP_DEFAULT_MAPPING_FILE; in parse_ldap_migration() 173 config_file = DEFAULT_MAPPING_FILE; in parse_ldap_migration() 177 if (rc == 0 && config_file != NULL) { in parse_ldap_migration() 179 warn_file = config_file; in parse_ldap_migration() 182 rc = yp_parse_ldap_config_file(config_file, &proxyInfo, in parse_ldap_migration() 186 rc = parse_ldap_config_file(config_file, &proxyInfo, in parse_ldap_migration() 563 parse_ldap_config_file(const char *config_file, in parse_ldap_config_file() argument [all …]
|
H A D | nis_parse_ldap_conf.h | 559 const char *config_file);
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-nwam | 293 IKE_CONFIG_FILE=`get_smf_prop $IPSEC_IKE_FMRI config/config_file` 300 config/config_file` 401 set_smf_prop $IPSEC_IKE_FMRI config/config_file $ike_file 405 set_smf_prop $IPSEC_IKE_FMRI config/config_file \ 411 set_smf_prop $IPSEC_POLICY_FMRI config/config_file $pol_file 415 set_smf_prop $IPSEC_POLICY_FMRI config/config_file \
|
H A D | net-loc | 444 set_smf_prop $IPSEC_IKE_FMRI config/config_file $ike_file 453 set_smf_prop $IPSEC_POLICY_FMRI config/config_file $pol_file
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 606 char *new_file = config_file; in run_menu() 925 grub_strcpy (default_file, config_file); in cmain() 964 is_opened = grub_open (config_file); in cmain() 972 (findroot_func(config_file, 0) == 0)) { in cmain() 973 is_opened = grub_open (config_file); in cmain()
|
H A D | stage1_5.c | 42 if (grub_open (config_file)) in cmain()
|
H A D | builtins.c | 390 configfile_func (config_file, flags); in bootp_func() 739 char *new_config = config_file; in configfile_func() 939 configfile_func (config_file, flags); in dhcp_func() 958 grub_strcpy(config_file, menufile); in test_config_file() 979 if (test_config_file(config_file)) in solaris_config_file() 1022 char *cp = config_file; in solaris_config_file() 1026 grub_memmove (config_file, cp, strlen(cp) + 1); in solaris_config_file()
|
H A D | shared.h | 603 extern char config_file[];
|
H A D | asm.S | 99 VARIABLE(config_file)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | inherit_001_pos.ksh | 275 typeset config_file=$1 282 grep "^[^#]" $config_file | {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | svc-ndp | 47 "$options" "f" config_file
|
H A D | defs.h | 138 extern int parse_config(char *config_file, boolean_t file_required);
|
H A D | config.c | 224 parse_config(char *config_file, boolean_t file_required) in parse_config() argument 240 fp = open_conffile(config_file); in parse_config() 244 logperror(config_file); in parse_config()
|
H A D | main.c | 1987 char *config_file = PATH_NDPD_CONF; in main() local 2025 config_file = (char *)optarg; in main() 2034 if (parse_config(config_file, file_required) == -1) in main()
|
/illumos-gate/usr/src/test/smbsrv-tests/doc/ |
H A D | README | 100 /opt/smbsrv-tests/bin/smbsrvtests -c config_file 107 These take similar options (eg. -c config_file).
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | grub.h | 122 extern char config_file[128];
|
H A D | nic.c | 1101 memcpy (config_file, p + 2, l); in decode_rfc1533() 1102 config_file[l] = 0; in decode_rfc1533() 1250 etherboot_printf ("GRUB menu file: %s", config_file); in print_network_configuration()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 2123 answer_auth(char *config_file, char *ccache_file) in answer_auth() argument 2130 if (config_file) { in answer_auth() 2134 filenames[0] = config_file; in answer_auth()
|
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/ |
H A D | inityp2l.sh | 42 $PROG: [ -m mapping_file ] [ -c config_file ] 45 c <config_file> Name of the generated ypserv configuration file
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 7945 char config_file[MAXPATHLEN]; in zonecfg_update_userauths() local 7964 if (!config_file_path(zonename, config_file)) { in zonecfg_update_userauths() 7969 if ((err = stat(config_file, &config_st)) != 0) { in zonecfg_update_userauths() 7971 config_file, strerror(errno)); in zonecfg_update_userauths()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.texi | 2915 …e}] stage1_file [@option{d}] dest_dev stage2_file [addr] [@option{p}] [config_file] [real_config_f… 2934 @var{config_file} are present, then it reads the first block of stage2, 2936 on (for @option{p}) or places the string @var{config_file} into the area 2939 @var{stage2_file} is a Stage 1.5, then the Stage 2 @var{config_file} is
|
H A D | grub.info-3 | 40 [config_file] [real_config_file]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 141 typedef struct config_file { struct
|