Home
last modified time | relevance | path

Searched refs:allocd (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c139 int n, allocd, depth; in build_nodes() local
154 allocd = sizeof (private_data_t *); in build_nodes()
156 node_array = REALLOC(node_array, allocd*(depth+1)); in build_nodes()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.haslam.d42 allocd = 0;
/titanic_50/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c1284 boolean_t allocd = B_FALSE; in sip_add_callid() local
1292 allocd = B_TRUE; in sip_add_callid()
1296 if (allocd) in sip_add_callid()
/titanic_50/usr/src/cmd/svc/startd/
H A Dgraph.c737 size_t allocd, new_allocd; in path_to_str() local
743 allocd = 1; in path_to_str()
758 new_allocd = allocd + strlen(name) + 1; in path_to_str()
764 startd_free(*cpp, allocd); in path_to_str()
767 allocd = new_allocd; in path_to_str()
773 *sz = allocd; in path_to_str()
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13423 int allocd, i; in listprop() local
13465 allocd = 1; in listprop()
13496 if (i+1 >= allocd) { in listprop()
13497 allocd *= 2; in listprop()
13499 sizeof (*objects) * allocd); in listprop()
13501 realloc(names, sizeof (*names) * allocd); in listprop()
13503 sizeof (*tmpls) * allocd); in listprop()
13559 if (i+1 >= allocd) { in listprop()
13560 allocd *= 2; in listprop()
13562 sizeof (*objects) * allocd); in listprop()
[all …]