Home | History | Annotate | Download | only in misc

Lines Matching refs:open_flag

1051 	int open_flag;
1222 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);
1223 dev = open (device_name, open_flag);
1230 host_dev = open (host_device_name, open_flag);