Lines Matching full:rf
20 struct rumpclient_fork *rf; in simple() local
31 if ((rf = rumpclient_prefork()) == NULL) in simple()
39 if (rumpclient_fork_init(rf) == -1) in simple()
81 struct rumpclient_fork *rf; in pipecomm() local
89 if ((rf = rumpclient_prefork()) == NULL) in pipecomm()
97 if (rumpclient_fork_init(rf) == -1) in pipecomm()
120 struct rumpclient_fork *rf; in fakeauth() local
124 if ((rf = rumpclient_prefork()) == NULL) in fakeauth()
127 /* XXX: we know the internal structure of rf */ in fakeauth()
128 auth = (void *)rf; in fakeauth()
131 rv = rumpclient_fork_init(rf); in fakeauth()