Home
last modified time | relevance | path

Searched refs:ri_utmpx_prefix (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c351 inst->ri_utmpx_prefix = startd_alloc(max_scf_value_size); in restarter_insert_inst()
352 inst->ri_utmpx_prefix[0] = '\0'; in restarter_insert_inst()
509 &inst->ri_utmpx_prefix)) { in restarter_insert_inst()
705 startd_free(inst->ri_utmpx_prefix, max_scf_value_size); in restarter_insert_inst()
767 startd_free(ri->ri_utmpx_prefix, max_scf_value_size); in restarter_delete_inst()
1710 &rip->ri_utmpx_prefix); in refresh_instance()
H A Dmethod.c455 if (inst->ri_utmpx_prefix[0] != '\0' && inst->ri_utmpx_prefix != NULL) in exec_method()
456 (void) utmpx_mark_init(getpid(), inst->ri_utmpx_prefix); in exec_method()
H A Dstartd.h415 char *ri_utmpx_prefix; member