Home
last modified time | relevance | path

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

/freebsd/sbin/ggate/ggated/
H A Dggated.c89 char *e_path; /* path to device/file */ member
218 ex->e_path = strdup(path); in line_parse()
219 if (ex->e_path == NULL) in line_parse()
326 "but %s (%s) is exported read-only.", ex->e_path, in exports_check()
335 "but %s (%s) is exported read-only.", ex->e_path, in exports_check()
352 if (strcmp(conn->c_path, ex->e_path) != 0) { in exports_check()
355 conn->c_path, ex->e_path); in exports_check()
361 conn->c_diskfd = open(ex->e_path, flags); in exports_check()
383 ex->e_path); in exports_find()
386 if (strcmp(cinit->gc_path, ex->e_path) != 0) { in exports_find()
[all …]