Searched refs:CS_OPEN_READ (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dmnt_touch.c46 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_vcs.c27 if ((istate.fd == -1) && ((istate.fd = csopen(istate.cs_svc, CS_OPEN_READ)) < 0))
47 if ((istate.fd == -1) && ((istate.fd = csopen(istate.cs_svc, CS_OPEN_READ)) < 0))
121 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_umount.c51 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_list.c54 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_mtab.c88 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_mount.c91 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_imount.c132 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
/ast/src/cmd/cs/
H A D6263.c50 if ((ud = csopen(css->state, path, CS_OPEN_READ)) >= 0)
H A Dnam.c136 if ((ud = csopen(logical, CS_OPEN_READ)) >= 0)
H A Dcs.c388 int initiate = CS_OPEN_READ;
/ast/src/lib/libcs/
H A Dcs.h112 #define CS_OPEN_READ 0 /* initiate and open for read */ macro
116 #define CS_OPEN_LOCAL (1<<2) /* CS_OPEN_READ local affinity */

Completed in 44 milliseconds