Home | History | Annotate | Download | only in hfs

Lines Matching refs:RL

45 	RL(system(thecmd));
48 RL(system(thecmd));
54 RL(rump_sys_mkdir("/mp", 0777));
56 RL(rump_sys_mount(MOUNT_HFS, "/mp", 0, &args, sizeof args));
58 RL(dirfd = rump_sys_open("/mp", O_RDONLY));
60 RL(nbytes = rump_sys_getdents(dirfd, buf, sizeof buf));
73 RL(rump_sys_close(dirfd));
74 RL(fd = rump_sys_open("/mp/" FUNNY_FILENAME, O_RDONLY));
75 RL(rump_sys_close(fd));
76 RL(rump_sys_unmount("/mp", 0));