/src/tests/usr.bin/xlint/lint1/ |
msg_321.c | 8 int vector[3] = { variable in typeref:typename:int[3]
|
/src/sys/arch/arc/arc/ |
c_isa.c | 182 char vector; local in function:isabr_dti_intr_status 185 vector = isa_inb(IO_ICU1); 186 isa_vector = vector & 7; 187 if (vector > 0 || isa_vector == 2) { 189 vector = isa_inb(IO_ICU2); 190 if (vector > 0) { 194 isa_vector = (vector & 7) | 8;
|
/src/sys/arch/m68k/fpsp/ |
fpsp.h | 241 EXC_VEC equ 10 ;exception frame vector (format+vector#) variable in typeref:typename:exception frame
|
/src/sys/arch/mvme68k/dev/ |
zs_pcctwo.c | 112 static int vector = MCCHIPV_ZS0; local in function:zsc_pcctwo_attach 128 zs_config(zsc, &zs, vector + PCCTWO_VECBASE, PCLK_162); 136 pcctwointr_establish(vector++, zshard_unshared, zs_level, zsc, NULL);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
vector.h | 1 /* $NetBSD: vector.h,v 1.2 2021/12/18 23:45:07 riastradh Exp $ */ 31 struct vector { struct 40 struct vector *vector, 45 struct vector *dal_vector_create( 51 * each "structure" in the vector will contain zeros by default. */ 52 struct vector *dal_vector_presized_create( 59 struct vector *vector); 62 struct vector **vector) [all...] |
/src/tests/lib/libc/stdlib/ |
t_mi_vector_hash.c | 49 const char *vector; member in struct:testvector 80 len = strlen(testv[i].vector); 81 strcpy(buf + j, testv[i].vector);
|
/src/sys/arch/vax/vax/ |
scb.c | 48 static volatile int vector, ipl, gotintr; variable in typeref:typename:volatile int 77 * beginning, and that if the vector is zero it should call 99 vector = ((int) arg) & ~3; 103 printf("stray interrupt: vector 0x%x, ipl %d\n", vector, ipl); 120 vector = vec; 126 * Returns last vector/ipl referenced. Clears vector/ipl after reading. 134 *rvec = vector; 138 gotintr = vector = ipl = 0 [all...] |
/src/tests/lib/libc/hash/ |
t_sha2.c | 56 const char *vector; member in struct:testvector 179 len = strlen(test256[i].vector); 182 memcpy(buf + j, test256[i].vector, len); 206 len = strlen(test384[i].vector); 209 memcpy(buf + j, test384[i].vector, len); 233 len = strlen(test512[i].vector); 236 memcpy(buf + j, test512[i].vector, len);
|
/src/sys/arch/vax/boot/boot/ |
autoconf.c | 244 static int vector, ipl; local in function:scb_stray 247 vector = (int) arg; 248 printf("stray interrupt: vector 0x%x, ipl %d\n", vector, ipl);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/ |
amdgpu_vector.c | 34 #include "include/vector.h" 37 struct vector *vector, 42 vector->container = NULL; 50 vector->container = kcalloc(capacity, struct_size, GFP_KERNEL); 51 if (vector->container == NULL) 53 vector->capacity = capacity; 54 vector->struct_size = struct_size; 55 vector->count = 0; 56 vector->ctx = ctx 105 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); local in function:dal_vector_presized_create 124 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); local in function:dal_vector_create [all...] |
/src/sys/arch/atari/atari/ |
intr.c | 73 * Establish an interrupt vector. 74 * - vector 75 * The vector numer the interrupt should be hooked on. It can either 76 * be an auto-vector or a user-vector. 87 * - This vector can't be shared 97 * When multiple interrupts are established on the same vector, 108 intr_establish(int vector, int type, int pri, hw_ifun_t ih_fun, void *ih_arg) 120 ih->ih_vector = vector; 123 * Do some validity checking on the 'vector' argument and determin 221 int vector, s; local in function:intr_disestablish 275 int vector; local in function:intr_dispatch [all...] |
/src/sys/arch/arc/jazz/ |
jazzio.c | 217 unsigned int vector; local in function:jazzio_intr 220 while ((vector = inb(jazzio_conf->jc_iointr_status_reg)) != 0) { 221 jirp = &jazzio_intrtab[(vector >> 2) - 1];
|
/src/sys/arch/x68k/dev/ |
powsw.c | 105 int vector; /* interrupt vector */ member in struct:__anon5df274c70108 152 if (intio_intr_establish(desc->vector, xname, powsw_intr, sc) < 0)
|
intio.c | 312 intio_intr_establish(int vector, const char *name, intio_intr_handler_t handler, 316 return intio_intr_establish_ext(vector, name, "intr", handler, arg); 320 intio_intr_establish_ext(int vector, const char *name1, const char *name2, 325 if (vector < 16) 326 panic("Invalid interrupt vector"); 327 if (iiv[vector].iiv_handler) 333 iiv[vector].iiv_handler = handler; 334 iiv[vector].iiv_arg = arg; 335 iiv[vector].iiv_evcnt = evcnt; 341 intio_intr_disestablish(int vector, void *arg 356 int vector = frame->f_vector \/ 4; local in function:intio_intr [all...] |
/src/sys/arch/x86/isa/ |
isa_machdep.c | 114 typedef void (vector)(void); typedef in typeref:typename:void ()(void) 115 extern vector *IDTVEC(intr)[];
|
/src/sys/arch/ia64/ia64/ |
db_interface.c | 117 { DDB_ADD_CMD("vector", db_show_vector, 0, 119 "[vector]", 120 " vector:\tthe vector to show (all vectors otherwise)") }, 513 u_int vector; local in function:db_show_vector 516 vector = ((addr >> 4) % 16) * 10 + (addr % 16); 517 if (vector >= 256) 518 db_printf("error: vector %u not in range [0..255]\n", 519 vector); 521 db_print_vector(vector, 1) [all...] |
interrupt.c | 76 interrupt(uint64_t vector, struct trapframe *tf) 93 * read the vector. 95 if (vector == 0) { 97 printf("ExtINT interrupt: vector=%u\n", (int)inta); 102 vector = (int)inta; 103 } else if (vector == 15) 106 if (vector == CLOCK_VECTOR) {/* clock interrupt */ 137 } else if (vector == ipi_vector[IPI_AST]) { 140 } else if (vector == ipi_vector[IPI_HIGH_FP]) { 150 } else if (vector == ipi_vector[IPI_RENDEZVOUS]) 224 u_int vector = (uintptr_t)arg; local in function:ia64_intr_eoi 235 u_int vector = (uintptr_t)arg; local in function:ia64_intr_mask 272 u_int vector; local in function:intr_establish 327 u_int vector = ih->ih_irq + IA64_HARDWARE_IRQ_BASE; local in function:intr_disestablish [all...] |
/src/sys/arch/amd64/amd64/ |
db_interface.c | 106 typedef void (vector)(void); typedef in typeref:typename:void ()(void) 107 extern vector Xintr_ddbipi, Xintr_x2apic_ddbipi; 116 vector *handler = &Xintr_ddbipi;
|
/src/sys/arch/i386/i386/ |
db_interface.c | 108 typedef void (vector)(void); typedef in typeref:typename:void ()(void) 109 extern vector Xintr_ddbipi, Xintr_x2apic_ddbipi; 117 vector *handler = &Xintr_ddbipi;
|
/src/sys/arch/amd64/stand/prekern/ |
prekern.c | 52 typedef void (vector)(void); typedef in typeref:typename:void ()(void) 53 extern vector *x86_exceptions[];
|
/src/sys/dev/mvme/ |
mvmebus.c | 350 mvmebus_intmap(void *vsc, int level, int vector, vme_intr_handle_t *handlep) 353 if (level < 1 || level > 7 || vector < 0x80 || vector > 0xff) 357 *handlep = (void *) (int) ((level << 8) | vector); 374 int level, vector, first; local in function:mvmebus_intr_establish 378 /* Extract the interrupt's level and vector */ 380 vector = ((int) handle) & 0xff; 383 if (vector < 0 || vector > 0xff) { 384 printf("%s: Illegal vector offset: 0x%x\n" 407 int level, vector, last; local in function:mvmebus_intr_disestablish [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_common_test.cc | 121 InternalMmapVector<uptr> vector; local in function:__sanitizer::TEST 123 EXPECT_EQ(i, vector.size()); 124 vector.push_back(i); 127 EXPECT_EQ(i, vector[i]); 130 EXPECT_EQ((uptr)i, vector.back()); 131 vector.pop_back(); 132 EXPECT_EQ((uptr)i, vector.size()); 254 std::vector<int> data;
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_clock_test.cc | 40 ThreadClock vector(0); local in function:__tsan::TEST 42 ASSERT_EQ(vector.size(), 1U); 44 vector.acquire(&cache, &chunked); 45 ASSERT_EQ(vector.size(), 1U); 47 vector.release(&cache, &chunked); 48 ASSERT_EQ(vector.size(), 1U); 50 vector.acq_rel(&cache, &chunked); 51 ASSERT_EQ(vector.size(), 1U); 65 ThreadClock vector(0); local in function:__tsan::TEST 67 vector.set(&cache, i, i + 1) 115 ThreadClock vector(0); local in function:__tsan::TEST 129 ThreadClock vector(1); local in function:__tsan::TEST 179 ThreadClock vector(10); local in function:__tsan::TEST 208 ThreadClock vector(100); local in function:__tsan::TEST 250 ThreadClock vector(0); local in function:__tsan::TEST [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
pciif.h | 67 uint16_t vector; member in struct:xen_msix_entry
|
/src/common/dist/zlib/examples/ |
enough.c | 119 size_t len; // allocated length of bit vector in octets 120 char *vec; // allocated bit vector 162 vector is of a variable size, and grows as needed to accommodate the visited 305 // bit vector to indicate visiting this state. Each (syms,len,left) state has a 306 // variable size bit vector indexed by (mem,rem). The bit vector is lengthened 309 // point to vector for (syms,left,len), bit in vector for (mem,rem) 325 // see if we need to lengthen the vector in order to set the bit 328 char *vector; local in function:been_here [all...] |