Lines Matching +full:parameter +full:- +full:less
1 .\" Copyright (c) 1999 Poul-Henning Kamp.
58 .Bd -literal -offset indent
124 Jail parameters are passed as an array of name-value pairs in the array
129 Parameter names are a null-terminated string, and values may be strings,
161 .Bl -tag -width indent
195 system call retrieves jail parameters, using the same name-value list as
210 The special parameter
221 .Bl -tag -width indent
247 return a non-negative integer, termed the jail identifier (JID).
248 They return \-1 on failure, and set
252 .Rv -std jail_attach jail_remove
258 .Bl -tag -width Er
261 the super-user, or because it would exceed the jail's
277 .Bl -tag -width Er
280 the super-user, or because it would exceed the jail's
284 A jail parameter was set to a less restrictive value then the current
295 parameter does not exist, and the
308 parameter exists, and the
312 A supplied parameter is the wrong size.
314 A supplied parameter is out of range.
316 A supplied string parameter is not null-terminated.
318 A supplied parameter name does not match any known parameters.
326 A supplied string parameter is longer than allowed.
335 .Bl -tag -width Er
345 parameter does not exist.
354 parameter is greater than the highest current jail ID.
356 A supplied parameter is the wrong size.
358 A supplied parameter name does not match any known parameters.
367 .Bl -tag -width Er
369 A user other than the super-user attempted to attach to or remove a jail.
409 .An Poul-Henning Kamp