Searched refs:trapcmd_cmp (Results 1 – 1 of 1) sorted by relevance
46 int trapcmd_cmp(struct trapcmd *, struct trapcmd *);52 RB_PROTOTYPE(trapcmd_tree, trapcmd, cmd_entry, trapcmd_cmp)53 RB_GENERATE(trapcmd_tree, trapcmd, cmd_entry, trapcmd_cmp)438 trapcmd_cmp(struct trapcmd *cmd1, struct trapcmd *cmd2) in trapcmd_cmp() function