Searched refs:gLogFilePath (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.cpp20 static char *gLogFilePath = NULL; variable
27 if (gLogFilePath == NULL)
31 int fd = open(gLogFilePath, flags, 0666);
53 gLogFilePath = strdup(logFilePath);
64 if (gLogFilePath != NULL) {
66 free(gLogFilePath);
81 if (gLogFilePath == NULL) {
104 if (gLogFilePath == NULL) {
110 int fd = open(gLogFilePath, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DSettings.cpp24 static char* gLogFilePath = NULL; variable
30 if (gLogFilePath == NULL)
34 int fd = open(gLogFilePath, flags, 0666);
56 gLogFilePath = strdup(logFilePath);
66 if (gLogFilePath != NULL) {
68 free(gLogFilePath);
82 if (gLogFilePath == NULL) {
105 if (gLogFilePath == NULL) {
111 int fd = open(gLogFilePath, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DSettings.cpp28 static char *gLogFilePath = NULL; variable
34 if (gLogFilePath == NULL)
38 int fd = open(gLogFilePath, flags, 0666);
62 gLogFilePath = strdup(logFilePath);
73 if (gLogFilePath != NULL) {
75 free(gLogFilePath);
90 if (gLogFilePath == NULL) {
113 if (gLogFilePath == NULL) {
119 int fd = open(gLogFilePath, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DSettings.cpp21 static char *gLogFilePath = NULL; variable
35 if (gLogFilePath == NULL)
39 int fd = open(gLogFilePath, flags, 0666);
68 gLogFilePath = strdup(logFilePath);
80 if (gLogFilePath != NULL) {
82 free(gLogFilePath);
97 if (gLogFilePath == NULL) {
120 if (gLogFilePath == NULL) {
126 int fd = open(gLogFilePath, O_WRONLY | O_APPEND);

Completed in 53 milliseconds