Searched refs:O_BSDELAY (Results 1 – 6 of 6) sorted by relevance
188 #define O_BSDELAY 0100000 /* \b delay */225 #define O_BSDELAY 0x00008000 /* \b delay */ macro229 (O_NLDELAY|O_TBDELAY|O_CRDELAY|O_VTDELAY|O_BSDELAY)
114 #define BSDELAY O_BSDELAY
116 #define O_BSDELAY 0x00008000 /* \b delay */ macro119 #define O_ALLDELAY (O_NLDELAY|O_TBDELAY|O_CRDELAY|O_VTDELAY|O_BSDELAY)
52 #define BSDELAY O_BSDELAY
111 #define BSDELAY O_BSDELAY
1278 if (csp->t_flags & O_BSDELAY) in from_compat()1425 csp->t_flags |= O_BSDELAY; in to_compat()