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

/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DSettings.cpp19 static char *gLogFilePath = NULL; variable
25 if (gLogFilePath == NULL)
29 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-fatelf/src/add-ons/kernel/drivers/network/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-fatelf/src/add-ons/kernel/drivers/network/wwan/usb_beceemwmx/
H A DSettings.cpp26 static char *gLogFilePath = NULL; variable
33 if (gLogFilePath == NULL)
37 int filehandle = open(gLogFilePath, flags, 0666);
63 gLogFilePath = strdup(logFilePath);
74 if (gLogFilePath != NULL) {
76 free(gLogFilePath);
91 if (gLogFilePath == NULL) {
114 if (gLogFilePath == NULL) {
120 int filehandle = open(gLogFilePath, O_WRONLY | O_APPEND);
/haiku-fatelf/src/add-ons/kernel/drivers/network/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);
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DSettings.cpp22 static char *gLogFilePath = NULL; variable
34 if (gLogFilePath == NULL)
38 int fd = open(gLogFilePath, flags, 0666);
67 gLogFilePath = strdup(logFilePath);
78 if (gLogFilePath != NULL) {
80 free(gLogFilePath);
95 if (gLogFilePath == NULL) {
118 if (gLogFilePath == NULL) {
124 int fd = open(gLogFilePath, O_WRONLY | O_APPEND);

Completed in 54 milliseconds