/freebsd/usr.sbin/moused/ |
H A D | moused.c | 394 int mfd; /* mouse file descriptor */ member 421 .mfd = -1, 869 rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK); in main() 870 if (rodent.mfd == -1) in main() 874 close(rodent.mfd); in main() 875 rodent.mfd = -1; in main() 899 if (rodent.mfd == -1) { in main() 914 if (rodent.mfd != -1) in main() 915 close(rodent.mfd); in main() 918 rodent.mfd in main() [all...] |
/freebsd/tools/test/stress2/misc/ |
H A D | mmap42.sh | 35 int mfd, fd; 38 mfd = open(FILE, O_RDONLY); 39 assert(mfd >= 0); 41 assert(fstat(mfd, &sb) == 0); 43 buf = obuf = mmap(NULL, bufsz, PROT_READ, MAP_SHARED, mfd, 0); 71 close(mfd);
|
H A D | zfs18.sh | 37 int mfd, fd; 40 mfd = open(FILE, O_RDONLY); 41 assert(mfd >= 0); 43 assert(fstat(mfd, &sb) == 0); 45 buf = obuf = mmap(NULL, bufsz, PROT_READ, MAP_SHARED, mfd, 0); 73 close(mfd);
|
H A D | mmap43.sh | 34 int mfd, fd; 37 mfd = open(FILE, O_RDONLY); 38 assert(mfd >= 0); 40 assert(fstat(mfd, &sb) == 0); 42 buf = obuf = mmap(NULL, bufsz, PROT_READ, MAP_SHARED, mfd, 0); 70 close(mfd);
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | 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";
|
H A D | ums512.dtsi | 179 "simple-mfd"; 196 "simple-mfd"; 202 "simple-mfd"; 208 "simple-mfd"; 214 "simple-mfd"; 220 "simple-mfd"; 226 "simple-mfd"; 232 "simple-mfd"; 238 "simple-mfd"; 244 "simple-mfd"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mips/ |
H A D | mscc.txt | 19 - compatible: Should be "mscc,ocelot-chip-regs", "simple-mfd", "syscon" 24 compatible = "mscc,ocelot-chip-regs", "simple-mfd", "syscon"; 35 - compatible: Should be "mscc,ocelot-hsio", "syscon", "simple-mfd" 40 compatible = "mscc,ocelot-hsio", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | oxnas,stdclk.txt | 14 "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd" 16 "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd" 21 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
|
H A D | maxim,max77686.txt | 6 bindings/mfd/max77686.txt for MAX77686 and 7 bindings/mfd/max77802.txt for MAX77802 and 8 bindings/mfd/max77620.txt for MAX77620.
|
/freebsd/sys/contrib/device-tree/src/arm64/realtek/ |
H A D | 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";
|
H A D | 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";
|
H A D | rtd16xx.dtsi | 145 compatible = "syscon", "simple-mfd"; 154 compatible = "syscon", "simple-mfd"; 163 compatible = "syscon", "simple-mfd"; 172 compatible = "syscon", "simple-mfd"; 181 compatible = "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | oxnas,reset.txt | 14 "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd" 16 "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd" 25 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/src/arm/realtek/ |
H A D | 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";
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | aspeed-scu.txt | 6 "aspeed,ast2400-scu", "syscon", "simple-mfd" 7 "aspeed,ast2500-scu", "syscon", "simple-mfd" 18 compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
|
H A D | atmel-tcb.txt | 2 - compatible: Should be "atmel,<chip>-tcb", "simple-mfd", "syscon". 26 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon"; 47 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | max77620_thermal.txt | 18 Please refer <devicetree/bindings/mfd/max77620.txt> for mfd DT binding 23 #include <dt-bindings/mfd/max77620.h>
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | aspeed-p2a-ctrl.txt | 29 "aspeed,ast2400-scu", "syscon", "simple-mfd" 30 "aspeed,ast2500-scu", "syscon", "simple-mfd" 39 compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/src/arm64/apple/ |
H A D | t600x-dieX.dtsi | 28 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd"; 35 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd"; 42 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd"; 71 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | syna.txt | 59 "simple-mfd", "syscon" 72 "simple-mfd", "syscon" 78 compatible = "simple-mfd", "syscon"; 85 compatible = "simple-mfd", "syscon";
|
/freebsd/share/examples/ipfilter/l4check/ |
H A D | l4check.c | 274 int fd, opt, res, mfd, i; in runconfig() local 280 mfd = 0; in runconfig() 347 if (l4->l4_fd > mfd) in runconfig() 348 mfd = l4->l4_fd; in runconfig() 364 if (l4->l4_fd > mfd) in runconfig() 365 mfd = l4->l4_fd; in runconfig() 369 fprintf(stderr, "Select: max fd %d wait %d\n", mfd + 1, in runconfig() 371 i = select(mfd + 1, &rfd, &wfd, NULL, &tv); in runconfig()
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-lm3697.txt | 30 - ti,brightness-resolution - see Documentation/devicetree/bindings/mfd/ti-lmu.txt 31 - ramp-up-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt 32 - ramp-down-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | snvs-lpgpr.txt | 5 "simple-mfd" node. 15 compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ehci-omap.txt | 4 Documentation/devicetree/bindings/mfd/omap-usb-host.txt 19 Documentation/devicetree/bindings/mfd/omap-usb-host.txt
|
/freebsd/sys/contrib/device-tree/src/arm/socionext/ |
H A D | uniphier-pro4.dtsi | 246 "simple-mfd", "syscon"; 262 "simple-mfd", "syscon"; 381 "simple-mfd", "syscon"; 424 "simple-mfd", "syscon"; 487 "simple-mfd", "syscon"; 539 "simple-mfd"; 586 "simple-mfd"; 635 "simple-mfd"; 690 "simple-mfd";
|