Searched refs:s_hint (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h70 int s_hint; member in struct:str
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h87 int s_hint; member in struct:str
H A Dsyseventadm.c1014 str->s_hint = hint;
1053 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
1054 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
1056 str->s_alloc = len + str->s_hint;
1073 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
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/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h100 int s_hint; member in struct:str
H A Dsysevent_conf_mod.c309 str->s_hint = hint;
349 sc_malloc(len+str->s_hint) :
350 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
355 str->s_alloc = len + str->s_hint;
373 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
374 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
379 str->s_alloc = len + str->s_hint;
397 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
398 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
403 str->s_alloc = len + str->s_hint;
[all...]

Completed in 77 milliseconds