Searched refs:s_alloc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h69 int s_alloc; member in struct:str
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c52 static string *s_alloc(void);
66 s_alloc(void) function
92 sp = s_alloc();
143 string *sp = s_alloc();
157 sp = s_alloc();
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h86 int s_alloc; member in struct:str
H A Dsyseventadm.c1013 str->s_alloc = 0;
1026 sc_free(str->s_str, str->s_alloc);
1052 if (str->s_alloc < len) {
1054 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
1056 str->s_alloc = len + str->s_hint;
1072 if (str->s_alloc < len) {
1074 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
1076 str->s_alloc = len + str->s_hint;
/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.c261 size_t s_alloc; local
328 s_alloc = P2ROUNDUP_TYPED(prime_bytes, sizeof (BIG_CHUNK_TYPE), size_t);
331 if ((s = kmem_alloc(s_alloc, flag)) == NULL) {
336 if ((s = malloc(s_alloc)) == NULL) {
385 kmem_free(s, s_alloc);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h99 int s_alloc; member in struct:str
H A Dsysevent_conf_mod.c308 str->s_alloc = 0;
321 sc_free(str->s_str, str->s_alloc);
347 if (str->s_alloc < len) {
350 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
355 str->s_alloc = len + str->s_hint;
372 if (str->s_alloc < len) {
374 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
379 str->s_alloc = len + str->s_hint;
396 if (str->s_alloc < len) {
398 sc_realloc(str->s_str, str->s_alloc, le
[all...]

Completed in 50 milliseconds