| /src/external/bsd/tre/dist/lib/ |
| tre-match-approx.c | 531 int dest_id = trans->state_id; local 533 id, dest_id, cost0, reach_p->params.max_cost)); 551 if (reach_next[dest_id].pos == pos 552 && (cost0 > reach_next[dest_id].costs[0][TRE_M_COST] 553 || (cost0 == reach_next[dest_id].costs[0][TRE_M_COST] 558 reach_next[dest_id].tags))))) 561 cost0, reach_next[dest_id].costs[0][TRE_M_COST])); 567 reach_next[dest_id].state = trans->state; 568 reach_next[dest_id].pos = pos; 570 reach_next[dest_id].tags[i] = tmp_tags[i] 663 int dest_id; local [all...] |
| /src/sys/arch/mips/rmi/ |
| rmixl_fmnvar.h | 56 * compute FMN dest_id from MIPS cpuid 144 #define RMIXL_MSGSND_DESC(size, code, dest_id) \ 145 ((((size) - 1) << 16) | ((code) << 8) | (dest_id))
|
| rmixl_fmn.c | 778 rmixl_fmn_msg_send(u_int size, u_int code, u_int dest_id, rmixl_fmn_msg_t *msg) 789 KASSERT(dest_id <= 0xff); 827 __func__, cpu_number(), msg, dest_id, msg_status)); 831 desc = RMIXL_MSGSND_DESC(size, code, dest_id); 858 __func__, curcpu()->ci_cpuid, dest_id, msg_status, msg_status1, try));
|
| /src/sys/arch/x86/x86/ |
| lapic.c | 931 uint32_t dest_id = 0; local 934 dest_id = target; 936 x2apic_write_icr(dest_id,
|
| /src/sys/dev/pci/qat/ |
| qat_hw15reg.h | 128 uint8_t dest_id; member in struct:arch_if_resp_hdr
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
| save.h | 378 uint8_t dest_id; member in struct:vioapic_redir_entry::__anon6552
|