Home | Sort by: relevance | last modified time | path |
/src/sys/arch/alpha/alpha/ | |
fp_complete.c | 633 int needsig; local in function:alpha_fp_complete_at 675 needsig = changed_flags & FP_C_TO_NETBSD_MASK(md_flags); 678 if (__predict_false(needsig)) { 679 *ucode = needsig; 805 uint64_t needsig = local in function:alpha_fp_complete 810 if (__predict_false(needsig)) { 811 *ucode = needsig; |
/src/sys/dev/hyperv/ | |
vmbus.c | 1703 int *needsig) 1747 *needsig = 1; 1749 *needsig = 0; 1765 int rv, needsig = 0; local in function:vmbus_channel_send 1786 rv = vmbus_ring_write(&ch->ch_wrd, iov, 3, &needsig); 1788 if (rv == 0 && needsig) 1803 int rv, needsig = 0; local in function:vmbus_channel_send_sgl 1830 rv = vmbus_ring_write(&ch->ch_wrd, iov, 4, &needsig); 1832 if (rv == 0 && needsig) 1847 int rv, needsig = 0 local in function:vmbus_channel_send_prpl [all...] |