Home
last modified time | relevance | path

Searched refs:REMOVE (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_core.c565 ops[REMOVE][0] = 0; in init_ops()
604 ops[REMOVE][slot_cur->number] = 1; in init_ops()
606 ops[REMOVE][slot_cur->number] = 0; in init_ops()
656 ops[REMOVE][number] = 1; in validate()
658 ops[REMOVE][number] = 0; in validate()
666 if (ops[REMOVE][number]) in validate()
Dibmphp.h687 #define REMOVE 1 macro
/linux-2.4.37.9/drivers/scsi/
Datari_NCR5380.c81 #define REMOVE(w,x,y,z) \ macro
87 #define REMOVE(w,x,y,z) macro
1111 REMOVE(prev, NEXT(prev), tmp, NEXT(tmp)); in NCR5380_main()
1114 REMOVE(-1, hostdata->issue_queue, tmp, NEXT(tmp)); in NCR5380_main()
2598 REMOVE(prev, NEXT(prev), tmp, NEXT(tmp)); in NCR5380_reselect()
2601 REMOVE(-1, hostdata->disconnected_queue, tmp, NEXT(tmp)); in NCR5380_reselect()
2737 REMOVE(5, *prev, tmp, NEXT(tmp)); in NCR5380_abort()
2812 REMOVE(5, *prev, tmp, NEXT(tmp)); in NCR5380_abort()
Dmac_NCR5380.c97 #define REMOVE(w,x,y,z) \ macro
103 #define REMOVE(w,x,y,z) macro
1120 REMOVE(prev, NEXT(prev), tmp, NEXT(tmp)); in NCR5380_main()
1123 REMOVE(-1, hostdata->issue_queue, tmp, NEXT(tmp)); in NCR5380_main()
2747 REMOVE(prev, NEXT(prev), tmp, NEXT(tmp)); in NCR5380_reselect()
2750 REMOVE(-1, hostdata->disconnected_queue, tmp, NEXT(tmp)); in NCR5380_reselect()
2880 REMOVE(5, *prev, tmp, NEXT(tmp)); in NCR5380_abort()
2954 REMOVE(5, *prev, tmp, NEXT(tmp)); in NCR5380_abort()
Dsun3_NCR5380.c83 #define REMOVE(w,x,y,z) \ macro
89 #define REMOVE(w,x,y,z) macro
1107 REMOVE(prev, NEXT(prev), tmp, NEXT(tmp)); in NCR5380_main()
1110 REMOVE(-1, hostdata->issue_queue, tmp, NEXT(tmp)); in NCR5380_main()
2595 REMOVE(prev, NEXT(prev), tmp, NEXT(tmp)); in NCR5380_reselect()
2598 REMOVE(-1, hostdata->disconnected_queue, tmp, NEXT(tmp)); in NCR5380_reselect()
2770 REMOVE(5, *prev, tmp, NEXT(tmp)); in NCR5380_abort()
2844 REMOVE(5, *prev, tmp, NEXT(tmp)); in NCR5380_abort()
DNCR5380.c95 #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (voi… macro
98 #define REMOVE(w,x,y,z) macro
1187 REMOVE(prev, prev->host_scribble, tmp, tmp->host_scribble); in NCR5380_main()
1190 REMOVE(-1, hostdata->issue_queue, tmp, tmp->host_scribble); in NCR5380_main()
2743 REMOVE(prev, prev->host_scribble, tmp, tmp->host_scribble);
2746 REMOVE(-1, hostdata->disconnected_queue, tmp, tmp->host_scribble);
2899 REMOVE(5, *prev, tmp, tmp->host_scribble);
2965 REMOVE(5, *prev, tmp, tmp->host_scribble);
DAM53C974.c75 #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (voi… macro
79 #define REMOVE(w,x,y,z) macro
101 #define REMOVE(w,x,y,z) macro
983 REMOVE(prev, (Scsi_Cmnd *) (prev->host_scribble), tmp, in AM53C974_main()
987 REMOVE(-1, hostdata->issue_queue, tmp, tmp->host_scribble); in AM53C974_main()
2149 REMOVE(prev, (Scsi_Cmnd *) (prev->host_scribble), tmp, in AM53C974_intr_reselect()
2153 REMOVE(-1, hostdata->disconnected_queue, tmp, tmp->host_scribble); in AM53C974_intr_reselect()
2315 REMOVE(5, *prev, tmp, tmp->host_scribble); in AM53C974_abort()
DREADME.tmscsim236 the INQUIRY and REMOVE commands is the device index as shown by the
246 Note that you will meet problems when you REMOVE a device's DCB with the
/linux-2.4.37.9/drivers/isdn/eicon/
Dpc.h85 #define REMOVE 0xff macro
Deicon_idi.c251 case REMOVE: in idi_do_req()
252 case REMOVE|0x700: in idi_do_req()
253 idi_put_req(reqbuf, REMOVE, layer, 0); in idi_do_req()
373 if (chan->e.B2Id) idi_do_req(card, chan, REMOVE, 1); in idi_hangup()
424 idi_do_req(card, chan, REMOVE, 1); in idi_connect_res()
2387 idi_do_req(ccard, chan, REMOVE, 1); in idi_handle_ind()
2522 idi_do_req(ccard, chan, REMOVE, 1); in idi_handle_ind()
2638 idi_do_req(ccard, chan, REMOVE, 1); in idi_handle_ind()
2737 if (chan->e.Req == REMOVE) { in idi_handle_ack_ok()
3084 reqbuf->Req = REMOVE; in eicon_idi_manage_remove()
Didi.c667 if(this->Req==REMOVE && Rc==OK) { in isdn_rc()
/linux-2.4.37.9/include/net/irda/
Dirlan_common.h90 #define REMOVE 4 macro
/linux-2.4.37.9/Documentation/
Dserial-console.txt79 `/etc/ioctl.save'. REMOVE THIS FILE before using the serial
Dparide.txt409 address in your mail headers. REMOVE any anti-spam gimmicks you may
/linux-2.4.37.9/scripts/
Dcheckpatch.pl212 open(my $REMOVE, '<', "$root/$removal") ||
214 while (<$REMOVE>) {
226 close($REMOVE);
/linux-2.4.37.9/Documentation/sound/
DREADME.OSS714 * BE SURE TO REMOVE OR RENAME THE OLD SOUND DRIVER DIRECTORY BEFORE *