Searched refs:cuse_client_receive_command_locked (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/fs/cuse/ |
| H A D | cuse.c | 620 cuse_client_receive_command_locked(struct cuse_client_command *pccmd, in cuse_client_receive_command_locked() function 1562 error = cuse_client_receive_command_locked(pccmd, 0, 0); in cuse_client_open() 1596 error = cuse_client_receive_command_locked(pccmd, 0, 0); in cuse_client_close() 1677 error = cuse_client_receive_command_locked(pccmd, 0, 0); in cuse_client_read() 1772 error = cuse_client_receive_command_locked(pccmd, 0, 0); in cuse_client_write() 1852 error = cuse_client_receive_command_locked(pccmd, data, len); in cuse_client_ioctl() 1910 error = cuse_client_receive_command_locked(pccmd, 0, 0); in cuse_client_poll()
|