Home
last modified time | relevance | path

Searched refs:M_RDONLY (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h36 #define M_RDONLY 0x01 /* mount fs read only */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c112 case M_RDONLY: nflags |= MS_RDONLY; in mount()