Lines Matching +full:fixed +full:- +full:size
3 .\" Copyright (c) 2009-2010 The FreeBSD Foundation
56 .Fa "int size"
65 .Fa "int size"
87 facility provides an asynchronous fixed or variable length recording
105 .Bd -literal -offset indent
115 can be created in either fixed or variable length mode.
122 A fixed length
124 accommodates a fixed number of writes using
128 each of fixed size (set at queue creation time).
129 Fixed length mode is deprecated in favour of variable length mode.
153 .Fa size
154 argument sets the size (in bytes) of the underlying queue.
172 .Fa size
181 .Fa size
182 argument should be set to the size (in bytes) of the underlying queue and the
185 To create a fixed length mode
188 .Fa size
189 argument should be set to the size (in bytes) of each write and the
192 .Fa size
232 .Fa size
234 .Fa size
306 .Fa size
308 .Fa size
415 NOTE: invalid arguments to non-void functions will result in
428 .An -nosplit