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

12345678

/freebsd-12-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-12-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-12-stable/sys/dev/sio/
H A Dsio.c31 * from: @(#)com.c 7.5 (Berkeley) 5/16/91
43 * Serial driver, based on 386BSD-0.1 com driver.
116 #define sio_getreg(com, off) \
117 (bus_space_read_1((com)->bst, (com)->bsh, (off)))
118 #define sio_setreg(com, off, value) \
119 (bus_space_write_1((com)->bst, (com)->bsh, (off), (value)))
122 * com state bits.
127 * The following com an
334 struct com_s *com; local
396 struct com_s *com; local
432 struct com_s *com; local
874 struct com_s *com; local
1130 struct com_s *com; local
1195 struct com_s *com; local
1248 struct com_s *com; local
1404 struct com_s *com; local
1695 struct com_s *com; local
1762 struct com_s *com; local
1779 struct com_s *com; local
2008 struct com_s *com; local
2093 struct com_s *com; local
2132 struct com_s *com; local
2179 struct com_s *com; local
2218 struct com_s *com; local
[all...]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf88 option domain atherosowl.com
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c208 c4iw_qp_rem_ref(&ep->com.qp->ibqp);
209 clear_bit(QP_REFERENCED, &ep->com.flags);
210 set_bit(QP_DEREFED, &ep->com.history);
215 set_bit(QP_REFERENCED, &ep->com.flags);
216 set_bit(QP_REFED, &ep->com.history);
217 c4iw_qp_add_ref(&ep->com.qp->ibqp);
272 struct sockaddr_storage *laddr = &lep->com.local_addr;
303 struct sockaddr_storage *laddr = &lep->com.local_addr;
364 port = (master_lep->com.local_addr.ss_family == AF_INET) ?
365 ((struct sockaddr_in *)&master_lep->com
[all...]
/freebsd-12-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-12-stable/contrib/wpa/hostapd/
H A Dwired.conf30 nas_identifier=ap.example.com
/freebsd-12-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) {
223 int com, quote local
[all...]
/freebsd-12-stable/usr.bin/mail/
H A Dlex.c283 const struct cmd *com; local
322 com = lex(word);
323 if (com == NULL) {
333 if ((com->c_argtype & F) == 0)
344 if (!rcvmode && (com->c_argtype & M) == 0) {
346 com->c_name);
349 if (sourcing && com->c_argtype & I) {
351 com->c_name);
354 if (readonly && com->c_argtype & W) {
356 com
[all...]
/freebsd-12-stable/tools/regression/iscsi/
H A Dctl.conf10 target iqn.2012-06.com.example:1 {
23 target iqn.2012-06.com.example:2 {
/freebsd-12-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-12-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-12-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
H A Dinstall_expat.sh4 if ! curl -L -k -s -o expat-2.2.9.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-2.2.9.tar.gz;
26 # Cleanup warnings, https://github.com/libexpat/libexpat/issues/383
/freebsd-12-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-12-stable/sys/dev/ic/
H A Di82586.h199 struct ie_cmd_common com; /* common part */ member in struct:ie_xmit_cmd
200 #define ie_xmit_status com.ie_cmd_status
237 struct ie_cmd_common com; /* common part */ member in struct:ie_mcast_cmd
238 #define ie_mcast_status com.ie_cmd_status
249 struct ie_cmd_common com; /* common part */ member in struct:ie_tdr_cmd
250 #define ie_tdr_status com.ie_cmd_status
265 struct ie_cmd_common com; member in struct:ie_iasetup_cmd
266 #define ie_iasetup_status com.ie_cmd_status
275 struct ie_cmd_common com; /* common part */ member in struct:ie_config_cmd
276 #define ie_config_status com
[all...]
/freebsd-12-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-12-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-12-stable/lib/libutil/
H A Dfparseln.c89 char esc, con, nl, com; local
104 com = str[2];
120 if (s && com) { /* Check and eliminate comments */
122 if (*cp == com && !isescaped(ptr, cp, esc)) {
177 if (cp[1] == com)
183 if (cp[1] != com && cp[1] != con && cp[1] != esc)
/freebsd-12-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-12-stable/sys/modules/ena/
H A DMakefile4 # Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates.
34 ${SRCTOP}/sys/contrib/ena-com
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c84 u_long com; local
93 com = 0;
94 switch (uap->com) {
96 com = MEMRANGE_GET;
100 com = MEMRANGE_SET;
104 panic("%s: unknown MEMRANGE %#x", __func__, uap->com);
107 if ((error = fo_ioctl(fp, com, (caddr_t)&mro, td->td_ucred, td)) != 0)
110 if ( (com & IOC_OUT) ) {
224 u_long com;
239 switch (uap->com) {
[all...]
/freebsd-12-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec86 URL: https://www.openssh.com/portable.html
432 * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com>
467 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-2
470 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-1
479 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-0
482 * Tue Mar 5 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020305
486 * Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020220
490 * Wed Feb 13 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-3
494 * Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-2
498 * Sat Dec 29 2001 Nalin Dahyabhai <nalin@redhat.com>
[all...]

Completed in 324 milliseconds

12345678