Home
last modified time | relevance | path

Searched refs:sc_malloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c515 if ((arglist = sc_malloc(sizeof (arg_t))) == NULL) in init_arglist()
545 sc_malloc(arglist->arg_alloc * sizeof (char **)) : in add_arg()
607 cmd = sc_malloc(sizeof (struct cmd)); in alloc_cmd()
627 sc_malloc(size_t n) in sc_malloc() function
H A Dsyseventconfd.h90 static void *sc_malloc(size_t n);
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c852 sep = sc_malloc(sizeof (serecord_t)); in parse_line()
937 sc_malloc(size_t n) in sc_malloc() function
1010 str = sc_malloc(sizeof (str_t)); in initstr()
1053 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats()
1073 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc()
H A Dsyseventadm.h115 static void *sc_malloc(size_t n);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c230 sc_malloc(size_t n) in sc_malloc() function
304 if ((str = sc_malloc(sizeof (str_t))) == NULL) in initstr()
349 sc_malloc(len+str->s_hint) : in strcopys()
373 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats()
397 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc()
623 if ((sep = sc_malloc(sizeof (syseventtab_t))) == NULL) in parse_conf_file()
777 if ((new_cfp = sc_malloc(sizeof (conftab_t))) == NULL) { in build_event_table()
1758 if ((new_cmd = sc_malloc(sizeof (cmdqueue_t))) == NULL) { in queue_event()
H A Dsysevent_conf_mod.h128 static void *sc_malloc(size_t n);