Searched refs:inbound (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/mail/
H A DDefaultNotifier.cpp23 DefaultNotifier::DefaultNotifier(const char* accountName, bool inbound, argument
27 fIsInbound(inbound),
41 identifier << accountName << inbound; local
H A DDefaultNotifier.h22 bool inbound, ErrorLogWindow* errorWindow,
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h107 int inbound; /* read data from device */ member in struct:_SymTarg
H A D53c8xx.c302 if(st->inbound){
350 st->device[2],datalen,st->inbound?"IN":"OUT");
580 s->active->inbound ? " in" : "out", dbc, n, t->address, t->count);
582 if(s->active->inbound){
873 targ->inbound = (ccb->cam_ch.cam_flags & CAM_DIR_IN) ? 1 : 0;
905 targ->inbound = 1;

Completed in 86 milliseconds