Searched refs:n_ioc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/libnandfs/
H A Dlibnandfs.h35 char n_ioc[MNAMELEN]; member in struct:nandfs
H A Dnandfs.c111 snprintf(fs->n_ioc, sizeof(fs->n_ioc), "%s/%s", dir, ".");
133 fs->n_iocfd = open(fs->n_ioc, O_RDONLY, S_IRUSR | S_IWUSR | S_IRGRP |
136 nandfs_seterr(fs, "couldn't open %s: %s", fs->n_ioc,

Completed in 46 milliseconds