Searched refs:lentry (Results 1 – 5 of 5) sorted by relevance
117 delete_log_entry(db_dictlog_entry *lentry) in delete_log_entry() argument121 if (lentry) { in delete_log_entry()122 if ((tname = lentry->get_table_name())) { in delete_log_entry()125 if ((obj = lentry->get_table_object())) { in delete_log_entry()128 delete lentry; in delete_log_entry()
47 delete_log_entry(db_log_entry *lentry) in delete_log_entry() argument51 if (lentry) { in delete_log_entry()52 if ((q = lentry->get_query())) { in delete_log_entry()55 if ((obj = lentry->get_object())) { in delete_log_entry()58 delete lentry; in delete_log_entry()
1518 llist_head_t *lentry; in umad_close() local1558 lentry = uctx->uctx_agent_list.nxt; in umad_close()1559 lentry_temp = lentry->nxt; in umad_close()1560 while (lentry != &uctx->uctx_agent_list) { in umad_close()1561 ASSERT(lentry); in umad_close()1562 agent = lentry->ptr; in umad_close()1565 lentry = lentry_temp; in umad_close()1566 lentry_temp = lentry->nxt; in umad_close()
587 char lentry[MAXPATHLEN]; in dev_di_node_add() local833 (void) snprintf(lentry, sizeof (lentry), in dev_di_node_add()835 if ((dnode->ddn_cap = topo_mod_strdup(mod, lentry)) == NULL) in dev_di_node_add()
2100 _sd_cctl_t *lentry = NULL; in _sd_prefetch_buf() local2164 lentry = centry; in _sd_prefetch_buf()2185 centry = lentry; /* backup */ in _sd_prefetch_buf()2229 centry = lentry; /* backup */ in _sd_prefetch_buf()2275 centry = lentry; /* backup */ in _sd_prefetch_buf()2322 centry = lentry; /* backup */ in _sd_prefetch_buf()2365 lentry->cc_chain = centry; in _sd_prefetch_buf()2369 lentry = centry; in _sd_prefetch_buf()2410 lentry = centry->cc_chain; in _sd_prefetch_buf()2413 centry = lentry; in _sd_prefetch_buf()[all …]