Lines Matching +full:cs +full:- +full:3
1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc.
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
34 .\" $Whistle: netgraph.3,v 1.7 1999/01/25 07:14:06 archie Exp $
62 .Fn NgNameNode "int cs" "const char *path" "const char *fmt" ...
65 .Fa "int cs" "const char *path" "int cookie" "int cmd" "const void *arg"
69 .Fn NgSendAsciiMsg "int cs" "const char *path" "const char *fmt" ...
72 .Fa "int cs" "const char *path" "struct ng_mesg *msg" "const void *arg"
76 .Fn NgRecvMsg "int cs" "struct ng_mesg *rep" "size_t replen" "char *path"
78 .Fn NgAllocRecvMsg "int cs" "struct ng_mesg **rep" "char *path"
80 .Fn NgRecvAsciiMsg "int cs" "struct ng_mesg *rep" "size_t replen" "char *path"
82 .Fn NgAllocRecvAsciiMsg "int cs" "struct ng_mesg **rep" "char *path"
97 These functions facilitate user-mode program participation in the kernel
99 graph-based networking system, by utilizing the netgraph
112 .No non- Ns Dv NULL ,
142 .Fa cs
158 The unique, non-negative token value chosen for use in the message
178 .Xr printf 3
198 .Fa cs .
205 .No non- Ns Dv NULL ,
238 .Dv NUL Ns -terminated
271 .No non- Ns Dv NULL ,
298 function sets the debug level (if non-negative), and returns the old setting.
305 .Xr vwarn 3
307 .Xr vwarnx 3 .
309 At debug level 3, the library attempts to display control message arguments
347 All other functions return \-1 if there was an error and set
362 .Bl -tag -width Er
384 .Xr warnx 3 ,