Home
last modified time | relevance | path

Searched full:xout (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,rzg2l-cpg.yaml42 crystal oscillator (XIN/XOUT).
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py1023 xout = x[1].out
1026 (xsym.name_ver, xsym.lib.libfile), file=xout)
1029 (xsym.name_ver, xsym.lib.libfile), file=xout)
1033 print(i, file=xout)
1034 print(pp.result(), file=xout)
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a09g011.dtsi16 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
H A Dr9a07g043.dtsi36 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
H A Dr9a07g044.dtsi37 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
H A Dr9a07g054.dtsi37 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */
/freebsd/contrib/sqlite3/
H A Dshell.c13067 ** the error message to callback function xOut.
16233 ** int (*xOut)(const char*,void*), // Output routine. ex: fputs
16234 ** void *pOutArg, // 2nd argument to xOut. ex: stderr
16350 int (*xOut)(const char*, void*); /* Send output here */ member
16353 void *pOutArg; /* First argument to xOut */
16470 pInfo->xOut(zMsg, pInfo->pOutArg); in vfstrace_printf()
17350 int (*xOut)(const char*,void*), /* Output routine. ex: fputs */ in vfstrace_register()
17351 void *pOutArg, /* 2nd argument to xOut. ex: stderr */ in vfstrace_register()
17399 pInfo->xOut = xOut; in vfstrace_register()