HomeSort by: relevance | last modified time | path
    Searched refs:conffile_open (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/iscsi/dist/include/
conffile.h 60 int conffile_open(conffile_t *, const char *, const char *, const char *, const char *);
  /src/external/bsd/iscsi/dist/src/lib/
conffile.c 48 conffile_open(conffile_t *sp, const char *f, const char *mode, const char *sep, const char *comment) function
storage.c 466 if (!conffile_open(&conf, cf, "r", " \t", "#")) {
parameters.c 412 if (!conffile_open(&conf, _PATH_ISCSI_PASSWD, "r", ":", "#")) {

Completed in 48 milliseconds