Home | History | Annotate | Download | only in ddb

Lines Matching defs:list_ent

189     struct db_cmd_tbl_en *list_ent);
503 struct db_cmd_tbl_en *list_ent;
513 list_ent = db_zalloc(sizeof(*list_ent));
514 if (list_ent == NULL)
516 list_ent->db_cmd=cmd_tbl;
519 return db_register_tbl_entry(type, list_ent);
523 db_register_tbl_entry(uint8_t type, struct db_cmd_tbl_en *list_ent)
541 TAILQ_INSERT_TAIL(list, list_ent, db_cmd_next);
552 struct db_cmd_tbl_en *list_ent;
570 TAILQ_FOREACH (list_ent, list, db_cmd_next) {
571 if (list_ent->db_cmd == cmd_tbl){
573 list_ent, db_cmd_next);
574 db_free(list_ent, sizeof(*list_ent));
692 struct db_cmd_tbl_en *list_ent;
701 TAILQ_FOREACH(list_ent, list_head, db_cmd_next) {
705 found = db_cmd_search_table(name, list_ent->db_cmd, &cmd);
761 struct db_cmd_tbl_en *list_ent;
766 TAILQ_FOREACH(list_ent,list,db_cmd_next) {
767 table = list_ent->db_cmd;
781 TAILQ_FOREACH(list_ent,list,db_cmd_next) {
782 table = list_ent->db_cmd;