Home | Sort by: relevance | last modified time | path |
/src/usr.bin/rump_dhcpclient/ | |
if-options.h | 88 uint8_t dstmask[256 / 8]; member in struct:if_options |
if-options.h | 88 uint8_t dstmask[256 / 8]; member in struct:if_options |
/src/sys/arch/powerpc/booke/ | |
e500_intr.c | 1291 uint32_t dstmask; local in function:e500_intr_cpu_send_ipi 1299 dstmask = 0; 1302 dstmask |= 1 << cpu_index(ci); 1314 dstmask = (1 << target); 1319 openpic_write(cpu, OPENPIC_IPIDR(0), dstmask); |
e500_intr.c | 1291 uint32_t dstmask; local in function:e500_intr_cpu_send_ipi 1299 dstmask = 0; 1302 dstmask |= 1 << cpu_index(ci); 1314 dstmask = (1 << target); 1319 openpic_write(cpu, OPENPIC_IPIDR(0), dstmask); |
/src/sys/arch/amiga/dev/ | |
amidisplaycc.c | 814 int dstmask; local in function:amidisplaycc_copyrows 861 dstmask = scr->rowmasks[dstrow]; 892 } else if (dstmask & 1) { 912 dstmask >>= 1; |
amidisplaycc.c | 814 int dstmask; local in function:amidisplaycc_copyrows 861 dstmask = scr->rowmasks[dstrow]; 892 } else if (dstmask & 1) { 912 dstmask >>= 1; |