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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery.c352 *timed_out is set if we failed by timing out
358 BOOL *timed_out)
374 if (timed_out) {
375 *timed_out = False;
527 /* only set timed_out if we didn't fund what we where looking for*/
529 if ( !found && timed_out ) {
530 *timed_out = True;
777 BOOL timed_out; local
800 &timed_out);
809 if (timed_out) {
355 name_query(int fd,const char *name,int name_type, BOOL bcast,BOOL recurse, struct in_addr to_ip, int *count, int *flags, BOOL *timed_out) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dhil_mlc.c441 #define EXPECT(comp, to, got, got_wrong, timed_out) \
442 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
443 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \
444 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
445 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \
446 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
447 #define IN(to, got, got_error, timed_out) \
448 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Darcnet.c726 lp->timed_out = 1;
846 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) {
851 if (lp->cur_tx != -1 && !lp->timed_out) {
886 lp->timed_out = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h254 int timed_out; /* need to process TX timeout and drop packet */ member in struct:arcnet_local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dcfq-iosched.c757 int timed_out)
768 if (timed_out && !cfq_cfqq_slice_new(cfqq))
782 static inline void cfq_slice_expired(struct cfq_data *cfqd, int timed_out) argument
787 __cfq_slice_expired(cfqd, cfqq, timed_out);
1956 int timed_out = 1; local
1961 timed_out = 0;
1985 cfq_slice_expired(cfqd, timed_out);
756 __cfq_slice_expired(struct cfq_data *cfqd, struct cfq_queue *cfqq, int timed_out) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dwaveartist.c237 unsigned int timed_out = 0; local
263 for (i = 0; !timed_out && i < nr_cmd; i++) {
271 timed_out = 1;
276 for (i = 0; !timed_out && i < nr_resp; i++) {
284 timed_out = 1;
290 if (!timed_out) {
301 return timed_out ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcm206.c276 char timed_out; member in struct:cm206_struct
442 cd->timed_out = 1;
451 cd->timed_out = 0;
459 if (cd->timed_out) {
460 cd->timed_out = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Daio.c1050 int timed_out; member in struct:aio_timeout
1058 to->timed_out = 1;
1067 to->timed_out = 0;
1078 to->timed_out = 1;
1161 if (to.timed_out) /* Only check after read evt */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c37 void (*timed_out)(unsigned long))
45 ascb->timer.function = timed_out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1054 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *ccb, int timed_out);
H A Dsym_hipd.c5123 static int sym_abort_ccb(struct sym_hcb *np, struct sym_ccb *cp, int timed_out) argument
5143 cp->to_abort = timed_out ? 2 : 1;
5153 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *cmd, int timed_out) argument
5170 return sym_abort_ccb(np, cp, timed_out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dns83820.c1495 int timed_out = 0; local
1515 timed_out = 1;
1524 else if (timed_out)

Completed in 145 milliseconds