/* apefbl.c */ /* Dump free buffer list. */ #include #include #include "atmxram.h" #include "ape25.h" #include "atmuser.h" char buf[1024]; main( int argc, char **argv) { int in; int fd; int len; int vci; int rc; int blk; blk = 1024 - 40; fd = open("/dev/ape25", O_RDWR); ioctl(fd, AIO_DUMPRFL, buf); }