Searched refs:control (Results 101 - 125 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/common/
H A Disapnp.h176 Offset 2: Memory control
177 Bit[1] specifies 8/16-bit control. This bit is set to indicate
265 int control; /* Memory Control Register */ member in struct:pnp_cinfo::__anon4829
/freebsd-11-stable/stand/i386/boot2/
H A Dsio.S39 incl %edx # Modem control reg
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dsrr.c71 if (!srv->fdidx[fd].control ||
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh3 # unbound-control-setup.sh - set up SSL certificates for unbound-control
43 CLIENTNAME=unbound-control
57 # base name for unbound-control keys
80 echo "unbound-control-setup.sh - setup SSL keys for unbound-control"
149 # openssl pkcs12 -export -in $CTL_BASE"_trust.pem" -inkey $CTL_BASE.key -name "unbound remote control client cert" -out $CTL_BASE"_browser.pfx" -password "pass:" || error "could not create browser certificate"
H A Dunbound-control-setup.sh.in3 # unbound-control-setup.sh - set up SSL certificates for unbound-control
43 CLIENTNAME=unbound-control
57 # base name for unbound-control keys
219 # openssl pkcs12 -export -in $CTL_BASE"_trust.pem" -inkey $CTL_BASE.key -name "unbound remote control client cert" -out $CTL_BASE"_browser.pfx" -password "pass:" || error "could not create browser certificate"
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile17 SRCS= alias.c arpadate.c bf.c collect.c conf.c control.c \
/freebsd-11-stable/sys/netinet/
H A Dsctp_pcb.c3346 if (inp->control) {
3347 sctp_m_freem(inp->control);
3348 inp->control = NULL;
4056 /* JRS - Use the congestion control given in the CC module */
4655 struct sctp_queued_to_read *control, *ncontrol; local
4657 TAILQ_FOREACH_SAFE(control, rh, next_instrm, ncontrol) {
4658 TAILQ_REMOVE(rh, control, next_instrm);
4659 control->on_strm_q = 0;
4660 if (control->on_read_q == 0) {
4661 sctp_free_remote_addr(control
6828 struct sctp_queued_to_read *control, *ncontrol; local
[all...]
H A Dudp_usrreq.c1094 struct mbuf *control, struct thread *td)
1120 if (control)
1121 m_freem(control);
1137 if (control != NULL) {
1142 if (control->m_next) {
1147 m_freem(control);
1151 for (; control->m_len > 0;
1152 control->m_data += CMSG_ALIGN(cm->cmsg_len),
1153 control->m_len -= CMSG_ALIGN(cm->cmsg_len)) {
1154 cm = mtod(control, struc
1093 udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct thread *td) argument
1745 udp_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct thread *td) argument
[all...]
H A Dip_divert.c317 struct mbuf *control)
332 if (control)
333 m_freem(control); /* XXX */
608 struct mbuf *control, struct thread *td)
620 return div_output(so, m, (struct sockaddr_in *)nam, control);
316 div_output(struct socket *so, struct mbuf *m, struct sockaddr_in *sin, struct mbuf *control) argument
607 div_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, struct mbuf *control, struct thread *td) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386bsd-nat.c308 debug control register get set. Mask these off, otherwise the
320 i386bsd_dr_set_control (unsigned long control)
322 i386bsd_dr_set (7, control);
317 i386bsd_dr_set_control(unsigned long control) argument
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h103 /* RPN parameters - flow control */
123 u_int8_t control; member in struct:rfcomm_frame_hdr
131 u_int8_t control; member in struct:rfcomm_cmd_hdr
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_task_context.h344 U32 control : 1; member in struct:STP_TASK_CONTEXT
405 * This field is the control word and it must be 0.
407 U32 control; ///< must be set to 0 member in struct:PRIMITIVE_TASK_CONTEXT
721 * This field is set to TRUE when the SCU hardware task timeout control is to
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h469 int (*control) (chan_t *h, unsigned int cmd, unsigned long arg); member in struct:_chan_t
511 int (*control) (chan_t *h, unsigned int cmd, unsigned long arg); member in struct:_proto_t
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dputssjis.s60 testb $0xe0, %al # Check control code.
62 movb $0x20, %al # Convert control code into the space.
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_tuner.c130 /* The control value for the ALPS TSCH5 Tuner */
134 /* The control value for the ALPS TSBH1 Tuner */
146 { 0x00, /* control byte for Tuner PLL */
156 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
166 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
176 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
186 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
196 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
206 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
216 { TSA552x_SCONTROL, /* control byt
800 u_char control; local
[all...]
/freebsd-11-stable/sys/netinet6/
H A Draw_ip6.c229 * control traffic we actually need to see.
232 * filter the control traffic appropriately.
383 * may have setup with control call.
388 struct mbuf *control; local
407 control = va_arg(ap, struct mbuf *);
414 if (control != NULL) {
415 if ((error = ip6_setpktopts(control, &opt,
552 if (control != NULL) {
554 m_freem(control);
837 struct mbuf *control, struc
836 rip6_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, struct mbuf *control, struct thread *td) argument
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h186 /** Opaque control variable for one-time atomic variables. */
294 * Initialize the control variable for apr_thread_once. If this isn't
296 * @param control The control variable to initialize
299 APR_DECLARE(apr_status_t) apr_thread_once_init(apr_thread_once_t **control,
305 * @param control The control variable. The same variable should
311 APR_DECLARE(apr_status_t) apr_thread_once(apr_thread_once_t *control,
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c929 struct sockaddr *nam, struct mbuf *control, struct thread *td)
956 if (control)
957 m_freem(control);
963 if (control) {
964 /* SDP doesn't support control messages. */
965 if (control->m_len) {
966 m_freem(control);
972 m_freem(control); /* empty control, just free it */
1048 * counts if EINTR/ERESTART are returned. Data and control buffer
928 sdp_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, struct mbuf *control, struct thread *td) argument
1052 sdp_sosend(struct socket *so, struct sockaddr *addr, struct uio *uio, struct mbuf *top, struct mbuf *control, int flags, struct thread *td) argument
[all...]
/freebsd-11-stable/sys/dev/glxsb/
H A Dglxsb.c89 /* Security Block configuration/control registers (offsets from base) */
279 /* Map in the security block configuration/control registers */
650 glxsb_aes(struct glxsb_softc *sc, uint32_t control, uint32_t psrc, argument
674 control |= SB_CTL_CBC;
682 control | SB_CTL_WK | SB_CTL_DC | SB_CTL_SC | SB_CTL_ST);
726 uint32_t control; local
746 control = SB_CTL_ENC;
757 control = SB_CTL_DEC;
778 error = glxsb_aes(sc, control, op_psrc, op_pdst, ses->ses_key,
/freebsd-11-stable/sys/amd64/amd64/
H A Dfpu.c274 u_short control; local
296 control = __INITIAL_FPUCW__;
297 fldcw(control);
398 * Multiple bits may be set if the user process modifies the control
414 * currently masked in the control word, assuming the user isn't
565 * Read the FP status and control words, then generate si_code value
585 u_short control, status; local
596 control = pcb_save->sv_env.en_cw;
599 fnstcw(&control);
604 return (fpetable[status & ((~control
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c536 hscb->control = 0;
542 hscb->control |= MK_MESSAGE;
551 hscb->control |= TARGET_SCB;
565 hscb->control |= ccb->csio.tag_action;
1066 scb->hscb->control |= ULTRAENB;
1070 scb->hscb->control |= DISCENB;
1077 scb->hscb->control |= MK_MESSAGE;
1080 scb->hscb->control |= MK_MESSAGE;
1093 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c121 int control(int, char *, int);
325 * Handle a "control" request (signaled by magic being present)
330 control(int pty, char *cp, int n) function
422 n = control(p, cp, left);
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c517 * speed/flow-control/duplex updates.
1752 * Map control/status registers.
2638 uint32_t control, csum, prod, si; local
2773 control = 0;
2810 control |= INS_VLAN;
2815 control |= CALSUM;
2817 control |= CALSUM | WR_SUM | INIT_SUM | LOCK_SUM;
2819 control |= UDPTCP;
2852 tx_le->msk_control = htole32(txsegs[0].ds_len | control |
2855 tx_le->msk_control = htole32(txsegs[0].ds_len | control |
3100 msk_rxcsum(struct msk_if_softc *sc_if, uint32_t control, struct mbuf *m) argument
3190 msk_rxeof(struct msk_if_softc *sc_if, uint32_t status, uint32_t control, int len) argument
3266 msk_jumbo_rxeof(struct msk_if_softc *sc_if, uint32_t status, uint32_t control, int len) argument
3336 uint32_t control; local
3595 uint32_t control, status; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh219 atf_set "descr" "Checks simple cases of 'ps -o foo' to control which" \
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h62 // Routine to control CRC enabling at a connection level
64 VCHI_CRC_CONTROL_T control );
202 // Callback to inform of a power control request
221 // Connection-level CRC control

Completed in 250 milliseconds

1234567891011>>