Searched refs:must_exist (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h236 extern elfeditGC_cmd_t *elfedit_find_command(const char *name, int must_exist,
240 extern elfeditGC_module_t *elfedit_load_module(const char *name, int must_exist,
242 extern void elfedit_load_moddir(const char *dirpath, int must_exist,
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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h422 extern pid_t run_program __P((char *prog, char **args, int must_exist,
648 extern int options_from_file __P((char *filename, bool must_exist,
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
H A Dmain.c2014 * must_exist is 0 and the program file doesn't exist.
2021 run_program(prog, args, must_exist, done, arg)
2024 int must_exist;
2041 if (must_exist || errno != ENOENT)
2102 if (must_exist || errno != ENOENT) {
/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) {
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h372 extern Boolean 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);
/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)

Completed in 102 milliseconds