Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.haslam.d40 allocd = 0;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c1273 boolean_t allocd = B_FALSE; in sip_add_callid() local
1281 allocd = B_TRUE; in sip_add_callid()
1284 if (allocd) in sip_add_callid()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c1302 boolean_t allocd = B_FALSE; in mlxcx_mac_setprop() local
1325 allocd = B_TRUE; in mlxcx_mac_setprop()
1331 if (allocd) { in mlxcx_mac_setprop()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c743 size_t allocd, new_allocd; in path_to_str() local
749 allocd = 1; in path_to_str()
764 new_allocd = allocd + strlen(name) + 1; in path_to_str()
770 startd_free(*cpp, allocd); in path_to_str()
773 allocd = new_allocd; in path_to_str()
779 *sz = allocd; in path_to_str()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13460 int allocd, i; in listprop() local
13502 allocd = 1; in listprop()
13533 if (i+1 >= allocd) { in listprop()
13534 allocd *= 2; in listprop()
13536 sizeof (*objects) * allocd); in listprop()
13540 sizeof (*tmpls) * allocd); in listprop()
13596 if (i+1 >= allocd) { in listprop()
13597 allocd *= 2; in listprop()
13599 sizeof (*objects) * allocd); in listprop()
13601 sizeof (*names) * allocd); in listprop()
[all …]