Searched refs:nsc_fd_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsctl/common/
H A Dllib-lnsctl34 nsc_fd_t *nsc_open(char *path, int flag, int mode);
35 nsc_fd_t *nsc_fdopen(int id, char *path, int mode);
36 int nsc_close(nsc_fd_t *fd);
37 int nsc_fileno(nsc_fd_t *fd);
38 int nsc_reserve(nsc_fd_t *fd);
39 int nsc_release(nsc_fd_t *fd);
40 int nsc_partsize(nsc_fd_t *fd, nsc_size_t *size);
H A Dcache.c39 static int _nsc_open_path(nsc_fd_t *);
40 static int _nsc_open_check(nsc_fd_t *);
54 nsc_fd_t *
59 nsc_fd_t *fd;
66 if (!(fd = (nsc_fd_t *)calloc(1, sizeof (nsc_fd_t))))
93 nsc_fd_t *
99 nsc_fd_t *fd;
107 if (!(fd = (nsc_fd_t *)calloc(1, sizeof (nsc_fd_t))))
[all...]
H A Dlibnsctl.h56 } nsc_fd_t; typedef in typeref:struct:nsc_fd_s

Completed in 18 milliseconds