Home
last modified time | relevance | path

Searched defs:xt (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c81 struct xlat16_table xt; in kiconv_add_xlat16_cspair() local
159 struct xlat16_table xt; in kiconv_xlat16_open() local
/freebsd/stand/ficl/
H A Dtools.c383 FICL_WORD *xt = stackPopPtr(pVM->pStack); in ficlDebugXT() local
545 FICL_WORD *xt; in stepBreak() local
/freebsd/usr.sbin/pstat/
H A Dpstat.c226 struct xtty xt; in ttymode_kvm() local
327 ttyprt(struct xtty * xt) ttyprt() argument
[all...]
/freebsd/contrib/bearssl/T0/
H A DWordBuilder.cs285 internal void Call(TPointerXT xt) in Call()
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1453 const pmu1_xtaltab0_t *xt; in bhnd_pmu1_alpclk0() local
1481 const pmu0_xtaltab0_t *xt; in bhnd_pmu0_pllinit0() local
1601 const pmu0_xtaltab0_t *xt; in bhnd_pmu0_alpclk0() local
1670 const pmu1_xtaltab0_t *xt; in bhnd_pmu1_pllinit0() local
/freebsd/contrib/tcsh/
H A Dsh.parse.c685 syntax_cleanup(void *xt) in syntax_cleanup()
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c951 #define XVCPSGNDP(xt, xa, xb) \ argument
/freebsd/contrib/bearssl/src/
H A Dinner.h2381 #define lxvw4x(xt, ra, rb) lxvw4x_(xt, ra, rb) argument
2382 #define stxvw4x(xt, ra, rb) stxvw4x_(xt, ra, rb) argument
2417 #define lxvw4x_(xt, ra, rb) "\tlxvw4x\t" #xt "," #ra "," #rb "\n" argument
2418 #define stxvw4x_(xt, ra, rb) "\tstxvw4x\t" #xt "," #ra "," #rb "\n" argument
/freebsd/sys/kern/
H A Dtty.c1289 tty_to_xtty(struct tty *tp, struct xtty *xt) in tty_to_xtty()
1315 struct xtty *xtlist, *xt; in sysctl_kern_ttys() local
/freebsd/sys/netinet/
H A Dtcp_syncache.c2521 struct xtcpcb xt; in syncache_pcblist() local
H A Dtcp_subr.c2656 struct xtcpcb xt; in tcp_pcblist() local
3966 tcp_inptoxtp(const struct inpcb *inp, struct xtcpcb *xt) in tcp_inptoxtp()
H A Din_fib_dxr.c339 struct direct_entry *xt = dxr->x; dxr_lookup() local
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1795 struct xtcpcb xt; in sdp_pcblist() local
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c356 xcscmp(const XML_Char *xs, const XML_Char *xt) { in xcscmp()