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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/ip2/
H A Di2ellis.c555 pB->i2eStartMail = NO_MAIL_HERE;
1081 // Returns: Mailbox data or NO_MAIL_HERE.
1085 // If no mail available, returns NO_MAIL_HERE otherwise returns the data from
1086 // the mailbox, which is guaranteed != NO_MAIL_HERE.
1098 return NO_MAIL_HERE;
1106 // Returns: Mailbox data or NO_MAIL_HERE.
1110 // If no mail available, returns NO_MAIL_HERE otherwise returns the data from
1111 // the mailbox, which is guaranteed != NO_MAIL_HERE.
1122 return NO_MAIL_HERE;
H A Di2ellis.h142 // present at startup. NO_MAIL_HERE indicates
256 // If no mail available, returns NO_MAIL_HERE, else returns the value in the
257 // mailbox (guaranteed can't be NO_MAIL_HERE).
482 #define NO_MAIL_HERE 0x1111 // Since mail is unsigned char, cannot possibly macro
H A Di2lib.c2067 if (NO_MAIL_HERE == ( inmail = pB->i2eStartMail ) ) {
2070 pB->i2eStartMail = NO_MAIL_HERE;
2074 if (inmail != NO_MAIL_HERE) {
H A Dip2main.c1194 if (NO_MAIL_HERE != ( pB->i2eStartMail = iiGetMail(pB))) {

Completed in 44 milliseconds