Searched refs:readwrite (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c508 /* readwrite:
511 static int readwrite(void) function
657 } /* readwrite */
776 x = readwrite(); /* it even works with UDP! */
795 x = readwrite();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Ddo_mounts.c46 static int __init readwrite(char *str) function
55 __setup("rw", readwrite);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dtransfer.c451 if(conn->handler->readwrite) {
452 result = conn->handler->readwrite(data, conn, &nread, &readmore);
469 if(conn->handler->readwrite &&
471 result = conn->handler->readwrite(data, conn, &nread, &readmore);
746 if(conn->handler->readwrite &&
752 result = conn->handler->readwrite(data, conn, &nread, &readmore);
H A Durldata.h696 CURLcode (*readwrite)(struct SessionHandle *data, struct connectdata *conn, member in struct:Curl_handler
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_fsf.c2971 int exclusive, readwrite; local
3165 readwrite = (bottom->lun_access_info &
3172 if (!readwrite) {
3183 if (exclusive && !readwrite) {
3189 } else if (!exclusive && readwrite) {

Completed in 257 milliseconds