HomeSort by relevance Sort by last modified time
    Searched defs:fdes (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
mode.h 96 int fdes; member in struct:fileblk
111 int fdes; member in struct:tempblk
119 int fdes; member in struct:filehdr
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
nvfile.c 90 static file_t *nvf_getf(int fdes);
91 static void nvf_releasef(int fdes);
95 static int nvf_close(int fdes);
98 static ssize_t nvf_read(int fdes, void *cbuf, ssize_t count);
99 static ssize_t nvf_write(int fdes, void *cbuf, ssize_t count);
1216 nvf_getf(int fdes)
1221 if ((fdes >= 0) && (fdes < NVF_GETF)) {
1222 fp = nvf_fd[fdes];
1235 nvf_releasef(int fdes)
1295 int fdes = -1; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit.c 1571 int fdes; member in struct:fcntla
    [all...]
audit_event.c 1292 long fdes; member in struct:a
2497 long fdes; member in struct:a
2535 long fdes; member in struct:a
2577 long fdes; member in struct:a
2618 long fdes; member in struct:a
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 202 int fdes; member in struct:fileblk
215 int fdes; member in struct:tempblk
223 int fdes; member in struct:filehdr
594 #define input (standin->fdes)

Completed in 60 milliseconds