Home
last modified time | relevance | path

Searched refs:sized_array (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libidmap/common/
H A Dsized_array.c45 struct sized_array { struct
55 sized_array(size_t n, size_t sz) in sized_array() argument
57 struct sized_array *sa; in sized_array()
60 total = sizeof (struct sized_array) + n*sz; in sized_array()
82 struct sized_array *sa; in sized_array_free()
87 sa = ((struct sized_array *)p)-1; in sized_array_free()
99 struct sized_array *sa; in sized_array_n()
101 sa = ((struct sized_array *)p)-1; in sized_array_n()
113 struct sized_array *sa; in sized_array_sz()
115 sa = ((struct sized_array *)p)-1; in sized_array_sz()
H A Ddirectory_client.c177 del = sized_array(nids, sizeof (directory_entry_t)); in directory_get_v()
245 p = sized_array(len + 1, 1); in directory_datum()
299 ent->attrs = sized_array(nattrs, sizeof (directory_attribute_value_t)); in copy_directory_entry()
337 *dav = sized_array(nvals + 1, sizeof (directory_datum_t)); in copy_directory_attribute_value()
H A Dsized_array.h39 void *sized_array(size_t n, size_t sz);
H A Dllib-lidmap32 #include "sized_array.h"
H A Dmapfile-vers118 sized_array;
/titanic_41/usr/src/lib/libidmap/
H A DMakefile.com35 sized_array.o \