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

1234567

/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_pioctl.h66 #define _VALIDVICEIOCTL(com) (com >= _VICEIOCTL(0) && \
67 com <= _VICEIOCTL(255))
/freebsd-9.3-release/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-9.3-release/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-9.3-release/crypto/heimdal/tests/java/
H A Djaas.conf4 com.sun.security.auth.module.Krb5LoginModule required;
/freebsd-9.3-release/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
328 struct com_s *com; local
390 struct com_s *com; local
426 struct com_s *com; local
868 struct com_s *com; local
1124 struct com_s *com; local
1189 struct com_s *com; local
1242 struct com_s *com; local
1398 struct com_s *com; local
1689 struct com_s *com; local
1756 struct com_s *com; local
1773 struct com_s *com; local
2002 struct com_s *com; local
2087 struct com_s *com; local
2126 struct com_s *com; local
2173 struct com_s *com; local
2212 struct com_s *com; local
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c173 get_ep(&ep->com);
185 __func__, ep, ep->com.state);
189 put_ep(&ep->com);
195 struct socket *so = ep->com.so;
319 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, ep, ep->com.so, states[ep->com.state]);
330 err = sosetopt(ep->com.so, &sopt);
363 err = sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread);
371 state_set(&ep->com, MPA_REQ_SEN
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/wpa/hostapd/
H A Dwired.conf30 nas_identifier=ap.example.com
/freebsd-9.3-release/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-9.3-release/contrib/bsnmp/snmpd/
H A Dsnmpd.config37 host := foo.bar.com
39 contact := "sysmeister@bar.com"
41 traphost := noc.bar.com
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c74 u_long com = 0; local
77 if (uap->com & IOC_IN) {
91 } else if (uap->com & IOC_OUT) {
99 switch (uap->com) {
101 com = MDIOCATTACH;
104 com = MDIOCDETACH;
107 com = MDIOCQUERY;
110 com = MDIOCLIST;
113 panic("%s: unknown MDIOC %#x", __func__, uap->com);
115 error = fo_ioctl(fp, com, (caddr_
209 u_long com; local
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec75 URL: http://www.openssh.com/portable.html
436 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-2
439 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-1
448 * Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-0
451 * Tue Mar 5 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020305
455 * Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020220
459 * Wed Feb 13 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-3
463 * Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-2
467 * Sun Dec 29 2001 Nalin Dahyabhai <nalin@redhat.com>
471 * Tue Dec 4 2001 Nalin Dahyabhai <nalin@redhat.com> 3.
[all...]
/freebsd-9.3-release/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-9.3-release/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)) {
169 if (cp[1] == com)
175 if (cp[1] != com && cp[1] != con && cp[1] != esc)
/freebsd-9.3-release/contrib/cvs/diff/
H A DMakefile.am24 EXTRA_DIST = ChangeLog build_diff.com diagmeet.note \
/freebsd-9.3-release/lib/libc/gen/
H A Dtermios.c222 int com; local
226 com = FREAD;
229 com = FWRITE;
232 com = FREAD | FWRITE;
238 return (_ioctl(fd, TIOCFLUSH, &com));
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c100 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) argument
102 switch (*com) {
127 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA;
143 *com = TIOCSETA;
157 *com = TIOCSETA;
163 if (*com == TIOCLSET)
169 if (*com == TIOCLBIS)
175 *com = TIOCSETA;
183 tty_ioctl_compat(struct tty *tp, u_long com, caddr_ argument
[all...]
/freebsd-9.3-release/usr.bin/renice/
H A Drenice.c155 getnum(const char *com, const char *str, int *val) argument
163 warnx("%s argument %s is out of range.", com, str);
167 warnx("Bad %s argument: %s.", com, str);
/freebsd-9.3-release/tools/regression/nfsmmap/test1/
H A DMakefile5 NFSSERVER?= herring.nlsystems.com
/freebsd-9.3-release/tools/regression/nfsmmap/test2/
H A DMakefile5 NFSSERVER?= herring.nlsystems.com
/freebsd-9.3-release/contrib/cvs/
H A DMakefile.am36 build.com \
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl28 if (($in[1] !~ /^\/\* Copyright \(C\) [0-9-]+ Eric Young \(eay\@cryptsoft.com\)/))
66 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
70 * by Eric Young (eay@cryptsoft.com).
78 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
98 * Eric Young (eay@cryptsoft.com)"
103 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/freebsd-9.3-release/usr.bin/newkey/
H A Dupdate.c148 char *com; local
173 com = malloc((unsigned) strlen(command) + 6);
174 if (com == NULL) {
177 (void)sprintf(com, "exec %s", command);
178 execl(SHELL, basename(SHELL), "-c", com, (char *)NULL);

Completed in 249 milliseconds

1234567