Searched refs:io1 (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | axp803.dtsi | 121 reg_ldo_io1: ldo-io1 { 122 regulator-name = "ldo-io1";
|
| /freebsd/contrib/lua/src/ |
| H A D | lobject.h | 119 { 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 D | lobject.h | 239 { const TValue *io2=(obj2); TValue *io1=(obj1); \ 240 io1->value_ = io2->value_; io1->tt_ = io2->tt_; \ 241 checkliveness(G(L),io1); }
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | marvell,kirkwood-pinctrl.txt | 46 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 D | lantiq,pinctrl-xway.txt | 128 Pinconf pins can be referenced via the names io0-io1,io3-io6,io8-io11,
|
| /freebsd/tests/sys/audit/ |
| H A D | network.c | 49 static struct iovec io1, io2; variable 859 init_iov(&io1, msgbuff, sizeof(msgbuff)); in ATF_TC_BODY() 860 init_msghdr(&sendbuf, &io1, &server); in ATF_TC_BODY() 921 init_iov(&io1, msgbuff, sizeof(msgbuff)); in ATF_TC_BODY() 922 init_msghdr(&sendbuf, &io1, &server); in ATF_TC_BODY()
|
| /freebsd/crypto/openssl/test/ |
| H A D | ssl_old_test.c | 2434 BIO *io1 = server_io, *io2 = client_io; in doit_biopair() local 2448 r1 = BIO_ctrl_pending(io1); in doit_biopair() 2460 r = BIO_nread(io1, &dataptr, (int)num); in doit_biopair() 2476 … printf((io1 == client_io) ? "C->S relaying: %d bytes\n" : "S->C relaying: %d bytes\n", (int)num); in doit_biopair() 2486 r2 = BIO_ctrl_get_read_request(io1); in doit_biopair() 2504 r = BIO_nwrite0(io1, &dataptr); in doit_biopair() 2515 r = BIO_nwrite(io1, &dataptr, (int)num); in doit_biopair()
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | axp81x.dtsi | 141 reg_ldo_io1: ldo-io1 {
|
| H A D | sun9i-a80-optimus.dts | 318 regulator-name = "vcc-pm-codec-io1";
|
| H A D | sun9i-a80-cubieboard4.dts | 321 regulator-name = "vcc-pm-codec-io1";
|
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8192-asurada.dtsi | 1117 pins-cs-io1 {
|
| /freebsd/sys/cam/ctl/ |
| H A D | ctl.c | 433 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()
|