|
Operations
Blocking
Process가 read 호출 시
데이터가 아직 없을 경우
끝이 나지 않았는데, 데이터가 없을 경우
Process가 write 호출 시
버퍼에 여유가 없을 경우
Non-blocking
O_NONBLOCK이 사용 (filp->f_flags)
즉시 –EAGAIN값을 return
Read 호출 시 읽을
|
- 페이지 20페이지
- 가격 1,500원
- 등록일 2003.12.27
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
char *buffer, size_t length, loff_t *offset)
{
return length;
}
static struct file_operations textlcd_fops =
{
write : textlcdport_write,
ioctl : textlcdport_ioctl,
open : textlcdport_open,
release : textlcdport_release,
};
int init_module(void)
{
printk("TESTDEVICE DRIVER \n");
strcpy(device_nam
|
- 페이지 24페이지
- 가격 4,000원
- 등록일 2012.05.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
character device), 블록 디바이스(block device), 네트워크 디바이스(network device) 세 가지 형태로 구분한다. 디바이스 이름을 쉽게 구별하기 위하여 IDE 방식의 하드디스크는 hd, 터미널은 tty, 이더넷은 eth 등으로 시작한다. 각 디바이스는 고유 번호를
|
- 페이지 20페이지
- 가격 2,000원
- 등록일 2012.02.01
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
enhanced power saving mechanism.
1.3.5. What are the differences between CSMA/CA in WLAN and CSMA/CA in low-rate WPAN (IEEE 802.15.4)? Discuss the merits and demerits.
1.3.6. Investigate the procedures of a channel search (scan) methodover the frequency channels to start the new PAN or to associat
|
- 페이지 44페이지
- 가격 3,000원
- 등록일 2006.12.13
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
driver and a STREAMS module.
Answer: The STREAMS driver controls a physical device that could be involved in a STREAMS operation. The STREAMS module modifies the flow of data between the head (the user interface) and the driver. chapter 1
chapter 2
chapter 3
chapter 4
chapter 5
c
|
- 페이지 42페이지
- 가격 1,000원
- 등록일 2006.10.21
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|