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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c562 static int type_open = O_RDWR; variable
1197 fd = open(disk_device, type_open);
2611 fd = open(disk_device, type_open);
2745 type_open = O_RDONLY;
2772 type_open = O_RDONLY;
2779 fd = open(disk_device, type_open);

Completed in 30 milliseconds