Home
last modified time | relevance | path

Searched refs:sncp_request (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/netncp/
Dncp_mod.c83 static int sncp_request(struct thread *, struct ncpioc_request *);
95 return (sncp_request(td, (struct ncpioc_request *)data)); in ncp_ioctl()
137 sncp_request(struct thread *td, struct ncpioc_request *args) in sncp_request() function