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

/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_sock.c33 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
49 sock_ctrl,
152 static long sock_ctrl(BIO *b, int cmd, long num, void *ptr) function
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb.c727 uint32_t status, sock_ctrl, reg_ctrl, mask; local
734 sock_ctrl = cbb_get(sc, CBB_SOCKET_CONTROL);
736 sock_ctrl &= ~CBB_SOCKET_CTRL_VCCMASK;
739 sock_ctrl |= CBB_SOCKET_CTRL_VCC_5V;
743 sock_ctrl |= CBB_SOCKET_CTRL_VCC_3V;
747 sock_ctrl |= CBB_SOCKET_CTRL_VCC_XV;
751 sock_ctrl |= CBB_SOCKET_CTRL_VCC_YV;
761 sock_ctrl &= ~CBB_SOCKET_CTRL_VPPMASK;
762 sock_ctrl |= ((sock_ctrl >>
[all...]

Completed in 103 milliseconds