Searched defs:must_exist (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c75 lookup_hot_spare(set_t setno, mddb_recid_t hs_id, int must_exist) argument
83 if (must_exist)
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc67 * complain, must_exist, report_file, lock_makefile)
79 * must_exist Generate fatal if file is missing
94 read_simple_file(register Name makefile_name, register Boolean chase_path, register Boolean doname_it, Boolean complain, Boolean must_exist, Boolean report_file, Boolean lock_makefile) argument
247 if (must_exist) {
297 if (must_exist) {
H A Dmain.cc2723 * read_makefile(makefile, complain, must_exist, report_file)
2733 * must_exist Passed thru to read_simple_file()
2741 read_makefile(register Name makefile, Boolean complain, Boolean must_exist, Boolean report_file) argument
2749 must_exist, report_file, false);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c446 (char *filename, bool must_exist, bool check_prot, bool priv)
448 (filename, must_exist, check_prot, priv)
450 bool must_exist;
479 if (!must_exist && err == ENOENT)
444 options_from_file(char *filename, bool must_exist, bool check_prot, bool priv) argument
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1514 * must_exist - If True, we consider it to be an error if the file given
1523 load_module_dlopen(const char *path, MODLIST_T *moddef, int must_exist) argument
1532 if (!must_exist) {
1707 * must_exist - If True, we consider it to be an error if we are unable
1727 elfedit_load_module(const char *name, int must_exist, int allow_abs) argument
1782 hdl = load_module_dlopen(name, moddef, must_exist);
1795 if (must_exist && (hdl == NULL))
1968 * must_exist - If True, it is an error if diropen() fails to open
1975 elfedit_load_moddir(const char *dirpath, int must_exist, int abs_path) argument
1986 if (!must_exist
2074 elfedit_find_command(const char *name, int must_exist, elfeditGC_module_t **mod_ret) argument
[all...]

Completed in 438 milliseconds