HomeSort by: relevance | last modified time | path
    Searched refs:pc (Results 1 - 25 of 3315) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/lib/libsa/
fnmatch.c 68 char fc, pc; local
72 pc = *pattern++;
73 if (!fc && !pc)
75 if (pc == '?' && fc)
76 pc = fc;
77 } while (fc == pc);
79 if (pc != '*')
85 pc = *pattern++;
86 if (!pc)
88 while ((fname = strchr(fname, pc)))
    [all...]
  /src/sys/arch/ibmnws/pci/
pci_machdep.c 63 ibmnws_pci_get_chipset_tag_indirect(pci_chipset_tag_t pc)
66 pc->pc_conf_v = (void *)pc;
68 pc->pc_attach_hook = genppc_pci_indirect_attach_hook;
69 pc->pc_bus_maxdevs = ibmnws_pci_bus_maxdevs;
70 pc->pc_make_tag = genppc_pci_indirect_make_tag;
71 pc->pc_conf_read = genppc_pci_indirect_conf_read;
72 pc->pc_conf_write = genppc_pci_indirect_conf_write;
74 pc->pc_intr_v = (void *)pc;
    [all...]
  /src/sys/arch/mvmeppc/pci/
pci_machdep.c 73 mvmeppc_pci_get_chipset_tag(pci_chipset_tag_t pc)
75 pc->pc_conf_v = (void *)pc;
77 pc->pc_attach_hook = genppc_pci_indirect_attach_hook;
78 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs;
79 pc->pc_make_tag = genppc_pci_indirect_make_tag;
80 pc->pc_conf_read = genppc_pci_indirect_conf_read;
81 pc->pc_conf_write = genppc_pci_indirect_conf_write;
83 pc->pc_intr_v = (void *)pc;
    [all...]
  /src/sys/arch/bebox/pci/
pci_machdep.c 72 bebox_pci_get_chipset_tag(pci_chipset_tag_t pc)
74 pc->pc_conf_v = (void *)pc;
76 pc->pc_attach_hook = genppc_pci_indirect_attach_hook;
77 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs;
78 pc->pc_make_tag = genppc_pci_indirect_make_tag;
79 pc->pc_conf_read = genppc_pci_indirect_conf_read;
80 pc->pc_conf_write = genppc_pci_indirect_conf_write;
82 pc->pc_intr_v = (void *)pc;
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
params_conversion_test.c 35 static int param_conversion_load_stanza(PARAM_CONVERSION *pc, const STANZA *s)
57 memset(pc, 0, sizeof(*pc));
66 pc->param = OSSL_PARAM_locate(params, type = pp->value);
67 if (pc->param == NULL) {
77 pc->valid_i32 = 1;
78 pc->i32 = (int32_t)strtoimax(pp->value, &p, 10);
86 pc->valid_i64 = 1;
87 pc->i64 = (int64_t)strtoimax(pp->value, &p, 10);
95 pc->valid_u32 = 1
323 PARAM_CONVERSION pc; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
params_conversion_test.c 35 static int param_conversion_load_stanza(PARAM_CONVERSION *pc, const STANZA *s)
57 memset(pc, 0, sizeof(*pc));
66 pc->param = OSSL_PARAM_locate(params, type = pp->value);
67 if (pc->param == NULL) {
77 pc->valid_i32 = 1;
78 pc->i32 = (int32_t)strtoimax(pp->value, &p, 10);
86 pc->valid_i64 = 1;
87 pc->i64 = (int64_t)strtoimax(pp->value, &p, 10);
95 pc->valid_u32 = 1
318 PARAM_CONVERSION pc; local
    [all...]
  /src/sys/dev/pci/
lynxfbvar.h 28 int lynxfb_cnattach(bus_space_tag_t, bus_space_tag_t, pci_chipset_tag_t pc,
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_fd.h 41 void FdAcquire(ThreadState *thr, uptr pc, int fd);
42 void FdRelease(ThreadState *thr, uptr pc, int fd);
43 void FdAccess(ThreadState *thr, uptr pc, int fd);
44 void FdClose(ThreadState *thr, uptr pc, int fd, bool write = true);
45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
46 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write);
47 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd);
48 void FdEventCreate(ThreadState *thr, uptr pc, int fd);
49 void FdSignalCreate(ThreadState *thr, uptr pc, int fd);
50 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.h 42 void FdAcquire(ThreadState *thr, uptr pc, int fd);
43 void FdRelease(ThreadState *thr, uptr pc, int fd);
44 void FdAccess(ThreadState *thr, uptr pc, int fd);
45 void FdClose(ThreadState *thr, uptr pc, int fd, bool write = true);
46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
47 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write);
48 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd);
49 void FdEventCreate(ThreadState *thr, uptr pc, int fd);
50 void FdSignalCreate(ThreadState *thr, uptr pc, int fd);
51 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_fd.h 41 void FdAcquire(ThreadState *thr, uptr pc, int fd);
42 void FdRelease(ThreadState *thr, uptr pc, int fd);
43 void FdAccess(ThreadState *thr, uptr pc, int fd);
44 void FdClose(ThreadState *thr, uptr pc, int fd, bool write = true);
45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
46 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write);
47 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd);
48 void FdEventCreate(ThreadState *thr, uptr pc, int fd);
49 void FdSignalCreate(ThreadState *thr, uptr pc, int fd);
50 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
x86-tdep.h 23 /* Checks whether PC lies in an indirect branch thunk using registers
26 extern bool x86_in_indirect_branch_thunk (CORE_ADDR pc,
  /src/sys/arch/sgimips/pci/
pci_machdep.c 77 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno)
80 return (*pc->pc_bus_maxdevs)(pc, busno);
84 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function)
91 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp)
103 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg)
106 return (*pc->pc_conf_read)(pc, tag, reg);
110 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data)
113 (*pc->pc_conf_write)(pc, tag, reg, data)
    [all...]
  /src/sys/arch/evbppc/pmppc/pci/
pci_machdep.c 88 pmppc_pci_get_chipset_tag(pci_chipset_tag_t pc)
90 pc->pc_conf_v = (void *)pc;
92 pc->pc_attach_hook = genppc_pci_indirect_attach_hook;
93 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs;
94 pc->pc_make_tag = genppc_pci_indirect_make_tag;
95 pc->pc_conf_read = genppc_pci_indirect_conf_read;
96 pc->pc_conf_write = genppc_pci_indirect_conf_write;
98 pc->pc_intr_v = (void *)pc;
    [all...]
  /src/external/bsd/libpcap/dist/
bpf_filter.c 76 * Execute the filter program starting at pc on the packet p
89 pcapint_filter_with_aux_data(const struct bpf_insn *pc, const u_char *p,
93 pcapint_filter_with_aux_data(const struct bpf_insn *pc, const u_char *p,
101 if (pc == 0)
108 --pc;
110 ++pc;
111 switch (pc->code) {
116 return (u_int)pc->k;
122 k = pc->k;
130 k = pc->k
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
freebsd-unwind.h 33 const unsigned int *pc = (const unsigned int *) context->ra; local
43 if (pc[0] == 0xF8410028
44 || ((pc[0] & 0xFFFF0000) == 0x3D820000
45 && pc[1] == 0xF8410028))
56 else if (pc[0] == 0x4E800421
57 && pc[1] == 0xE8410028)
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
freebsd-unwind.h 33 const unsigned int *pc = (const unsigned int *) context->ra; local
43 if (pc[0] == 0xF8410028
44 || ((pc[0] & 0xFFFF0000) == 0x3D820000
45 && pc[1] == 0xF8410028))
56 else if (pc[0] == 0x4E800421
57 && pc[1] == 0xE8410028)
  /src/external/gpl2/xcvs/dist/lib/
getdate.y 202 %parse-param { parser_control *pc }
203 %lex-param { parser_control *pc }
237 pc->seconds = $2;
238 pc->timespec_seen = true;
249 { pc->times_seen++; }
251 { pc->local_zones_seen++; }
253 { pc->zones_seen++; }
255 { pc->dates_seen++; }
257 { pc->days_seen++; }
259 { pc->rels_seen = true;
    [all...]
  /src/sys/arch/ofppc/pci/
ofwpci.c 68 ofwpci_get_chipset_tag(pci_chipset_tag_t pc)
70 pc->pc_conf_v = (void *)pc;
72 pc->pc_attach_hook = genppc_pci_ofmethod_attach_hook;
73 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs;
74 pc->pc_make_tag = genppc_pci_ofmethod_make_tag;
75 pc->pc_conf_read = genppc_pci_ofmethod_conf_read;
76 pc->pc_conf_write = genppc_pci_ofmethod_conf_write;
78 pc->pc_intr_v = (void *)pc;
131 pci_chipset_tag_t pc = &sc->sc_pc; local
    [all...]
  /src/sys/arch/alpha/pci/
pci_kn20aa.c 63 static void kn20aa_enable_intr(pci_chipset_tag_t pc, int irq);
64 static void kn20aa_disable_intr(pci_chipset_tag_t pc, int irq);
68 pci_chipset_tag_t pc)
72 pc->pc_intr_v = core;
73 pc->pc_intr_map = dec_kn20aa_intr_map;
74 pc->pc_intr_string = alpha_pci_generic_intr_string;
75 pc->pc_intr_evcnt = alpha_pci_generic_intr_evcnt;
76 pc->pc_intr_establish = alpha_pci_generic_intr_establish;
77 pc->pc_intr_disestablish = alpha_pci_generic_intr_disestablish;
80 pc->pc_pciide_compat_intr_establish = NULL
107 pci_chipset_tag_t pc = pa->pa_pc; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/example-synacor/
sim-main.c 68 sim_engine_halt (sd, cpu, NULL, example_cpu->pc, sim_signalled, SIM_SIGILL);
79 sim_cia pc = sim_pc_get (cpu);
81 iw1 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc);
82 TRACE_EXTRACT (cpu, "%04x: iw1: %#x", pc, iw1);
90 sim_engine_halt (sd, cpu, NULL, pc, sim_exited, 0);
97 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2);
99 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4)
77 sim_cia pc = sim_pc_get (cpu); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/example-synacor/
sim-main.c 68 sim_engine_halt (sd, cpu, NULL, example_cpu->pc, sim_signalled, SIM_SIGILL);
79 sim_cia pc = sim_pc_get (cpu);
81 iw1 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc);
82 TRACE_EXTRACT (cpu, "%04x: iw1: %#x", pc, iw1);
90 sim_engine_halt (sd, cpu, NULL, pc, sim_exited, 0);
97 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2);
99 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4)
77 sim_cia pc = sim_pc_get (cpu); local
    [all...]
  /src/sys/arch/arc/include/
trap.h 7 extern int arc_hardware_intr (unsigned mask, unsigned pc,
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-compat.c 36 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases)
38 __libunwind__Unwind_Find_FDE (pc, bases);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-compat.c 36 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases)
38 __libunwind__Unwind_Find_FDE (pc, bases);
  /src/lib/csu/arch/arm/
crtn.S 41 ldmea fp, {fp, sp, pc}
44 ldmea fp, {fp, sp, pc}

Completed in 53 milliseconds

1 2 3 4 5 6 7 8 91011>>