Searched refs:ri_utmpx_prefix (Results 1 – 3 of 3) sorted by relevance
350 inst->ri_utmpx_prefix = startd_alloc(max_scf_value_size); in restarter_insert_inst()351 inst->ri_utmpx_prefix[0] = '\0'; in restarter_insert_inst()508 &inst->ri_utmpx_prefix)) { in restarter_insert_inst()704 startd_free(inst->ri_utmpx_prefix, max_scf_value_size); in restarter_insert_inst()766 startd_free(ri->ri_utmpx_prefix, max_scf_value_size); in restarter_delete_inst()1707 &rip->ri_utmpx_prefix); in refresh_instance()
455 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()
422 char *ri_utmpx_prefix; member