Searched refs:s_hint (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/syseventadm/ |
H A D | syseventadm.c | 1014 str->s_hint = hint; in initstr() 1053 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats() 1054 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats() 1056 str->s_alloc = len + str->s_hint; in strcats() 1073 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc() 1074 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcatc() 1076 str->s_alloc = len + str->s_hint; in strcatc()
|
H A D | syseventadm.h | 87 int s_hint; member
|
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
H A D | sysevent_conf_mod.c | 309 str->s_hint = hint; in initstr() 349 sc_malloc(len+str->s_hint) : in strcopys() 350 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcopys() 355 str->s_alloc = len + str->s_hint; in strcopys() 373 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats() 374 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats() 379 str->s_alloc = len + str->s_hint; in strcats() 397 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc() 398 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcatc() 403 str->s_alloc = len + str->s_hint; in strcatc()
|
H A D | sysevent_conf_mod.h | 100 int s_hint; member
|
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.h | 68 int s_hint; member
|