Searched refs:e_path (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ggate/ggated/ |
H A D | ggated.c | 96 char *e_path; /* path to device/file */ member 256 ex->e_path = strdup(path); in line_parse() 257 if (ex->e_path == NULL) in line_parse() 358 "but %s (%s) is exported write-only.", ex->e_path, in exports_check() 367 "but %s (%s) is exported read-only.", ex->e_path, in exports_check() 376 "but %s (%s) is exported read-only.", ex->e_path, in exports_check() 381 "but %s (%s) is exported write-only.", ex->e_path, in exports_check() 390 "but %s (%s) is exported NODIRECT.", ex->e_path, in exports_check() 410 if (strcmp(conn->c_path, ex->e_path) != 0) { in exports_check() 413 conn->c_path, ex->e_path); in exports_check() [all …]
|