HomeSort by: relevance | last modified time | path
    Searched refs:mfd (Results 1 - 25 of 154) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/kern/
sys_memfd.c 98 struct memfd *mfd; local in function:sys_memfd_create
105 mfd = kmem_zalloc(sizeof(*mfd), KM_SLEEP);
106 mfd->mfd_size = 0;
107 mfd->mfd_uobj = uao_create(INT64_MAX - PAGE_SIZE, 0); /* same as tmpfs */
110 strcpy(mfd->mfd_name, memfd_prefix);
112 &mfd->mfd_name[sizeof(memfd_prefix) - 1],
113 sizeof(mfd->mfd_name) - sizeof(memfd_prefix), NULL);
117 getnanotime(&mfd->mfd_btime);
120 mfd->mfd_seals |= F_SEAL_SEAL
148 struct memfd *mfd = fp->f_memfd; local in function:memfd_read
185 struct memfd *mfd = fp->f_memfd; local in function:memfd_write
241 struct memfd *mfd = fp->f_memfd; local in function:memfd_fcntl
297 struct memfd *mfd = fp->f_memfd; local in function:memfd_stat
323 struct memfd *mfd = fp->f_memfd; local in function:memfd_close
337 struct memfd *mfd = fp->f_memfd; local in function:memfd_mmap
415 struct memfd *mfd = fp->f_memfd; local in function:memfd_truncate_locked
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acp.h 31 #include <linux/mfd/core.h>
  /src/usr.bin/fstat/
misc.c 282 struct memfd mfd; local in function:p_memfd
284 if (!KVM_READ(f->f_data, &mfd, sizeof(mfd))) {
288 (void)printf("* %s, seals=", mfd.mfd_name);
289 if (mfd.mfd_seals == 0)
292 seal_yet = p_memfd_seal(seal_yet, mfd.mfd_seals, F_SEAL_SEAL, "F_SEAL_SEAL");
293 seal_yet = p_memfd_seal(seal_yet, mfd.mfd_seals, F_SEAL_SHRINK, "F_SEAL_SHRINK");
294 seal_yet = p_memfd_seal(seal_yet, mfd.mfd_seals, F_SEAL_GROW, "F_SEAL_GROW");
295 seal_yet = p_memfd_seal(seal_yet, mfd.mfd_seals, F_SEAL_WRITE, "F_SEAL_WRITE");
296 seal_yet = p_memfd_seal(seal_yet, mfd.mfd_seals, F_SEAL_FUTURE_WRITE, "F_SEAL_FUTURE_WRITE")
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/
sharkl3.dtsi 21 "simple-mfd";
36 "simple-mfd";
53 "simple-mfd";
68 "simple-mfd";
85 "simple-mfd";
100 "simple-mfd";
117 "simple-mfd";
132 "simple-mfd";
147 "simple-mfd";
  /src/usr.sbin/moused/
moused.c 350 int mfd; /* mouse file descriptor */ member in struct:rodentparam
370 .mfd = -1,
776 if ((rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK, 0))
781 close(rodent.mfd);
782 rodent.mfd = -1;
806 if (rodent.mfd == -1) {
821 if (rodent.mfd != -1)
822 close(rodent.mfd);
825 rodent.mfd = rodent.cfd = -1;
896 set[0].fd = rodent.mfd;
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sama5d3_tcb1.dtsi 21 compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
rtd1195.dtsi 105 compatible = "syscon", "simple-mfd";
114 compatible = "syscon", "simple-mfd";
123 compatible = "syscon", "simple-mfd";
132 compatible = "syscon", "simple-mfd";
141 compatible = "syscon", "simple-mfd";
bcm2835-rpi.dtsi 16 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
uniphier-pro4.dtsi 244 "simple-mfd", "syscon";
260 "simple-mfd", "syscon";
372 "simple-mfd", "syscon";
410 "simple-mfd";
470 "simple-mfd", "syscon";
523 "simple-mfd";
576 "simple-mfd";
uniphier-ld4.dtsi 210 "simple-mfd", "syscon";
226 "simple-mfd", "syscon";
332 "simple-mfd", "syscon";
342 "simple-mfd";
389 "simple-mfd", "syscon";
uniphier-sld8.dtsi 214 "simple-mfd", "syscon";
230 "simple-mfd", "syscon";
336 "simple-mfd", "syscon";
346 "simple-mfd";
393 "simple-mfd", "syscon";
uniphier-pro5.dtsi 342 "simple-mfd", "syscon";
358 "simple-mfd", "syscon";
374 "simple-mfd", "syscon";
384 "simple-mfd";
454 "simple-mfd", "syscon";
485 "simple-mfd";
549 "simple-mfd";
uniphier-pxs2.dtsi 423 "simple-mfd", "syscon";
439 "simple-mfd", "syscon";
489 "simple-mfd", "syscon";
499 "simple-mfd";
554 "simple-mfd", "syscon";
614 "simple-mfd";
709 "simple-mfd";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/realtek/
rtd129x.dtsi 67 compatible = "syscon", "simple-mfd";
76 compatible = "syscon", "simple-mfd";
85 compatible = "syscon", "simple-mfd";
94 compatible = "syscon", "simple-mfd";
103 compatible = "syscon", "simple-mfd";
rtd139x.dtsi 65 compatible = "syscon", "simple-mfd";
74 compatible = "syscon", "simple-mfd";
83 compatible = "syscon", "simple-mfd";
92 compatible = "syscon", "simple-mfd";
101 compatible = "syscon", "simple-mfd";
rtd16xx.dtsi 141 compatible = "syscon", "simple-mfd";
150 compatible = "syscon", "simple-mfd";
159 compatible = "syscon", "simple-mfd";
168 compatible = "syscon", "simple-mfd";
177 compatible = "syscon", "simple-mfd";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext/
uniphier-ld11.dtsi 311 "simple-mfd", "syscon";
415 "simple-mfd", "syscon";
426 "simple-mfd", "syscon";
509 "simple-mfd", "syscon";
526 "simple-mfd", "syscon";
557 "simple-mfd";
599 "simple-mfd", "syscon";
uniphier-ld20.dtsi 436 "simple-mfd", "syscon";
540 "simple-mfd", "syscon";
556 "simple-mfd", "syscon";
605 "simple-mfd", "syscon";
615 "simple-mfd";
701 "simple-mfd", "syscon";
767 "simple-mfd";
uniphier-pxs3.dtsi 366 "simple-mfd", "syscon";
382 "simple-mfd", "syscon";
435 "simple-mfd", "syscon";
445 "simple-mfd";
531 "simple-mfd", "syscon";
616 "simple-mfd";
718 "simple-mfd";
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mti/
malta.dts 86 compatible = "mti,malta-fpga", "syscon", "simple-mfd";
sead3.dts 94 compatible = "mti,sead3-fpga", "syscon", "simple-mfd";
110 compatible = "mti,sead3-cpld", "syscon", "simple-mfd";
  /src/sys/arch/arm/imx/
imx51_ccm.c 494 uint32_t mfd; local in function:imx51_get_pll_freq
518 mfd = dp_mfd;
551 freq /= (mfd + 1);
556 freq = (int64_t)ref * mfi + (int64_t)ref * mfn / (mfd + 1);
567 printf("mfd: %3d ", mfd);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-j7200-mcu-wakeup.dtsi 38 compatible = "syscon", "simple-mfd";
140 compatible = "simple-mfd";
277 compatible = "syscon", "simple-mfd";
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4780.dtsi 64 compatible = "ingenic,jz4780-cgu", "simple-mfd";
97 "simple-mfd";
428 compatible = "ingenic,jz4780-nemc", "simple-mfd";
  /src/sbin/restore/
dirs.c 149 int i, dfd, mfd; local in function:extractdirs
174 if ((mfd = mkstemp(modefile)) == -1)
177 mf = fdopen(mfd, "w");

Completed in 54 milliseconds

1 2 3 4 5 6 7