| /src/external/gpl3/binutils/dist/gprof/ |
| source.c | 40 Source_File *sf; local 42 for (sf = first_src_file; sf; sf = sf->next) 44 if (FILENAME_CMP (path, sf->name) == 0) 48 if (!sf) 51 sf = (Source_File *) xmalloc (sizeof (*sf)); 53 memset (sf, 0, sizeof (*sf)) 68 Source_File *sf; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprof/ |
| source.c | 40 Source_File *sf; local 42 for (sf = first_src_file; sf; sf = sf->next) 44 if (FILENAME_CMP (path, sf->name) == 0) 48 if (!sf) 51 sf = (Source_File *) xmalloc (sizeof (*sf)); 53 memset (sf, 0, sizeof (*sf)) 68 Source_File *sf; local [all...] |
| /src/sys/external/bsd/drm2/linux/ |
| linux_sync_file.c | 50 struct sync_file *sf; local 52 sf = kmem_zalloc(sizeof(*sf), KM_SLEEP); 53 sf->file = fp; 55 mutex_init(&sf->sf_lock, MUTEX_DEFAULT, IPL_VM); 56 selinit(&sf->sf_selq); 57 sf->sf_polling = false; 58 sf->sf_signalled = false; 59 sf->sf_fence = dma_fence_get(fence); 64 fp->f_data = sf; 72 struct sync_file *sf = fp->f_data; local 89 struct sync_file *sf = container_of(fcb, struct sync_file, sf_fcb); local 100 struct sync_file *sf = fp->f_data; local 136 struct sync_file *sf = fp->f_data; local 154 struct sync_file *sf = kn->kn_hook; local 164 struct sync_file *sf = kn->kn_hook; local 213 struct sync_file *sf; local [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_sf_list.c | 21 static void stream_frame_free(SFRAME_LIST *fl, STREAM_FRAME *sf) 23 if (fl->cleanse && sf->data != NULL) 24 OPENSSL_cleanse((unsigned char *)sf->data, 25 (size_t)(sf->range.end - sf->range.start)); 26 ossl_qrx_pkt_release(sf->pkt); 27 OPENSSL_free(sf); 33 STREAM_FRAME *sf = OPENSSL_zalloc(sizeof(*sf)); local 35 if (sf == NULL 55 STREAM_FRAME *sf, *next_frame; local 83 STREAM_FRAME *sf, *new_frame, *prev_frame, *next_frame; local 185 STREAM_FRAME *sf = *iter; local 220 STREAM_FRAME *sf; local 276 STREAM_FRAME *sf = fl->head, *prev_frame = NULL; local [all...] |
| /src/games/adventure/ |
| save.c | 120 struct savefile *sf; local 122 sf = malloc(sizeof(*sf)); 123 if (sf == NULL) { 126 sf->f = fopen(name, forwrite ? "w" : "r"); 127 if (sf->f == NULL) { 128 free(sf); 134 sf->name = name; 135 sf->warned = false; 136 sf->bintextpos = 0 665 struct savefile *sf; local 756 struct savefile *sf; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-obsd-nat.c | 71 struct switchframe sf; 104 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf); 105 if (sf.sf_rbp == pcb->pcb_rbp) 109 regcache->raw_supply (12, &sf.sf_r12); 110 regcache->raw_supply (13, &sf.sf_r13); 111 regcache->raw_supply (14, &sf.sf_r14); 112 regcache->raw_supply (15, &sf.sf_r15); 113 regcache->raw_supply (AMD64_RBX_REGNUM, &sf.sf_rbx); 114 regcache->raw_supply (AMD64_RIP_REGNUM, &sf.sf_rip) 70 struct switchframe sf; local [all...] |
| i386-netbsd-nat.c | 39 struct switchframe sf; local 61 read_memory (pcb->pcb_esp, (gdb_byte *)&sf, sizeof sf); 63 regcache->raw_supply (I386_EDI_REGNUM, &sf.sf_edi); 64 regcache->raw_supply (I386_ESI_REGNUM, &sf.sf_esi); 67 regcache->raw_supply (I386_EBX_REGNUM, &sf.sf_ebx); 68 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
|
| amd64-netbsd-nat.c | 66 struct switchframe sf; local 95 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf); 97 regcache->raw_supply (12, &sf.sf_r12); 98 regcache->raw_supply (13, &sf.sf_r13); 99 regcache->raw_supply (14, &sf.sf_r14); 100 regcache->raw_supply (15, &sf.sf_r15); 101 regcache->raw_supply (AMD64_RBX_REGNUM, &sf.sf_rbx); 102 regcache->raw_supply (AMD64_RIP_REGNUM, &sf.sf_rip);
|
| i386-obsd-nat.c | 38 struct switchframe sf; local 67 read_memory (pcb->pcb_esp, (gdb_byte *) &sf, sizeof sf); 69 regcache->raw_supply (I386_EDI_REGNUM, &sf.sf_edi); 70 regcache->raw_supply (I386_ESI_REGNUM, &sf.sf_esi); 71 regcache->raw_supply (I386_EBX_REGNUM, &sf.sf_ebx); 72 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip); 80 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4, byte_order); 81 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
|
| mips-netbsd-nat.c | 123 struct label_t sf; local 125 sf = pcb->pcb_context; 130 regcache->raw_supply (MIPS_S0_REGNUM, &sf.val[_L_S0]); 131 regcache->raw_supply (MIPS_S1_REGNUM, &sf.val[_L_S1]); 132 regcache->raw_supply (MIPS_S2_REGNUM, &sf.val[_L_S2]); 133 regcache->raw_supply (MIPS_S3_REGNUM, &sf.val[_L_S3]); 134 regcache->raw_supply (MIPS_S4_REGNUM, &sf.val[_L_S4]); 135 regcache->raw_supply (MIPS_S5_REGNUM, &sf.val[_L_S5]); 136 regcache->raw_supply (MIPS_S6_REGNUM, &sf.val[_L_S6]); 137 regcache->raw_supply (MIPS_S7_REGNUM, &sf.val[_L_S7]) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-obsd-nat.c | 71 struct switchframe sf; 104 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf); 105 if (sf.sf_rbp == pcb->pcb_rbp) 109 regcache->raw_supply (12, &sf.sf_r12); 110 regcache->raw_supply (13, &sf.sf_r13); 111 regcache->raw_supply (14, &sf.sf_r14); 112 regcache->raw_supply (15, &sf.sf_r15); 113 regcache->raw_supply (AMD64_RBX_REGNUM, &sf.sf_rbx); 114 regcache->raw_supply (AMD64_RIP_REGNUM, &sf.sf_rip) 70 struct switchframe sf; local [all...] |
| i386-netbsd-nat.c | 39 struct switchframe sf; local 61 read_memory (pcb->pcb_esp, (gdb_byte *)&sf, sizeof sf); 63 regcache->raw_supply (I386_EDI_REGNUM, &sf.sf_edi); 64 regcache->raw_supply (I386_ESI_REGNUM, &sf.sf_esi); 67 regcache->raw_supply (I386_EBX_REGNUM, &sf.sf_ebx); 68 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
|
| amd64-netbsd-nat.c | 66 struct switchframe sf; local 95 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf); 97 regcache->raw_supply (12, &sf.sf_r12); 98 regcache->raw_supply (13, &sf.sf_r13); 99 regcache->raw_supply (14, &sf.sf_r14); 100 regcache->raw_supply (15, &sf.sf_r15); 101 regcache->raw_supply (AMD64_RBX_REGNUM, &sf.sf_rbx); 102 regcache->raw_supply (AMD64_RIP_REGNUM, &sf.sf_rip);
|
| i386-obsd-nat.c | 38 struct switchframe sf; local 67 read_memory (pcb->pcb_esp, (gdb_byte *) &sf, sizeof sf); 69 regcache->raw_supply (I386_EDI_REGNUM, &sf.sf_edi); 70 regcache->raw_supply (I386_ESI_REGNUM, &sf.sf_esi); 71 regcache->raw_supply (I386_EBX_REGNUM, &sf.sf_ebx); 72 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip); 80 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4, byte_order); 81 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
|
| mips-netbsd-nat.c | 123 struct label_t sf; local 125 sf = pcb->pcb_context; 130 regcache->raw_supply (MIPS_S0_REGNUM, &sf.val[_L_S0]); 131 regcache->raw_supply (MIPS_S1_REGNUM, &sf.val[_L_S1]); 132 regcache->raw_supply (MIPS_S2_REGNUM, &sf.val[_L_S2]); 133 regcache->raw_supply (MIPS_S3_REGNUM, &sf.val[_L_S3]); 134 regcache->raw_supply (MIPS_S4_REGNUM, &sf.val[_L_S4]); 135 regcache->raw_supply (MIPS_S5_REGNUM, &sf.val[_L_S5]); 136 regcache->raw_supply (MIPS_S6_REGNUM, &sf.val[_L_S6]); 137 regcache->raw_supply (MIPS_S7_REGNUM, &sf.val[_L_S7]) [all...] |
| /src/sys/dev/sdmmc/ |
| sdmmc_cis.c | 52 sdmmc_cisptr(struct sdmmc_function *sf) 57 if (sf->number == 0) { 58 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 0) << 0; 59 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 1) << 8; 60 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 2) << 16; 62 struct sdmmc_function *sf0 = sf->sc->sc_fn0; 63 int num = sf->number; 73 decode_funce_common(struct sdmmc_function *sf, struct sdmmc_cis *cis, 79 struct sdmmc_function *sf0 = sf->sc->sc_fn0; 80 device_t dev = sf->sc->sc_dev [all...] |
| sdmmc_io.c | 145 struct sdmmc_function *sf0, *sf; local 175 sf = sdmmc_function_alloc(sc); 176 sf->number = i; 177 sf->rca = sf0->rca; 178 SIMPLEQ_INSERT_TAIL(&sc->sf_head, sf, sf_list); 189 sdmmc_io_init(struct sdmmc_softc *sc, struct sdmmc_function *sf) 197 sf->blklen = sdmmc_chip_host_maxblklen(sc->sc_sct, sc->sc_sch); 199 if (sf->number == 0) { 200 reg = sdmmc_io_read_1(sf, SD_IO_CCCR_CAPABILITY); 202 sdmmc_io_write_1(sf, SD_IO_CCCR_BUS_WIDTH [all...] |
| sdmmc_mem.c | 331 struct sdmmc_function *sf; local 360 SIMPLEQ_FOREACH(sf, &sc->sf_head, sf_list) 365 sf = sdmmc_function_alloc(sc); 366 sf->rca = next_rca; 372 memcpy(sf->raw_cid, resp, sizeof(sf->raw_cid)); 379 if (sdmmc_set_relative_addr(sc, sf) != 0) { 382 sdmmc_function_free(sf); 392 sc->sc_fn0 = sf; 394 SIMPLEQ_INSERT_TAIL(&sc->sf_head, sf, sf_list) [all...] |
| sdmmc.c | 432 struct sdmmc_function *sf; local 472 SIMPLEQ_FOREACH(sf, &sc->sf_head, sf_list) { 473 if (ISSET(sc->sc_flags, SMF_IO_MODE) && sf->number < 1) 477 saa.manufacturer = sf->cis.manufacturer; 478 saa.product = sf->cis.product; 479 saa.interface = sf->interface; 480 saa.sf = sf; 482 sf->child = 500 struct sdmmc_function *sf, *sfnext local 534 struct sdmmc_function *sf = sa->sf; local 681 struct sdmmc_function *sf; local 792 struct sdmmc_function *sf; local [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| dragonfly-unwind.h | 91 struct sigframe *sf; local 97 sf = (struct sigframe *) context->cfa; 98 new_cfa = sf->REG_NAME(rsp); 106 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa; 108 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa; 110 fs->regs.reg[2].loc.offset = (long)&sf->REG_NAME(rcx) - new_cfa; 112 fs->regs.reg[3].loc.offset = (long)&sf->REG_NAME(rbx) - new_cfa; 114 fs->regs.reg[4].loc.offset = (long)&sf->REG_NAME(rsi) - new_cfa; 116 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(rdi) - new_cfa; 118 fs->regs.reg[6].loc.offset = (long)&sf->REG_NAME(rbp) - new_cfa 170 struct sigframe *sf; local [all...] |
| freebsd-unwind.h | 78 struct sigframe *sf; local 106 sf = (struct sigframe *) context->cfa; 107 new_cfa = sf->REG_NAME(rsp); 114 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa; 116 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa; 118 fs->regs.reg[2].loc.offset = (long)&sf->REG_NAME(rcx) - new_cfa; 120 fs->regs.reg[3].loc.offset = (long)&sf->REG_NAME(rbx) - new_cfa; 122 fs->regs.reg[4].loc.offset = (long)&sf->REG_NAME(rsi) - new_cfa; 124 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(rdi) - new_cfa; 126 fs->regs.reg[6].loc.offset = (long)&sf->REG_NAME(rbp) - new_cfa 165 struct sigframe *sf; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| freebsd-unwind.h | 78 struct sigframe *sf; local 106 sf = (struct sigframe *) context->cfa; 107 new_cfa = sf->REG_NAME(rsp); 114 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa; 116 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa; 118 fs->regs.reg[2].loc.offset = (long)&sf->REG_NAME(rcx) - new_cfa; 120 fs->regs.reg[3].loc.offset = (long)&sf->REG_NAME(rbx) - new_cfa; 122 fs->regs.reg[4].loc.offset = (long)&sf->REG_NAME(rsi) - new_cfa; 124 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(rdi) - new_cfa; 126 fs->regs.reg[6].loc.offset = (long)&sf->REG_NAME(rbp) - new_cfa 165 struct sigframe *sf; local [all...] |
| dragonfly-unwind.h | 91 struct sigframe *sf; local 97 sf = (struct sigframe *) context->cfa; 98 new_cfa = sf->REG_NAME(rsp); 106 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa; 108 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa; 110 fs->regs.reg[2].loc.offset = (long)&sf->REG_NAME(rcx) - new_cfa; 112 fs->regs.reg[3].loc.offset = (long)&sf->REG_NAME(rbx) - new_cfa; 114 fs->regs.reg[4].loc.offset = (long)&sf->REG_NAME(rsi) - new_cfa; 116 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(rdi) - new_cfa; 118 fs->regs.reg[6].loc.offset = (long)&sf->REG_NAME(rbp) - new_cfa 170 struct sigframe *sf; local [all...] |
| /src/tools/m4/ |
| Makefile | 14 @ln -sf ${.ALLSRC:M*.c} $@ 16 @ln -sf ${.ALLSRC:M*.h} $@ 18 @ln -sf ${.ALLSRC:M*.c} $@
|
| /src/sys/arch/sparc/sparc/ |
| sunos_machdep.c | 80 struct sunos_sigframe sf; local 111 sf.sf_signo = sig; 112 sf.sf_code = code; 113 sf.sf_scp = &fp->sf_sc; 114 sf.sf_addr = 0; /* XXX */ 119 sf.sf_sc.sc_onstack = l->l_sigstk.ss_flags & SS_ONSTACK; 120 native_sigset_to_sigset13(mask, &sf.sf_sc.sc_mask); 121 sf.sf_sc.sc_sp = oldsp; 122 sf.sf_sc.sc_pc = tf->tf_pc; 123 sf.sf_sc.sc_npc = tf->tf_npc [all...] |