Go to the source code of this file.
◆ rfsndmsg()
Definition at line 9 of file rfsndmsg.c.
References htons, kprintf(), ntohl, OK, rfscomm(), SYSERR, and TIMEOUT.
Referenced by rfscontrol().
21 req.rf_type =
htons(type);
22 req.rf_status =
htons(0);
25 while ( (*to++ = *name++) ) {
39 kprintf(
"Timeout during remote file server access\n");
41 }
else if (
ntohl(resp.rf_status) != 0) {
syscall kprintf(char *fmt,...)
ポーリングI/Oを使用して、フォーマットされた文字列をコンソールに出力する。
int32 rfscomm(struct rf_msg_hdr *, int32, struct rf_msg_hdr *, int32)
#define TIMEOUT
システムコールがタイムアウトした場合
int int32
符号あり32ビット整数(int)