Home
last modified time | relevance | path

Searched refs:nvf_open (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c94 static int nvf_open(char *path, int flags, int mode);
999 file = nvf_open(NVF_TMP_FILENAME, O_RDWR | O_CREAT, 0600); in nvf_flush()
1097 file = nvf_open(filename, O_RDONLY, 0600); in nvf_parse()
1291 nvf_open(char *path, int flags, int mode) in nvf_open() function