Lines Matching refs:stat
138 cfga_list_data_t *stat = NULL; /* slot info. */ in scf_get_slotinfo() local
145 rv = config_list_ext(1, (char *const *)&ap_pid, &stat, &nlist, NULL, in scf_get_slotinfo()
164 sizeof (stat->ap_log_id), stat->ap_log_id, in scf_get_slotinfo()
165 sizeof (stat->ap_phys_id), stat->ap_phys_id, in scf_get_slotinfo()
166 stat->ap_r_state, in scf_get_slotinfo()
167 stat->ap_o_state, in scf_get_slotinfo()
168 stat->ap_cond, in scf_get_slotinfo()
169 stat->ap_busy, in scf_get_slotinfo()
170 asctime(localtime(&stat->ap_status_time)), in scf_get_slotinfo()
171 sizeof (stat->ap_info), stat->ap_info, in scf_get_slotinfo()
172 sizeof (stat->ap_type), stat->ap_type); in scf_get_slotinfo()
175 *r_state = stat->ap_r_state; in scf_get_slotinfo()
176 *o_state = stat->ap_o_state; in scf_get_slotinfo()
179 if (stat) { in scf_get_slotinfo()
180 free(stat); in scf_get_slotinfo()