Searched refs:GETRESPONSE (Results 1 – 8 of 8) sorted by relevance
/netbsd/usr.sbin/puffs/mount_9p/ |
H A D | node.c | 64 GETRESPONSE(pb); in do_getattr() 108 GETRESPONSE(pb); in puffs9p_node_lookup() 128 GETRESPONSE(pb); in puffs9p_node_lookup() 188 GETRESPONSE(pb); in puffs9p_node_readdir() 247 GETRESPONSE(pb); in puffs9p_node_setattr() 346 GETRESPONSE(pb); in puffs9p_node_read() 395 GETRESPONSE(pb); in puffs9p_node_write() 449 GETRESPONSE(pb); in nodecreate() 471 GETRESPONSE(pb); in nodecreate() 532 GETRESPONSE(pb); in noderemove() [all …]
|
H A D | nineproto.c | 247 GETRESPONSE(pb); in proto_cc_dupfid() 312 GETRESPONSE(pb); in proto_cc_open()
|
H A D | ninepuffs.h | 75 #define GETRESPONSE(pb) \ macro
|
H A D | subr.c | 137 GETRESPONSE(pb); in getdfwithoffset()
|
/netbsd/usr.sbin/puffs/mount_psshfs/ |
H A D | node.c | 209 GETRESPONSE(pb, pctx->sshfd); in psshfs_node_setattr() 237 GETRESPONSE(pb, pctx->sshfd); in psshfs_node_create() 547 GETRESPONSE(pb, pctx->sshfd_data); in psshfs_node_read() 650 GETRESPONSE(pb, pctx->sshfd_data); in psshfs_node_write() 702 GETRESPONSE(pb, pctx->sshfd); in psshfs_node_readlink() 738 GETRESPONSE(pb, pctx->sshfd); in doremove() 791 GETRESPONSE(pb, pctx->sshfd); in psshfs_node_mkdir() 833 GETRESPONSE(pb, pctx->sshfd); in psshfs_node_symlink() 880 GETRESPONSE(pb, pctx->sshfd); in psshfs_node_rename()
|
H A D | psshfs.h | 68 #define GETRESPONSE(pb, fd) \ macro
|
H A D | subr.c | 232 GETRESPONSE(pb, pctx->sshfd); in getpathattr() 320 GETRESPONSE(pb, pctx->sshfd); in sftp_readdir()
|
H A D | fs.c | 188 GETRESPONSE(pb, pctx->sshfd); in psshfs_fs_statvfs()
|