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