| /freebsd-14.2/usr.bin/mkuzip/ |
| H A D | mkuz_insize.c | 48 if (fstat(cfp->fdr, &sb) != 0) { in mkuz_get_insize() 53 if (fstatfs(cfp->fdr, &statfsbuf) != 0) { in mkuz_get_insize() 70 if (ioctl(cfp->fdr, DIOCGMEDIASIZE, &ms) < 0) { in mkuz_get_insize()
|
| H A D | mkuzip.c | 274 cfs.fdr = open(cfs.iname, O_RDONLY); in main() 275 if (cfs.fdr < 0) { in main() 330 iblk = readblock(cfs.fdr, cfs.blksz); in main() 398 close(cfs.fdr); in main()
|
| H A D | mkuz_cfg.h | 30 int fdr; member
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | clonefile.c | 348 cf_file_dedupe_range_t *fdr = (cf_file_dedupe_range_t *)&buf[0]; in do_deduperange() local 353 fdr->src_offset = soff; in do_deduperange() 354 fdr->src_length = len; in do_deduperange() 355 fdr->dest_count = 1; in do_deduperange() 360 int err = ioctl(sfd, CF_FIDEDUPERANGE, fdr); in do_deduperange()
|
| /freebsd-14.2/sbin/recoverdisk/ |
| H A D | recoverdisk.c | 66 static int fdr, fdw; variable 472 fdr = open(argv[0], O_RDONLY); in main() 473 if (fdr < 0) in main() 476 error = fstat(fdr, &sb); in main() 480 error = ioctl(fdr, DIOCGSECTORSIZE, §orsize); in main() 484 error = ioctl(fdr, DIOCGSTRIPESIZE, &stripesize); in main() 491 error = ioctl(fdr, DIOCGMEDIASIZE, &tot_size); in main() 563 j = pread(fdr, buf, sz, lp->start); in main()
|
| /freebsd-14.2/lib/libclang_rt/xray-fdr/ |
| H A D | Makefile | 4 LIB= clang_rt.xray-fdr-${CRTARCH}
|
| /freebsd-14.2/sys/dev/dpaa2/ |
| H A D | dpaa2_channel.c | 352 if (msg->fdr.desc.stat & DPAA2_DQ_STAT_EXPIRED) { in dpaa2_chan_next_frame() 355 if (!(msg->fdr.desc.stat & DPAA2_DQ_STAT_VALIDFRAME)) { in dpaa2_chan_next_frame() 359 if (msg != NULL && (msg->fdr.desc.stat & DPAA2_DQ_STAT_FQEMPTY)) { in dpaa2_chan_next_frame()
|
| H A D | dpaa2_swp.c | 768 if ((msg->fdr.desc.stat & DPAA2_DQ_STAT_VOLATILE) && in dpaa2_swp_pull() 769 (msg->fdr.desc.tok == DPAA2_SWP_VDQCR_TOKEN)) { in dpaa2_swp_pull() 771 msg->fdr.desc.tok = 0; in dpaa2_swp_pull()
|
| H A D | dpaa2_swp.h | 364 struct dpaa2_fdr fdr; /* Frame Dequeue Response */ member
|
| H A D | dpaa2_ni.c | 3019 if (dq != NULL && !IS_NULL_RESPONSE(dq->fdr.desc.stat)) { in dpaa2_ni_consume_frames() 3020 fd = &dq->fdr.fd; in dpaa2_ni_consume_frames() 3021 fq = (struct dpaa2_ni_fq *) dq->fdr.desc.fqd_ctx; in dpaa2_ni_consume_frames() 3040 if (dq != NULL && !IS_NULL_RESPONSE(dq->fdr.desc.stat)) { in dpaa2_ni_consume_frames() 3041 fd = &dq->fdr.fd; in dpaa2_ni_consume_frames() 3042 fq = (struct dpaa2_ni_fq *) dq->fdr.desc.fqd_ctx; in dpaa2_ni_consume_frames()
|
| /freebsd-14.2/lib/libclang_rt/ |
| H A D | Makefile | 38 SD_XRAY+= xray-fdr
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_flags.inc | 40 "DEPRECATED: Use xray_mode=xray-fdr instead.")
|
| /freebsd-14.2/sbin/ipf/ipmon/ |
| H A D | ipmon.c | 1764 fd_set fdr; in read_loginfo() local 1766 fdr = conf->fdmr; in read_loginfo() 1768 n = select(conf->maxfd + 1, &fdr, NULL, NULL, NULL); in read_loginfo() 1780 if ((l->logtype == -1) || !FD_ISSET(l->fd, &fdr)) in read_loginfo()
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 471 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-aarch64.a 472 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-arm.a 473 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-armhf.a 475 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-x86_64.a 919 OLD_FILES+=usr/lib/clang/16/lib/freebsd/libclang_rt.xray-fdr-aarch64.a 920 OLD_FILES+=usr/lib/clang/16/lib/freebsd/libclang_rt.xray-fdr-arm.a 921 OLD_FILES+=usr/lib/clang/16/lib/freebsd/libclang_rt.xray-fdr-armhf.a 923 OLD_FILES+=usr/lib/clang/16/lib/freebsd/libclang_rt.xray-fdr-x86_64.a 1432 OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.xray-fdr-arm.a 1972 OLD_FILES+=usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.xray-fdr-arm.a [all …]
|
| /freebsd-14.2/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 1301 OLD_FILES+=usr/lib/clang/18/lib/freebsd/libclang_rt.xray-fdr-aarch64.a 1302 OLD_FILES+=usr/lib/clang/18/lib/freebsd/libclang_rt.xray-fdr-arm.a 1303 OLD_FILES+=usr/lib/clang/18/lib/freebsd/libclang_rt.xray-fdr-armhf.a 1304 OLD_FILES+=usr/lib/clang/18/lib/freebsd/libclang_rt.xray-fdr-powerpc64le.a 1305 OLD_FILES+=usr/lib/clang/18/lib/freebsd/libclang_rt.xray-fdr-x86_64.a
|