Searched refs:ofd (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/ |
| H A D | stride_dd.c | 127 int ofd; in main() local 140 ofd = open(ofile, O_WRONLY | O_CREAT, 0666); in main() 141 if (ofd == -1) { in main() 159 if (lseek(ofd, seek * bsize, SEEK_CUR) == -1) { in main() 184 c = write(ofd, buf, bsize); in main() 202 if (lseek(ofd, (stride - 1) * bsize, SEEK_CUR) == -1) { in main() 210 (void) close(ofd); in main()
|
| /f-stack/dpdk/buildtools/pmdinfogen/ |
| H A D | pmdinfogen.c | 378 FILE *ofd; in output_pmd_info_string() local 384 ofd = stdout; in output_pmd_info_string() 386 ofd = fopen(outfile, "w+"); in output_pmd_info_string() 387 if (!ofd) { in output_pmd_info_string() 403 fprintf(ofd, "\\\"%s\\\" : \\\"%s\\\", ", in output_pmd_info_string() 409 fprintf(ofd, "\\\"pci_ids\\\" : ["); in output_pmd_info_string() 412 fprintf(ofd, "[%d, %d, %d, %d]", in output_pmd_info_string() 418 fprintf(ofd, ","); in output_pmd_info_string() 420 fprintf(ofd, " "); in output_pmd_info_string() 422 fprintf(ofd, "]}\";\n"); in output_pmd_info_string() [all …]
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_machdep.c | 281 const struct octeon_feature_description *ofd; in platform_start() local 390 for (ofd = octeon_feature_descriptions; ofd->ofd_string != NULL; ofd++) in platform_start() 391 if (octeon_has_feature(ofd->ofd_feature)) in platform_start() 392 printf(" %s", ofd->ofd_string); in platform_start()
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | linenoise.c | 262 static int getCursorPosition(int ifd, int ofd) { in getCursorPosition() argument 268 if (write(ofd, "\x1b[6n", 4) != 4) return -1; in getCursorPosition() 286 static int getColumns(int ifd, int ofd) { in getColumns() argument 294 start = getCursorPosition(ifd,ofd); in getColumns() 298 if (write(ofd,"\x1b[999C",6) != 6) goto failed; in getColumns() 299 cols = getCursorPosition(ifd,ofd); in getColumns() 306 if (write(ofd,seq,strlen(seq)) == -1) { in getColumns() 505 int fd = l->ofd; in refreshSingleLine() 551 int fd = l->ofd, j; in refreshMultiLine() 775 l.ofd = stdout_fd; in linenoiseEdit() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/st/ |
| H A D | st,clkgen.txt | 55 clock-output-names = "clk-s-a0-pll-ofd-0";
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | stih410-clock.dtsi | 81 clock-output-names = "clk-s-a0-pll-ofd-0"; 82 clock-critical = <0>; /* clk-s-a0-pll-ofd-0 */
|
| H A D | stih407-clock.dtsi | 81 clock-output-names = "clk-s-a0-pll-ofd-0"; 82 clock-critical = <0>; /* clk-s-a0-pll-ofd-0 */
|
| H A D | stih418-clock.dtsi | 82 clock-output-names = "clk-s-a0-pll-ofd-0";
|