Home | History | Annotate | Download | only in puffs

Lines Matching defs:argsize

1474 	size_t argsize, tomove, cookiemem, cookiesmax;
1511 argsize = sizeof(struct puffs_vnmsg_readdir);
1513 puffs_msgmem_alloc(argsize + tomove, &park_readdir,
2220 size_t tomove, argsize;
2271 argsize = sizeof(struct puffs_vnmsg_read);
2272 puffs_msgmem_alloc(argsize + tomove, &park_read,
2278 memset(read_msg, 0, argsize); /* XXX: touser KASSERT */
2337 size_t tomove, argsize;
2432 argsize = sizeof(struct puffs_vnmsg_write) + tomove;
2433 puffs_msgmem_alloc(argsize, &park_write, (void *)&write_msg,1);
2438 memset(write_msg, 0, argsize); /* XXX: touser KASSERT */
2731 size_t argsize;
2785 argsize = sizeof(struct puffs_vnmsg_rw);
2786 error = puffs_msgmem_alloc(argsize + tomove, &park_rw,