Home
last modified time | relevance | path

Searched defs:nsc_fd_s (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libnsctl/common/
H A Dlibnsctl.h51 typedef struct nsc_fd_s { struct
52 int sf_fd; /* SD device */
53 int sf_flag; /* Open flags */
54 int sf_fmode; /* File modes */
55 char sf_path[NSC_MAXPATH]; /* Pathname */
/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h173 typedef struct nsc_fd_s { struct
174 struct nsc_fd_s *sf_next; /* Link to next descriptor */ argument
175 nsc_iodev_t *sf_iodev; /* I/O device structure */
176 nsc_iodev_t *sf_owner; /* Parent I/O device */
177 nsc_dev_t *sf_dev; /* Device structure */
178 nsc_io_t *sf_aio; /* Active I/O module */
179 int sf_avail; /* Availability for I/O */
180 int sf_pend; /* Operation is pending */
181 int sf_type; /* Open type */
182 int sf_flag; /* Open flags */
[all …]
/titanic_44/usr/src/head/
H A Dnsctl.h44 typedef struct nsc_fd_s { int x; } nsc_fd_t; argument
/titanic_44/usr/src/uts/common/avs/ns/
H A Dnsctl.h190 typedef struct nsc_fd_s { int x; } nsc_fd_t; struct