Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkvm/common/
H A Dtest.c60 void tst_open(char *, char *, char *, int);
132 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY)); in main()
165 tst_open(char *namelist, char *corefile, char *swapfile, int flag) in tst_open() function