Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 131) sorted by relevance

123456

/original-bsd/sys/i386/isa/
H A Dnpx.c45 { static status, control;
63 control = 0xa5a5;
64 asm (" fnstcw %0 " : "=m" (control) : "m" (control));
66 if ((control&0x103f) == 0x3f) {
94 npxinit(control) { in npxinit() argument
101 asm(" fldcw %0" : : "g" (control)); in npxinit()
/original-bsd/sys/net/
H A Dif_llc.h23 u_char control; member
33 u_char control; member
37 u_char control; member
47 u_char control; member
52 u_char control; member
57 #define llc_control llc_un.type_u.control
H A Draw_usrreq.c115 raw_usrreq(so, req, m, nam, control) in raw_usrreq() argument
118 struct mbuf *m, *nam, *control;
126 if (control && control->m_len) {
/original-bsd/usr.bin/tn3270/tools/
H A Dprt3270.c225 DataFromNetwork(buffer, count, control) in DataFromNetwork() argument
228 int control; /* this buffer ended block? */
326 if (!control) { \
409 LastWasTerminated = control;
414 DataToNetwork(buffer, count, control) in DataToNetwork() argument
417 int control;
428 if (control) {
447 return origCount - count + DataToNetwork(buffer, count, control);
480 if (control) {
514 termblock(old, new, control) in termblock() argument
[all …]
/original-bsd/usr.bin/tn3270/ctlr/
H A Doptions.c42 OptOrder(pointer, count, control) in OptOrder() argument
45 int control;
101 if (!control && count < 30) {
H A Doutbound.c155 DataFromNetwork(Buffer, count, control) in DataFromNetwork() argument
158 int control; /* this buffer ended block? */
312 TransOut(buffer, count, -1, control);
326 if (!control) { \
353 TransOut(buffer+2, count-2, c, control);
457 i = OptOrder(buffer+1, count-1, control);
512 if (control) {
534 LastWasTerminated = control; /* state for next time */
/original-bsd/sys/kern/
H A Duipc_usrreq.c39 uipc_usrreq(so, req, m, nam, control) in uipc_usrreq() argument
42 struct mbuf *m, *nam, *control;
51 if (req != PRU_SEND && control && control->m_len) {
147 if (control && (error = unp_internalize(control, p)))
176 control = 0;
199 if (control) {
201 control = 0;
268 if (control)
269 m_freem(control);
607 unp_internalize(control, p) in unp_internalize() argument
[all …]
H A Duipc_socket2.c551 sbappendaddr(sb, asa, m0, control) in sbappendaddr() argument
554 struct mbuf *m0, *control;
580 control = m0;
581 m->m_next = control;
594 sbappendcontrol(sb, m0, control) in sbappendcontrol() argument
596 struct mbuf *m0, *control;
601 if (control == 0)
603 for (m = control; ; m = m->m_next) {
614 for (m = control; m; m = m->m_next)
619 n->m_nextpkt = control;
[all …]
H A Duipc_syscalls.c485 struct mbuf *to, *control; local
529 if (control == 0) {
533 cm = mtod(control, struct cmsghdr *);
534 cm->cmsg_len = control->m_len;
541 control = 0;
762 struct mbuf *from = 0, *control = 0; local
859 if (len <= 0 || control == 0)
862 if (len >= control->m_len)
863 len = control->m_len;
874 if (control)
[all …]
/original-bsd/sys/netiso/
H A Didrp_usrreq.c98 idrp_usrreq(so, req, m, addr, control)
101 struct mbuf *m, *addr, *control; variable
144 if (control) {
146 m_freem(control);
H A Diso_usrreq.c73 iso_usrreq(so, req, m, nam, rights, control)
79 struct mbuf *control; /* optional control info */ variable
H A Dcltp_usrreq.c232 cltp_usrreq(so, req, m, nam, control)
235 struct mbuf *m, *nam, *control; variable
242 (struct ifnet *)control));
244 (control && control->m_len)) {
374 if (control != NULL)
375 m_freem(control);
H A Dtuba_usrreq.c55 tuba_usrreq(so, req, m, nam, control)
58 struct mbuf *m, *nam, *control; variable
70 (struct ifnet *)control));
106 if (error = tcp_usrreq(so, req, m, nam, control)) {
266 error = tcp_usrreq(so, req, m, nam, control);
/original-bsd/sys/netccitt/
H A Dhd_subr.c238 frame -> control = RR_CONTROL;
243 frame -> control = RNR_CONTROL;
248 frame -> control = REJ_CONTROL;
253 frame -> control = SABM_CONTROL;
264 frame -> control = DISC_CONTROL;
269 frame -> control = DM_CONTROL;
273 frame -> control = UA_CONTROL;
277 frame -> control = FRMR_CONTROL;
H A Dpk_usrreq.c49 pk_usrreq (so, req, m, nam, control)
53 struct mbuf *control; variable
60 (struct ifnet *)control));
61 if (control && control -> m_len) {
181 if (control) {
183 control -> m_len -= sizeof (*ch);
184 control -> m_data += sizeof (*ch);
186 ch -> cmsg_type, &control);
267 if (control != NULL)
268 m_freem (control);
/original-bsd/sys/netns/
H A Didp_usrreq.c346 idp_usrreq(so, req, m, nam, control)
349 struct mbuf *m, *nam, *control; variable
356 (struct ifnet *)control));
357 if (control && control->m_len) {
501 if (control != NULL)
502 m_freem(control);
508 idp_raw_usrreq(so, req, m, nam, control)
511 struct mbuf *m, *nam, *control; variable
536 error = idp_usrreq(so, req, m, nam, control);
/original-bsd/sys/netinet/
H A Dudp_usrreq.c351 udp_output(inp, m, addr, control) in udp_output() argument
354 struct mbuf *addr, *control;
361 if (control)
362 m_freem(control); /* XXX */
444 udp_usrreq(so, req, m, addr, control) in udp_usrreq() argument
447 struct mbuf *m, *addr, *control;
455 (struct ifnet *)control));
533 return (udp_output(inp, m, addr, control));
571 if (control) {
573 m_freem(control);
H A Dtcp_usrreq.c48 tcp_usrreq(so, req, m, nam, control) in tcp_usrreq() argument
51 struct mbuf *m, *nam, *control;
61 (struct ifnet *)control));
62 if (control && control->m_len) {
63 m_freem(control);
/original-bsd/sys/tests/netiso/
H A DTesis.c83 #define control cbuf.data macro
87 control, sizeof control,
/original-bsd/lib/libc/mips/gen/
H A Dmodf.s23 cfc1 t0, $31 # get the control register
24 cfc1 t0, $31 # get the control register
/original-bsd/games/chess/Xchess/
H A DMakefile14 control.c\
30 control.o\
/original-bsd/etc/
H A Dprotocols7 icmp 1 ICMP # internet control message protocol
10 tcp 6 TCP # transmission control protocol
/original-bsd/sys/tests/netccitt/
H A Dsink2.c106 #define control cbuf.data macro
110 control, sizeof control,
162 msghdr.msg_controllen = sizeof(control); in tisink()
H A Dxi_sink.c101 #define control cbuf.data macro
147 msghdr.msg_controllen = sizeof(control); in xisink()
148 msghdr.msg_control = control; in xisink()
159 dumpit("control data:\n", control, cn); in xisink()
/original-bsd/old/refer/refer/
H A Drefer6.c26 if (control(s[0])) {
29 if (control(s[1])) {
52 if (!control(s[0])) { /* append to previous item */
156 if (control(tv[i][0]) && tv[i][1]==c )

123456