Searched refs:pti (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/kern/
H A Dtty_pty.c224 struct pt_softc *pti; local
290 pti = kmem_zalloc(sizeof(*pti), KM_SLEEP);
292 selinit(&pti->pt_selr);
293 selinit(&pti->pt_selw);
294 pti->pt_tty = tty_alloc();
304 tty_free(pti->pt_tty);
305 seldestroy(&pti->pt_selr);
306 seldestroy(&pti->pt_selw);
307 kmem_free(pti, sizeo
372 struct pt_softc *pti; local
419 struct pt_softc *pti = pt_softc[minor(dev)]; local
433 struct pt_softc *pti = pt_softc[minor(dev)]; local
493 struct pt_softc *pti = pt_softc[minor(dev)]; local
507 struct pt_softc *pti = pt_softc[minor(dev)]; local
523 struct pt_softc *pti; local
547 struct pt_softc *pti; local
578 struct pt_softc *pti; local
602 struct pt_softc *pti; local
633 struct pt_softc *pti = pt_softc[minor(dev)]; local
647 struct pt_softc *pti = pt_softc[minor(dev)]; local
736 struct pt_softc *pti = pt_softc[minor(dev)]; local
861 struct pt_softc *pti = pt_softc[minor(dev)]; local
902 struct pt_softc *pti; local
914 struct pt_softc *pti; local
956 struct pt_softc *pti; local
968 struct pt_softc *pti; local
1021 struct pt_softc *pti = pt_softc[minor(dev)]; local
1049 struct pt_softc *pti = pt_softc[minor(dev)]; local
1059 struct pt_softc *pti = pt_softc[minor(dev)]; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_htab.c261 int pti; local
262 for (pti = 0; pti < 8; pti++) {
263 unsigned32 pte = pteg + 8 * pti;
290 pti * 8,
325 pti * 8,
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_htab.c261 int pti; local
262 for (pti = 0; pti < 8; pti++) {
263 uint32_t pte = pteg + 8 * pti;
290 pti * 8,
325 pti * 8,
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtarget.h580 Target(const Target_info* pti) argument
581 : pti_(pti), processor_specific_flags_(0),
1160 Sized_target(const Target::Target_info* pti) argument
1161 : Target(pti)
1163 gold_assert(pti->size == size);
1164 gold_assert(pti->is_big_endian ? big_endian : !big_endian);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtarget.h585 Target(const Target_info* pti) argument
586 : pti_(pti), processor_specific_flags_(0),
1168 Sized_target(const Target::Target_info* pti) argument
1169 : Target(pti)
1171 gold_assert(pti->size == size);
1172 gold_assert(pti->is_big_endian ? big_endian : !big_endian);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtarget.h580 Target(const Target_info* pti) argument
581 : pti_(pti), processor_specific_flags_(0),
1160 Sized_target(const Target::Target_info* pti) argument
1161 : Target(pti)
1163 gold_assert(pti->size == size);
1164 gold_assert(pti->is_big_endian ? big_endian : !big_endian);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtarget.h171 const char *pti; member in struct:asm_int_op
H A Dsel-sched.c2412 struct transformed_insns *pti
2417 if (pti)
2423 INSN_UID (insn), pti->type,
2424 pti->vinsn_old, pti->vinsn_new,
2427 if (INSN_IN_STREAM_P (VINSN_INSN_RTX (pti->vinsn_new)))
2428 pti->vinsn_new = vinsn_copy (pti->vinsn_new, true);
2429 change_vinsn_in_expr (expr, pti->vinsn_new);
2430 if (pti
2404 struct transformed_insns *pti local
2483 struct transformed_insns *pti; local
2499 pti, VINSN_HASH_RTX (expr_old_vinsn), local
[all...]
H A Dsel-sched-ir.c2873 struct transformed_insns *pti = (struct transformed_insns *) p;
2875 vinsn_detach (pti->vinsn_old);
2876 vinsn_detach (pti->vinsn_new);
2877 free (pti);
2857 struct transformed_insns *pti = (struct transformed_insns *) p; local
H A Dvarasm.c2779 return ops->pti;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarget.h159 const char *pti; member in struct:asm_int_op
H A Dsel-sched.cc2412 struct transformed_insns *pti
2417 if (pti)
2423 INSN_UID (insn), pti->type,
2424 pti->vinsn_old, pti->vinsn_new,
2427 if (INSN_IN_STREAM_P (VINSN_INSN_RTX (pti->vinsn_new)))
2428 pti->vinsn_new = vinsn_copy (pti->vinsn_new, true);
2429 change_vinsn_in_expr (expr, pti->vinsn_new);
2430 if (pti
2404 struct transformed_insns *pti local
2483 struct transformed_insns *pti; local
2499 pti, VINSN_HASH_RTX (expr_old_vinsn), local
[all...]
H A Dsel-sched-ir.cc2873 struct transformed_insns *pti = (struct transformed_insns *) p;
2875 vinsn_detach (pti->vinsn_old);
2876 vinsn_detach (pti->vinsn_new);
2877 free (pti);
2857 struct transformed_insns *pti = (struct transformed_insns *) p; local
H A Dvarasm.cc2861 return ops->pti;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c331 nto_thread_info *pti = get_nto_thread_info (new_thread); local
336 if (pti)
338 pti = new nto_thread_info;
339 new_thread->priv.reset (pti);
342 pti->name = newname;
375 nto_thread_info *pti = get_nto_thread_info (new_thread); local
376 pti->tid = tid;
377 pti->state = state;
378 pti->flags = flags;
H A Ddarwin-nat.c348 darwin_thread_info *pti = new darwin_thread_info; local
350 pti->gdb_port = new_id;
351 pti->msg_state = DARWIN_RUNNING;
354 add_thread_with_info (this, ptid_t (inf->pid, 0, new_id), pti);
355 new_thread_vec.push_back (pti);
1668 thread_info_from_private_thread_info (darwin_thread_info *pti) argument
1674 if (iter_pti->gdb_port == pti->gdb_port)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c331 nto_thread_info *pti = get_nto_thread_info (new_thread); local
336 if (pti)
338 pti = new nto_thread_info;
339 new_thread->priv.reset (pti);
342 pti->name = newname;
375 nto_thread_info *pti = get_nto_thread_info (new_thread); local
376 pti->tid = tid;
377 pti->state = state;
378 pti->flags = flags;
H A Ddarwin-nat.c348 darwin_thread_info *pti = new darwin_thread_info; local
350 pti->gdb_port = new_id;
351 pti->msg_state = DARWIN_RUNNING;
354 add_thread_with_info (this, ptid_t (inf->pid, 0, new_id), pti);
355 new_thread_vec.push_back (pti);
1687 thread_info_from_private_thread_info (darwin_thread_info *pti) argument
1693 if (iter_pti->gdb_port == pti->gdb_port)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s390/
H A Dzarch-z990.s128 pti %r6,%r5
H A Dzarch-z990.d134 .*: b9 9e 00 65 [ ]*pti %r6,%r5

Completed in 624 milliseconds