Lines Matching defs:indx_log
111 kdb_ent_header_t *indx_log;
122 indx_log = (kdb_ent_header_t *)INDEX(ulog, indx);
127 if (indx_log->kdb_umagic != KDB_UMAGIC) {
134 xdrmem_create(&xdrs, (char *)indx_log->entry_data,
135 indx_log->kdb_entry_size, XDR_DECODE);
145 indx_log->kdb_entry_sno);
164 indx_log->kdb_entry_size);
167 indx_log->kdb_commit ? "True" : "False");
169 if (indx_log->kdb_time.seconds == 0L)
173 ctime((time_t *)&(indx_log->kdb_time.seconds)));