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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Drio500.c67 int isopen; /* nz if open */ member in struct:rio_usb_data
86 if (rio->isopen || !rio->present) {
91 rio->isopen = 1;
107 rio->isopen = 0;
500 if (rio->isopen) {
501 rio->isopen = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7146.h53 int isopen; member in struct:device_open
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb.h120 int isopen; /* !=0 if open */ member in struct:sisusb_usb_data
H A Dsisusb.c2433 if (sisusb->isopen) {
2456 sisusb->isopen = 1;
2501 sisusb->isopen = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c782 ccp_flags_set(unit, isopen, isup)
783 int unit, isopen, isup;
787 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
H A Dsys-solaris.c1538 ccp_flags_set(unit, isopen, isup)
1539 int unit, isopen, isup;
1543 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
H A Dsys-linux.c1195 void ccp_flags_set (int unit, int isopen, int isup) argument
1199 x = isopen? x | SC_CCP_OPEN : x &~ SC_CCP_OPEN;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c648 void ccp_flags_set (int unit, int isopen, int isup) argument
652 x = isopen? x | SC_CCP_OPEN : x &~ SC_CCP_OPEN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1636 ccp_flags_set(unit, isopen, isup)
1637 int unit, isopen, isup;
1641 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
H A Dsys-linux.c1283 void ccp_flags_set (int unit, int isopen, int isup) argument
1287 x = (isopen? SC_CCP_OPEN: 0) | (isup? SC_CCP_UP: 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c867 int isopen = 0; local
871 isopen = 1;
873 return isopen;

Completed in 172 milliseconds