Lines Matching full:an

286 A group (list) of name value pairs is called an
312 The value is an array of boolean values.
314 The value is an array of numbers, each stored as
317 The value is an array of C strings.
319 The value is an array of nvlists.
320 When an nvlist is added to an array, it becomes part of the primary nvlist.
327 The value is an array of files descriptors.
332 function allocates memory and initializes an nvlist.
370 function sets an the error value for
376 This function cannot be used to clear the error state from an nvlist.
408 is part of an array that is a member of another nvlist.
449 in case of an error (allocation failure).
473 in case of an error.
487 function receives an nvlist over the socket
502 in case of an error.
520 in case of an error.
556 Additional actions can be performed on an element identified by a cookie
565 if an element named
578 if an element named
625 functions add an element to
629 When adding an nvlist, the
640 If an error occurs while adding a new element,
656 functions add an element to
662 no value should be moved into an nvlist multiple times;
675 If an error occurs while adding new element, the resource is destroyed and
700 If an element named
719 from an array of nvlists.
722 is not in an array of nvlists or it is the last element,
725 An nvlist is only in an nvlist array if it was added to an nvlist array using
735 from an array of nvlists.
738 is the last element in an array of nvlists,
744 is not in an array of nvlists,
783 If an element named
799 functions append an element to an existing array using the same semantics
807 If an error occurs while appending a new element,
899 As a result, any allocated buffers moved into an nvlist must be allocated with
907 The following example demonstrates how to prepare an nvlist and send it over a
941 Receiving an nvlist and retrieving element values:
972 Iterating over an nvlist: