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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_ldisc.c53 static struct hci_uart_proto *hup[HCI_UART_MAX_PROTO]; variable in typeref:struct:hci_uart_proto
60 if (hup[p->id])
63 hup[p->id] = p;
73 if (!hup[p->id])
76 hup[p->id] = NULL;
86 return hup[id];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.h62 // set to 1 on hup signal or term signal
63 extern volatile sig_atomic_t hup;
H A Dfsevents.c162 hup = 1;
302 while (off < len && !hup && !term) {
H A Dinotify.c232 hup = 1;
465 while( i < len && !hup && !term )
H A Dlsyncd.c127 volatile sig_atomic_t hup = 0; variable
151 case SIGHUP: hup = 1; return;
1420 while( !hup && !term )
2169 if( hup || term )
2179 if (hup || term)
2235 if( hup )
2237 load_runner_func( L, "hup" );
2243 hup = 0;
H A Dlsyncd.lua4118 -- Called by core on a hup signal.
4120 function runner.hup( )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddialup.cpp303 wxChar * hup = wxGetenv(_T("WXDIALUP_HUPCMD")); local
305 hup ? wxString(hup) : m_HangUpCommand);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c156 static void hup __P((int));
618 SIGNAL(SIGHUP, hup); /* Hangup */
1087 * hup - Catch SIGHUP signal.
1094 hup(sig) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c242 static void hup __P((int));
757 SIGNAL(SIGHUP, hup); /* Hangup */
1493 * hup - Catch SIGHUP signal.
1500 hup(sig) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c165 static void hup __P((int));
658 SIGNAL(SIGHUP, hup); /* Hangup */
1221 * hup - Catch SIGHUP signal.
1228 hup(sig) function

Completed in 194 milliseconds