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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/debian/
H A Dhdparm.init100 if test -n "$DISC"; then
151 DISC=
166 unset DISC
174 DISC=$KEY
179 if [ "$DISC" = "$DEVNAME" ]; then
317 if [ -z "$DISC" ] && [ "$WAS_RUN" != '1' ]; then
322 if [ -n "$OPTIONS" ] && [ -b "$DISC" ]; then
324 if [ "$FIRST" = 'yes' ] && [ "$DISC" != "$ROOTFS" ]; then
327 if [ "$FIRST" = 'no' ] && [ "$DISC" = "$ROOTFS" ]; then
334 /sbin/hdparm -q -f $DISC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disdnl2.h17 #define DISC 0x43 macro
H A Disdnl2.c249 return ((data[0] & 0xef) == DISC);
686 send_uframe(st, DISC | 0x10, CMD);
1188 send_uframe(st, DISC | 0x10, CMD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer2.h112 #define DISC 0x43 macro
H A Dlayer2.c421 return (data[0] & 0xef) == DISC;
871 send_uframe(l2, NULL, DISC | 0x10, CMD);
1380 send_uframe(l2, NULL, DISC | 0x10, CMD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_gsm.c113 #define DLCI_CLOSING 3 /* Sending DISC not seen UA/DM */
264 #define DISC 0x43 macro
441 case DISC:
442 printk(KERN_CONT "DISC");
1363 * SABM and DISC). We resend the command until the retry count runs out
1386 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
1419 * Commence closing a DLCI from the Linux side. We issue DISC messages
1433 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
1634 case DISC|PF:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftpserver.pl662 print DWRITE "DISC\n";
914 elsif($line eq "DISC\n") {
1274 elsif($line eq "DISC\n") {
2467 elsif($line eq "DISC\n") {
3152 if($i =~ /^DISC/) {

Completed in 85 milliseconds