Searched refs:com (Results 1 - 25 of 185) sorted by relevance

12345678

/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.sh22 adobe.com
25 akamai.com
28 aol.com
29 apple.com
30 arin.com
34 bing.com
35 blogspot.com
37 comodo.com
39 drive.google.com
41 facebook.com
[all...]
H A Dwarmup.cmd28 adobe.com
31 akamai.com
34 aol.com
35 apple.com
36 arin.com
40 bing.com
41 blogspot.com
42 comodo.com
44 drive.google.com
46 facebook.com
[all...]
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c102 * ETC states. com->etc may also contain a hardware ETC command value,
114 * com state bits.
119 * The following com and tty flags correspond closely:
127 * XXX CS_*FLOW should be CF_*FLOW in com->flags (control flags not state).
148 #define CE_RECORD(com, errnum) (++(com)->delta_error_counts[errnum])
169 /* com device structure */
234 static void cd1400_channel_cmd(struct com_s *com, int cmd);
235 static void cd1400_channel_cmd_wait(struct com_s *com);
236 static void cd_etc(struct com_s *com, in
386 struct com_s *com; local
450 struct com_s *com; local
491 struct com_s *com; local
551 cyinput(struct com_s *com) argument
680 struct com_s *com; local
849 struct com_s *com; local
931 struct com_s *com; local
1120 struct com_s *com; local
1141 struct com_s *com; local
1234 struct com_s *com; local
1583 cysetwater(struct com_s *com, speed_t speed) argument
1655 struct com_s *com; local
1802 struct com_s *com; local
1843 struct com_s *com; local
1900 struct com_s *com; local
1934 struct com_s *com; local
1972 disc_optim(struct tty *tp, struct termios *t, struct com_s *com) argument
2043 cd1400_channel_cmd(struct com_s *com, int cmd) argument
2051 cd1400_channel_cmd_wait(struct com_s *com) argument
2076 cd_etc(struct com_s *com, int etc) argument
2117 cd_getreg(struct com_s *com, int reg) argument
2152 cd_setreg(struct com_s *com, int reg, int val) argument
2189 struct com_s *com; local
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c30 * from: @(#)com.c 7.5 (Berkeley) 5/16/91
40 * Serial driver, based on 386BSD-0.1 com driver.
49 * 386BSD(98),FreeBSD-1.1x(98) com driver.
65 * PC98 localization based on 386BSD(98) com driver. Using its PC98 local
179 #define sio_getreg(com, off) \
180 (bus_space_read_1((com)->bst, (com)->bsh, (off)))
181 #define sio_setreg(com, off, value) \
182 (bus_space_write_1((com)->bst, (com)
665 struct com_s *com; local
724 struct com_s *com; local
764 struct com_s *com; local
1361 struct com_s *com; local
1774 struct com_s *com; local
1885 struct com_s *com; local
1978 struct com_s *com; local
2160 struct com_s *com; local
2640 struct com_s *com; local
2713 struct com_s *com; local
2737 struct com_s *com; local
3033 struct com_s *com; local
3152 struct com_s *com; local
3213 struct com_s *com; local
3305 struct com_s *com; local
3344 struct com_s *com; local
3402 struct com_s *com; local
3811 com_tiocm_bis(struct com_s *com, int msr) argument
3827 com_tiocm_bic(struct com_s *com, int msr) argument
3842 com_tiocm_get(struct com_s *com) argument
3848 com_tiocm_get_delta(struct com_s *com) argument
3859 pc98_get_modem_status(struct com_s *com) argument
3902 struct com_s *com; local
3943 struct com_s *com; local
3959 pc98_disable_i8251_interrupt(struct com_s *com, int mod) argument
3972 pc98_enable_i8251_interrupt(struct com_s *com, int mod) argument
3983 pc98_check_i8251_interrupt(struct com_s *com) argument
3989 pc98_i8251_clear_cmd(struct com_s *com, int x) argument
4005 pc98_i8251_or_cmd(struct com_s *com, int x) argument
4021 pc98_i8251_set_cmd(struct com_s *com, int x) argument
4037 pc98_i8251_clear_or_cmd(struct com_s *com, int clr, int x) argument
4053 pc98_i8251_get_cmd(struct com_s *com) argument
4059 pc98_i8251_get_mod(struct com_s *com) argument
4065 pc98_i8251_reset(struct com_s *com, int mode, int command) argument
4100 com_cflag_and_speed_set( struct com_s *com, int cflag, int speed) argument
4153 pc98_ttspeedtab(struct com_s *com, int speed, u_int *divisor) argument
4216 pc98_set_baud_rate( struct com_s *com, u_int count ) argument
4338 pc98_set_ioport(struct com_s *com) argument
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c29 * from: @(#)com.c 7.5 (Berkeley) 5/16/91
42 * Serial driver, based on 386BSD-0.1 com driver.
115 #define sio_getreg(com, off) \
116 (bus_space_read_1((com)->bst, (com)->bsh, (off)))
117 #define sio_setreg(com, off, value) \
118 (bus_space_write_1((com)->bst, (com)->bsh, (off), (value)))
121 * com state bits.
126 * The following com an
333 struct com_s *com; local
395 struct com_s *com; local
431 struct com_s *com; local
873 struct com_s *com; local
1129 struct com_s *com; local
1194 struct com_s *com; local
1247 struct com_s *com; local
1403 struct com_s *com; local
1694 struct com_s *com; local
1761 struct com_s *com; local
1778 struct com_s *com; local
2007 struct com_s *com; local
2092 struct com_s *com; local
2131 struct com_s *com; local
2178 struct com_s *com; local
2217 struct com_s *com; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c166 get_ep(&ep->com);
178 __func__, ep, ep->com.state);
182 put_ep(&ep->com);
188 struct socket *so = ep->com.so;
305 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, ep, ep->com.so, states[ep->com.state]);
316 err = sosetopt(ep->com.so, &sopt);
349 err = sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread);
357 state_set(&ep->com, MPA_REQ_SEN
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf88 option domain atherosowl.com
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c206 c4iw_qp_rem_ref(&ep->com.qp->ibqp);
207 clear_bit(QP_REFERENCED, &ep->com.flags);
208 set_bit(QP_DEREFED, &ep->com.history);
213 set_bit(QP_REFERENCED, &ep->com.flags);
214 set_bit(QP_REFED, &ep->com.history);
215 c4iw_qp_add_ref(&ep->com.qp->ibqp);
270 struct sockaddr_storage *laddr = &lep->com.local_addr;
301 struct sockaddr_storage *laddr = &lep->com.local_addr;
362 port = (master_lep->com.local_addr.ss_family == AF_INET) ?
363 ((struct sockaddr_in *)&master_lep->com
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dparse.c35 int com, quoted; local
51 com = 0;
63 if (com == 0) {
72 if (com == 0) {
88 com = 1;
91 if (c == '\"' && com == 0 && prev_c != '\\') {
95 if (c == '\n' && com != 0) {
97 com = 0;
110 if (com == 1) {
221 int com, quote local
[all...]
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec38 * Tue Apr 16 2002 Solar Designer <solar@owl.openwall.com>
42 * Thu Feb 07 2002 Michail Litvak <mci@owl.openwall.com>
45 * Sun Nov 04 2001 Solar Designer <solar@owl.openwall.com>
51 * Tue Feb 13 2001 Solar Designer <solar@owl.openwall.com>
54 * Tue Dec 19 2000 Solar Designer <solar@owl.openwall.com>
57 * Mon Oct 30 2000 Solar Designer <solar@owl.openwall.com>
60 * Fri Sep 22 2000 Solar Designer <solar@owl.openwall.com>
63 * Fri Aug 18 2000 Solar Designer <solar@owl.openwall.com>
66 * Sun Jul 02 2000 Solar Designer <solar@owl.openwall.com>
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwired.conf30 nas_identifier=ap.example.com
/freebsd-11-stable/usr.bin/mail/
H A Dlex.c281 const struct cmd *com; local
320 com = lex(word);
321 if (com == NULL) {
331 if ((com->c_argtype & F) == 0)
342 if (!rcvmode && (com->c_argtype & M) == 0) {
344 com->c_name);
347 if (sourcing && com->c_argtype & I) {
349 com->c_name);
352 if (readonly && com->c_argtype & W) {
354 com
[all...]
/freebsd-11-stable/tools/regression/iscsi/
H A Dctl.conf10 target iqn.2012-06.com.example:1 {
23 target iqn.2012-06.com.example:2 {
/freebsd-11-stable/contrib/unbound/sldns/
H A Dparse.c37 int com, quoted; local
53 com = 0;
65 if (com == 0) {
74 if (com == 0) {
90 com = 1;
93 if (c == '\"' && com == 0 && prev_c != '\\') {
97 if (c == '\n' && com != 0) {
99 com = 0;
112 if (com == 1) {
249 int com, quote local
[all...]
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec121 * Thu Sep 22 2011 Paul Wouters <paul@xelerance.com> - 1.6.11-1
126 * Wed Jun 08 2011 Paul Wouters <paul@xelerance.com> - 1.6.10-1
130 * Sun Mar 27 2011 Paul Wouters <paul@xelerance.com> - 1.6.9-1
133 * Mon Jan 24 2011 Paul Wouters <paul@xelerance.com> - 1.6.8-1
136 * Thu Aug 26 2010 Paul Wouters <paul@xelerance.com> - 1.6.6-1
139 * Mon Apr 26 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-4
143 * Thu Feb 11 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-3
146 * Fri Jan 22 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-2
149 * Fri Jan 22 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-1
155 * Sun Aug 16 2009 Paul Wouters <paul@xelerance.com>
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Daddrmatch.sh25 Match Address 192.168.0.0/16,!192.168.30.0/24,10.0.0.0/8,host.example.com
40 run_trial user 1.1.1.1 somehost.example.com 1.2.3.4 1234 match2 "bare IP4 address"
45 run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address"
46 run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6"
H A Dssh-com-client.sh1 # $OpenBSD: ssh-com-client.sh,v 1.7 2013/05/17 04:29:14 dtucker Exp $
4 tid="connect with ssh.com client"
6 #TEST_COMBASE=/path/to/ssh/com/binaries
31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com
32 chmod 600 ${OBJ}/id.com
33 ${SSHKEYGEN} -i -f ${OBJ}/id.com > $OBJ/id.openssh
36 ${SSHKEYGEN} -e -f ${OBJ}/id.openssh > $OBJ/id.com.pub
37 echo IdKey ${OBJ}/id.com > ${OBJ}/id.list
128 id.list id.com id.com
[all...]
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_ndk.sh19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinetools-linux-6200805_latest.zip;
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip;
55 # https://stackoverflow.com/a/47028911/608639
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec75 URL: https://www.openssh.com/portable.html
432 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-2
435 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-1
444 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-0
447 * Tue Mar 5 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020305
451 * Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020220
455 * Wed Feb 13 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-3
459 * Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-2
463 * Sun Dec 29 2001 Nalin Dahyabhai <nalin@redhat.com>
467 * Tue Dec 4 2001 Nalin Dahyabhai <nalin@redhat.com> 3.
[all...]
/freebsd-11-stable/sys/dev/ic/
H A Di82586.h197 struct ie_cmd_common com; /* common part */ member in struct:ie_xmit_cmd
198 #define ie_xmit_status com.ie_cmd_status
235 struct ie_cmd_common com; /* common part */ member in struct:ie_mcast_cmd
236 #define ie_mcast_status com.ie_cmd_status
247 struct ie_cmd_common com; /* common part */ member in struct:ie_tdr_cmd
248 #define ie_tdr_status com.ie_cmd_status
263 struct ie_cmd_common com; member in struct:ie_iasetup_cmd
264 #define ie_iasetup_status com.ie_cmd_status
273 struct ie_cmd_common com; /* common part */ member in struct:ie_config_cmd
274 #define ie_config_status com
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c107 struct res_common com; member in struct:res_qp
142 struct res_common com; member in struct:res_mtt
155 struct res_common com; member in struct:res_mpt
167 struct res_common com; member in struct:res_eq
178 struct res_common com; member in struct:res_cq
190 struct res_common com; member in struct:res_srq
202 struct res_common com; member in struct:res_counter
212 struct res_common com; member in struct:res_xrcdn
222 struct res_common com; member in struct:res_fs_rule
936 counter = container_of(r, struct res_counter, com);
[all...]
/freebsd-11-stable/contrib/blacklist/port/
H A Dfparseln.c91 char esc, con, nl, com; local
102 com = str[2];
120 if (s && com) { /* Check and eliminate comments */
122 if (*cp == com && !isescaped(ptr, cp, esc)) {
180 if (cp[1] == com)
186 if (cp[1] != com && cp[1] != con && cp[1] != esc)
/freebsd-11-stable/lib/libutil/
H A Dfparseln.c87 char esc, con, nl, com; local
102 com = str[2];
118 if (s && com) { /* Check and eliminate comments */
120 if (*cp == com && !isescaped(ptr, cp, esc)) {
175 if (cp[1] == com)
181 if (cp[1] != com && cp[1] != con && cp[1] != esc)
/freebsd-11-stable/contrib/byacc/
H A Dvmsbuild.com1 $! $Id: vmsbuild.com,v 1.2 2014/04/06 19:08:57 tom Exp $
154 $ if f$search("BYACC.com") .nes. "" then delete BYACC.com;*
182 $ if "''f$search("BYACC.com")'" .nes. "" then delete BYACC.com;*
183 $ copy nl: BYACC.com
184 $ open/append test_script BYACC.com
194 $ write sys$output "** made BYACC.com"
/freebsd-11-stable/sys/modules/ena/
H A DMakefile4 # Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates.
34 ${SRCTOP}/sys/contrib/ena-com

Completed in 191 milliseconds

12345678