Home
last modified time | relevance | path

Searched refs:mfd (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/src/usr.sbin/moused/msconvd/ !
H A Dmsconvd.c363 int mfd; /* mouse file descriptor */ member
378 .mfd = -1,
584 rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK); in main()
585 if (rodent.mfd == -1) in main()
589 close(rodent.mfd); in main()
590 rodent.mfd = -1; in main()
614 if (rodent.mfd == -1) { in main()
629 if (rodent.mfd != -1) in main()
630 close(rodent.mfd); in main()
633 rodent.mfd = rodent.ufd = -1; in main()
[all …]
/src/contrib/jemalloc/src/ !
H A Dprof_sys.c428 int mfd; in prof_open_maps_internal() local
437 mfd = open(filename, O_RDONLY | O_CLOEXEC); in prof_open_maps_internal()
439 mfd = open(filename, O_RDONLY); in prof_open_maps_internal()
440 if (mfd != -1) { in prof_open_maps_internal()
441 fcntl(mfd, F_SETFD, fcntl(mfd, F_GETFD) | FD_CLOEXEC); in prof_open_maps_internal()
445 return mfd; in prof_open_maps_internal()
451 int mfd; in prof_dump_open_maps_impl() local
455 mfd = prof_open_maps_internal("/proc/curproc/map"); in prof_dump_open_maps_impl()
457 mfd = -1; // Not implemented in prof_dump_open_maps_impl()
461 mfd = prof_open_maps_internal("/proc/%d/task/%d/maps", pid, pid); in prof_dump_open_maps_impl()
[all …]
/src/tools/test/stress2/misc/ !
H A Dmmap42.sh35 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 Dzfs18.sh37 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 Dmmap43.sh34 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);
/src/sys/contrib/device-tree/src/arm64/sprd/ !
H A Dsharkl3.dtsi21 "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 Dums512.dtsi179 "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 …]
/src/sys/contrib/device-tree/Bindings/mips/ !
H A Dmscc.txt19 - 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";
/src/sys/contrib/device-tree/Bindings/clock/ !
H A Doxnas,stdclk.txt14 "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
16 "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd"
21 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
/src/usr.sbin/bhyve/ !
H A Dmevent.c67 static int mfd; variable
140 mfd = kqueue(); in mevent_init()
141 assert(mfd > 0); in mevent_init()
145 if (caph_rights_limit(mfd, &rights) == -1) in mevent_init()
343 ret = kevent(mfd, &kev, 1, NULL, 0, NULL); in mevent_add_state()
547 ret = kevent(mfd, changelist, numev, NULL, 0, NULL); in mevent_dispatch()
556 ret = kevent(mfd, NULL, 0, eventlist, MEVENT_MAX, NULL); in mevent_dispatch()
/src/sys/contrib/device-tree/Bindings/reset/ !
H A Doxnas,reset.txt14 "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
16 "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd"
25 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
/src/sys/contrib/device-tree/src/arm64/realtek/ !
H A Drtd139x.dtsi65 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 Drtd129x.dtsi67 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 Drtd16xx.dtsi145 compatible = "syscon", "simple-mfd";
154 compatible = "syscon", "simple-mfd";
163 compatible = "syscon", "simple-mfd";
172 compatible = "syscon", "simple-mfd";
181 compatible = "syscon", "simple-mfd";
/src/sys/contrib/device-tree/src/arm/realtek/ !
H A Drtd1195.dtsi105 compatible = "syscon", "simple-mfd";
114 compatible = "syscon", "simple-mfd";
123 compatible = "syscon", "simple-mfd";
132 compatible = "syscon", "simple-mfd";
141 compatible = "syscon", "simple-mfd";
/src/sys/contrib/device-tree/Bindings/thermal/ !
H A Dmax77620_thermal.txt18 Please refer <devicetree/bindings/mfd/max77620.txt> for mfd DT binding
23 #include <dt-bindings/mfd/max77620.h>
/src/sys/contrib/device-tree/Bindings/mfd/ !
H A Daspeed-scu.txt6 "aspeed,ast2400-scu", "syscon", "simple-mfd"
7 "aspeed,ast2500-scu", "syscon", "simple-mfd"
18 compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
H A Datmel-tcb.txt2 - 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";
/src/sys/contrib/device-tree/Bindings/misc/ !
H A Daspeed-p2a-ctrl.txt29 "aspeed,ast2400-scu", "syscon", "simple-mfd"
30 "aspeed,ast2500-scu", "syscon", "simple-mfd"
39 compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
/src/sys/contrib/device-tree/src/arm64/apple/ !
H A Dt600x-dieX.dtsi28 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";
/src/sys/contrib/device-tree/Bindings/arm/ !
H A Dsyna.txt59 "simple-mfd", "syscon"
72 "simple-mfd", "syscon"
78 compatible = "simple-mfd", "syscon";
85 compatible = "simple-mfd", "syscon";
/src/share/examples/ipfilter/l4check/ !
H A Dl4check.c274 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()
/src/tests/sys/kern/ !
H A Dssl_sendfile.c56 void *mfd; /* mapped contents of the test file */ member
125 ATF_REQUIRE((c->mfd = mmap(NULL, FSIZE, PROT_READ | PROT_WRITE, in common_init()
127 arc4random_buf(c->mfd, FSIZE); in common_init()
309 ATF_REQUIRE(memcmp((char *)c.mfd + nread, buf, n) == 0); in ATF_TC_BODY()
338 ATF_REQUIRE(memcmp((char *)c.mfd + offset + nread, buf, in ATF_TC_BODY()
374 ATF_REQUIRE(memcmp((char *)c.mfd + nread, buf, n) == 0); in ATF_TC_BODY()
416 ATF_REQUIRE(memcmp((char *)c.mfd + nread, buf, n) == 0); in ATF_TC_BODY()
488 ATF_REQUIRE(memcmp((char *)c.mfd + nread, buf, n) == 0); in ATF_TC_BODY()
/src/sys/contrib/device-tree/Bindings/leds/ !
H A Dleds-lm3697.txt30 - 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
/src/sys/contrib/device-tree/Bindings/nvmem/ !
H A Dsnvs-lpgpr.txt5 "simple-mfd" node.
15 compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";

12345678910>>...15