Home
last modified time | relevance | path

Searched refs:io1 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Daxp803.dtsi121 reg_ldo_io1: ldo-io1 {
122 regulator-name = "ldo-io1";
/freebsd/contrib/lua/src/
H A Dlobject.h119 { TValue *io1=(obj1); const TValue *io2=(obj2); \
120 io1->value_ = io2->value_; settt_(io1, io2->tt_); \
121 checkliveness(L,io1); lua_assert(!isnonstrictnil(io1)); }
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h238 { const TValue *io2=(obj2); TValue *io1=(obj1); \
239 io1->value_ = io2->value_; io1->tt_ = io2->tt_; \
240 checkliveness(G(L),io1); }
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt46 mpp19 19 gpo, nand(io1)
84 mpp19 19 gpo, nand(io1)
129 mpp19 19 gpo, nand(io1)
178 mpp19 19 gpo, nand(io1)
242 mpp19 19 gpo, nand(io1)
305 mpp19 19 gpo, nand(io1)
343 mpp19 19 gpo, nand(io1)
H A Dlantiq,pinctrl-xway.txt128 Pinconf pins can be referenced via the names io0-io1,io3-io6,io8-io11,
/freebsd/tests/sys/audit/
H A Dnetwork.c47 static struct iovec io1, io2; variable
857 init_iov(&io1, msgbuff, sizeof(msgbuff)); in ATF_TC_BODY()
858 init_msghdr(&sendbuf, &io1, &server); in ATF_TC_BODY()
919 init_iov(&io1, msgbuff, sizeof(msgbuff)); in ATF_TC_BODY()
920 init_msghdr(&sendbuf, &io1, &server); in ATF_TC_BODY()
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c2439 BIO *io1 = server_io, *io2 = client_io; in doit_biopair() local
2453 r1 = BIO_ctrl_pending(io1); in doit_biopair()
2465 r = BIO_nread(io1, &dataptr, (int)num); in doit_biopair()
2481 printf((io1 == client_io) ? in doit_biopair()
2494 r2 = BIO_ctrl_get_read_request(io1); in doit_biopair()
2512 r = BIO_nwrite0(io1, &dataptr); in doit_biopair()
2523 r = BIO_nwrite(io1, &dataptr, (int)num); in doit_biopair()
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Daxp81x.dtsi141 reg_ldo_io1: ldo-io1 {
H A Dsun9i-a80-cubieboard4.dts321 regulator-name = "vcc-pm-codec-io1";
H A Dsun9i-a80-optimus.dts318 regulator-name = "vcc-pm-codec-io1";
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8192-asurada.dtsi1106 pins-cs-io1 {
/freebsd/sys/cam/ctl/
H A Dctl.c433 static ctl_action ctl_extent_check(union ctl_io *io1, union ctl_io *io2,
435 static ctl_action ctl_seq_check(union ctl_io *io1, union ctl_io *io2);
11646 ctl_extent_check(union ctl_io *io1, union ctl_io *io2, bool seq) in ctl_extent_check() argument
11655 retval = ctl_extent_check_unmap(io1, lba2, len2); in ctl_extent_check()
11659 retval = ctl_get_lba_len(io1, &lba1, &len1); in ctl_extent_check()
11662 if (seq && (io1->io_hdr.flags & CTL_FLAG_SERSEQ_DONE)) in ctl_extent_check()
11668 ctl_seq_check(union ctl_io *io1, union ctl_io *io2) in ctl_seq_check() argument
11674 if (io1->io_hdr.flags & CTL_FLAG_SERSEQ_DONE) in ctl_seq_check()
11676 retval = ctl_get_lba_len(io1, &lba1, &len1); in ctl_seq_check()