Searched defs:nsc_fd_s (Results 1 – 4 of 4) sorted by relevance
51 typedef struct nsc_fd_s { struct52 int sf_fd; /* SD device */53 int sf_flag; /* Open flags */54 int sf_fmode; /* File modes */55 char sf_path[NSC_MAXPATH]; /* Pathname */
173 typedef struct nsc_fd_s { struct174 struct nsc_fd_s *sf_next; /* Link to next descriptor */ argument175 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 …]
44 typedef struct nsc_fd_s { int x; } nsc_fd_t; argument
190 typedef struct nsc_fd_s { int x; } nsc_fd_t; struct