HomeSort by: relevance | last modified time | path
    Searched defs:varray (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c 2882 nvlist_t **varray = NULL, *zc_props = NULL; local
2920 varray = zfs_alloc(hdl, children * sizeof (nvlist_t *));
2957 varray[vcount++] = vdev;
2985 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0)
3010 if (nvlist_add_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN, varray,
3056 if (varray != NULL) {
3060 nvlist_free(varray[v]);
3061 free(varray);
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 737 alloc_type_vlinks, /* glue linking pages in varray */
743 alloc_type_varray, /* general varray allocation */
784 #define PAGE_SIZE (8*1024) /* size of varray pages */
802 typedef struct varray {
817 #define INIT_VARRAY(type) { /* macro to initialize a varray */ \
993 INIT_VARRAY (char), /* strings: local string varray */
994 INIT_VARRAY (localsym_t), /* symbols: local symbols varray */
995 INIT_VARRAY (proc_t), /* procs: procedure varray */
996 INIT_VARRAY (aux_t), /* aux_syms: auxiliary symbols varray */
1524 /* Add a page to a varray object. *
800 typedef struct varray { struct
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 737 alloc_type_vlinks, /* glue linking pages in varray */
743 alloc_type_varray, /* general varray allocation */
784 #define PAGE_SIZE (8*1024) /* size of varray pages */
802 typedef struct varray {
817 #define INIT_VARRAY(type) { /* macro to initialize a varray */ \
993 INIT_VARRAY (char), /* strings: local string varray */
994 INIT_VARRAY (localsym_t), /* symbols: local symbols varray */
995 INIT_VARRAY (proc_t), /* procs: procedure varray */
996 INIT_VARRAY (aux_t), /* aux_syms: auxiliary symbols varray */
1524 /* Add a page to a varray object. *
800 typedef struct varray { struct
    [all...]

Completed in 20 milliseconds