Searched refs:control (Results 201 - 225 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c251 * Receive control message.
446 * Create control information for the packet
822 /* Commands - Link control */
1544 struct sockaddr *sa, struct mbuf *control, struct thread *td)
1558 if (control != NULL) {
1616 NG_FREE_M(control); /* NG_FREE_M checks for != NULL */
1543 ng_btsocket_hci_raw_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *sa, struct mbuf *control, struct thread *td) argument
H A Dng_btsocket_l2cap_raw.c1199 struct sockaddr *nam, struct mbuf *control, struct thread *td)
1202 NG_FREE_M(control);
1198 ng_btsocket_l2cap_raw_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, struct mbuf *control, struct thread *td) argument
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_registers.h1134 U32 control; member in struct:SCU_TRANSPORT_LAYER_REGISTERS
1496 * @brief These are the control/stats pairs for each Port Task Scheduler.
1501 U32 control; member in struct:SCU_PORT_TASK_SCHEDULER_REGISTERS
1516 U32 control; member in struct:SCU_PORT_TASK_SCHEDULER_GROUP_REGISTERS
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_stub.c483 drm_put_minor(&dev->control);
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h315 uint16_t pm1a_cnt_val; /* PM1a control value. */
316 uint16_t pm1b_cnt_val; /* PM1b control value. */
318 uint16_t val_a; /* PM1a control / sleep type A. */
319 uint16_t val_b; /* PM1b control / sleep type B. */
438 uint64_t control; /* control value */ member in struct:xen_processor_px
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h317 uint8_t control; member in struct:iwi_frame
569 * control and status registers access macros
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.h239 uint16_t control; member in struct:malo_cmd_radio_control
415 uint8_t rxcontrol; /* control element */
H A Dif_malohal.c640 cmd->control = 0;
642 cmd->control = htole16(preamble);
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile71 forward-control \
/freebsd-11-stable/share/examples/
H A DMakefile223 libusb20/control.c
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.c624 scsi_cmd->control = 0;
/freebsd-11-stable/sys/netinet/
H A Dsctp_pcb.h417 * (pkt, pkt_last and control).
424 struct mbuf *control; member in struct:sctp_inpcb
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex438 % just before passing the control to \next.
1041 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
1399 \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd.
1806 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
3133 % effectively preventing its expansion. This is used only for control
3134 % words, not control letters, because the \space would be incorrect
3135 % for control characters, but is needed to separate the control word
3138 % For control letters, we have \definedummyletter, which omits the
3141 % These can be used both for control word
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm36 ! This file takes control of the process from the kernel, as specified
H A Dsol2-gc1.asm36 ! This file takes control of the process from the kernel, as specified
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_vc.c802 char control[CMSG_SPACE(sizeof(struct cmsgcred))]; member in union:__anon6716
827 char control[CMSG_SPACE(sizeof(struct cmsgcred))]; member in union:__anon6717
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h335 #define T3CSR_CTL1 0x01 /* RW: global control bits */
368 #define CTL8_FBEC 0x80 /* F-Bit Error Count control */
569 /* Bt8370_LOOP (0x14) framer loopback control register bits */
592 /* Bt8370_TALM (0x75) transmit alarm control register bits */
753 /* Accessed using socket IO control calls or netgraph control messages. */
810 /* Accessed using socket IO control calls or netgraph control messages. */
929 #define IOCTL_SNMP_SIGS 53 /* RS232-like modem control sigs */
973 unsigned control
972 unsigned control:10; /* software->to->hardware */ member in struct:dma_desc
974 unsigned control:10; /* software->to->hardware */ member in struct:dma_desc
[all...]
H A Dif_lmc.c874 /* Print the modem control signals if they changed. */
1473 /* Print the modem control signals if they changed. */
2306 /* No HDLC Address/Control fields! No line control protocol at all! */
2439 ring->last->control = TLP_DCTL_END_RING;
2502 /* Input packet flow control (livelock prevention): */
2530 if (last_desc++->control & TLP_DCTL_END_RING) last_desc = ring->first; /* ring wrap */
2762 if ((desc->control & TLP_DCTL_TX_LAST_SEG) != 0)
2821 /* Clear all control bits except the END_RING bit. */
2822 desc->control &= TLP_DCTL_END_RING;
2824 desc->control |
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dcommon_hsi.h1237 __le16 control; member in struct:pxp_pretend_cmd
1280 __le32 control; member in struct:pxp_vf_zone_a_permission
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c378 m.u.control.dest = dest;
382 m.u.control.volume = VCHIQ_AUDIO_VOLUME(db);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc66 /* Definition of member fields of the per-function control structure. */
333 * Per-function header/control data structure for value profiling
731 /* InstrProfile per-function control data alignment. */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc66 /* Definition of member fields of the per-function control structure. */
333 * Per-function header/control data structure for value profiling
731 /* InstrProfile per-function control data alignment. */
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c198 "daemon could not open control socket %s: %s",
232 bool control = false; local
401 control = false;
473 control = true;
531 if (!control)
705 if (!control)
724 /* Avoid SMTP daemon actions if control command */
725 if (control)
727 /* Add control socket process */
799 /* control socke
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex162 % sometimes characters are active, so we need control sequences.
301 % Avoid "undefined control sequence" errors.
471 % just before passing the control to \argtorun.
1118 % #1 is a control sequence in which to do the replacements,
1450 \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd.
2481 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
2655 % allow that. Also allow no breaking at all, for manual control.
2813 % FYI, plain.tex uses \\ as a temporary control sequence (for no
4434 % preventing its expansion. This is used only for control words,
4435 % not control letter
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Droff.c109 char control; /* control character */ member in struct:roff
738 r->control = '\0';
3071 if (*p == '\0' || (r->control = *p++) == '.')
3072 r->control = '\0';
3719 * If the control character has been set with `.cc', then let that grain
3722 * control character when `cc' has been invoked will cause the
3732 if (r->control != '\0' && cp[pos] == r->control)
3734 else if (r->control !
[all...]

Completed in 424 milliseconds

1234567891011>>