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

  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs_acl.h 38 typedef ushort_t o_mode; typedef
43 o_mode perm;
275 extern bool_t xdr_o_mode(XDR *, o_mode *);
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
io.c 966 int o_mode; /* mode flag for open */ local
987 o_mode = O_WRONLY|O_CREAT;
992 o_mode = O_RDONLY|O_NONBLOCK;
1122 o_mode = O_RDWR|O_CREAT;
1140 o_mode |= O_APPEND;
1145 o_mode |= O_TRUNC;
1150 o_mode |= O_TRUNC;
1170 o_mode |= O_EXCL;
1176 if((fd=sh_open(tname?tname:fname,o_mode,RW_ALL)) <0)
1177 errormsg(SH_DICT,ERROR_system(1),((o_mode&O_CREAT)?e_create:e_open),fname)
    [all...]

Completed in 240 milliseconds