Searched refs:sock_ctrl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_sock.c77 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
89 sock_ctrl,
164 static long sock_ctrl(BIO *b, int cmd, long num, void *ptr) function
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c736 uint32_t status, sock_ctrl, reg_ctrl, mask; local
743 sock_ctrl = cbb_get(sc, CBB_SOCKET_CONTROL);
745 sock_ctrl &= ~CBB_SOCKET_CTRL_VCCMASK;
748 sock_ctrl |= CBB_SOCKET_CTRL_VCC_5V;
752 sock_ctrl |= CBB_SOCKET_CTRL_VCC_3V;
756 sock_ctrl |= CBB_SOCKET_CTRL_VCC_XV;
760 sock_ctrl |= CBB_SOCKET_CTRL_VCC_YV;
770 sock_ctrl &= ~CBB_SOCKET_CTRL_VPPMASK;
771 sock_ctrl |= ((sock_ctrl >>
[all...]

Completed in 197 milliseconds