| /NextBSD/sys/dev/cy/ |
| HD | cy.c | 148 #define CE_RECORD(com, errnum) (++(com)->delta_error_counts[errnum]) argument 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, int etc); 237 static int cd_getreg(struct com_s *com, int reg); 238 static void cd_setreg(struct com_s *com, int reg, int val); 239 static void cyinput(struct com_s *com); 243 static int cysetwater(struct com_s *com, speed_t speed); 249 struct com_s *com); 386 struct com_s *com; in cyattach_common() local [all …]
|
| /NextBSD/sys/pc98/cbus/ |
| HD | sio.c | 179 #define sio_getreg(com, off) \ argument 180 (bus_space_read_1((com)->bst, (com)->bsh, (off))) 181 #define sio_setreg(com, off, value) \ argument 182 (bus_space_write_1((com)->bst, (com)->bsh, (off), (value))) 219 #define CE_RECORD(com, errnum) (++(com)->delta_error_counts[errnum]) argument 343 static int espattach(struct com_s *com, Port_t esp_port); 351 static void sioinput(struct com_s *com); 352 static void siointr1(struct com_s *com); 358 static int siosetwater(struct com_s *com, speed_t speed); 410 static void com_tiocm_bis(struct com_s *com, int msr); [all …]
|
| /NextBSD/sys/dev/sio/ |
| HD | sio.c | 115 #define sio_getreg(com, off) \ argument 116 (bus_space_read_1((com)->bst, (com)->bsh, (off))) 117 #define sio_setreg(com, off, value) \ argument 118 (bus_space_write_1((com)->bst, (com)->bsh, (off), (value))) 155 #define CE_RECORD(com, errnum) (++(com)->delta_error_counts[errnum]) argument 255 static int espattach(struct com_s *com, Port_t esp_port); 263 static void sioinput(struct com_s *com); 264 static void siointr1(struct com_s *com); 270 static int siosetwater(struct com_s *com, speed_t speed); 333 struct com_s *com; in sysctl_machdep_comdefaultrate() local [all …]
|
| /NextBSD/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_cm.c | 166 get_ep(&ep->com); in start_ep_timer() 178 __func__, ep, ep->com.state); in stop_ep_timer() 182 put_ep(&ep->com); in stop_ep_timer() 188 struct socket *so = ep->com.so; in set_tcpinfo() 306 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, ep, ep->com.so, states[ep->com.state]); in abort_socket() 317 err = sosetopt(ep->com.so, &sopt); in abort_socket() 350 err = sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread); in send_mpa_req() 358 state_set(&ep->com, MPA_REQ_SENT); in send_mpa_req() 389 err = sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread); in send_mpa_reject() 401 CTR4(KTR_IW_CXGB, "%s ep %p so %p plen %d", __FUNCTION__, ep, ep->com.so, plen); in send_mpa_reply() [all …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | MAINTAINERS | 7 Jim Blandy jimb@redhat.com 8 Kevin Buettner kevinb@redhat.com 10 J.T. Conklin jtc@acorntoolworks.com 11 Fred Fish fnf@ninemoons.com 15 Stan Shebs shebs@apple.com 16 Michael Snyder msnyder@redhat.com 17 Elena Zannoni ezannoni@redhat.com 67 Richard Earnshaw rearnsha@arm.com 73 Orjan Friberg orjanf@axis.com 97 Kevin Buettner kevinb@redhat.com [all …]
|
| /NextBSD/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cm.c | 179 struct socket *so = ep->com.so; in set_tcpinfo() 261 CTR4(KTR_IW_CXGBE, "%s ep %p so %p state %s", __func__, ep, ep->com.so, in abort_socket() 262 states[ep->com.state]); in abort_socket() 274 rc = sosetopt(ep->com.so, &sopt); in abort_socket() 289 ep->com.so, states[ep->com.state]); in process_peer_close() 291 mutex_lock(&ep->com.mutex); in process_peer_close() 292 switch (ep->com.state) { in process_peer_close() 297 __state_set(&ep->com, CLOSING); in process_peer_close() 303 __state_set(&ep->com, DEAD); in process_peer_close() 308 close_socket(&ep->com, 0); in process_peer_close() [all …]
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | weblatency_example.txt | 11 static.flickr.com 1 12 images.pegasosppc.com 1 14 blogs.sun.com 7 17 static.flickr.com 65 18 blogs.sun.com 285 19 images.pegasosppc.com 491 23 static.flickr.com 65 24 images.pegasosppc.com 491 25 blogs.sun.com 962 41 www.google.com.au 3 [all …]
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | ChangeLog | 6 2007-06-29 Joseph Myers <joseph@codesourcery.com> 10 2007-06-29 Joseph Myers <joseph@codesourcery.com> 14 2007-06-29 Joseph Myers <joseph@codesourcery.com> 23 2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 28 2007-06-11 Sterling Augustine <sterling@tensilica.com> 34 2007-05-18 Caroline Tice <ctice@apple.com> 53 2007-04-26 Jan Beulich <jbeulich@novell.com> 68 2007-02-05 Dave Brolley <brolley@redhat.com> 69 Richard Sandiford <rsandifo@redhat.com> 70 Richard Henderson <rth@redhat.com> [all …]
|
| HD | ChangeLog-9103 | 1 2005-04-13 H.J. Lu <hongjiu.lu@intel.com> 9 2003-05-23 Jakub Jelinek <jakub@redhat.com> 12 2003-01-25 Jakub Jelinek <jakub@redhat.com> 15 2002-09-26 Jakub Jelinek <jakub@redhat.com> 18 2002-09-19 Jakub Jelinek <jakub@redhat.com> 22 2002-07-10 Jakub Jelinek <jakub@redhat.com> 30 2002-05-23 Jakub Jelinek <jakub@redhat.com> 35 2003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 54 From Jan Beulich <JBeulich@novell.com> 57 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> [all …]
|
| /NextBSD/contrib/ofed/libcxgb4/ |
| HD | ChangeLog | 2 Author: Steve Wise <swise@opengridcomputing.com> 7 Signed-off-by: Steve Wise <swise@opengridcomputing.com> 10 Author: Steve Wise <swise@opengridcomputing.com> 23 Signed-off-by: Steve Wise <swise@opengridcomputing.com> 26 Author: Steve Wise <swise@opengridcomputing.com> 31 Signed-off-by: Steve Wise <swise@opengridcomputing.com> 34 Author: Steve Wise <swise@opengridcomputing.com> 39 Signed-off-by: Steve Wise <swise@opengridcomputing.com> 42 Author: Steve Wise <swise@opengridcomputing.com> 49 Signed-off-by: Steve Wise <swise@opengridcomputing.com> [all …]
|
| /NextBSD/contrib/subversion/ |
| HD | COMMITTERS | 12 jimb Jim Blandy <jimb@red-bean.com> 13 sussman Ben Collins-Sussman <sussman@red-bean.com> 14 kfogel Karl Fogel <kfogel@red-bean.com> 15 gstein Greg Stein <gstein@gmail.com> 19 fitz Brian W. Fitzpatrick <fitz@red-bean.com> 22 philip Philip Martin <philip.martin@wandisco.com> 23 jerenkrantz Justin Erenkrantz <justin@erenkrantz.com> 25 blair Blair Zajac <blair@orcaware.com> 27 dlr Daniel Rall <dlr@finemaltcoding.com> 28 mbk Mark Benedetto King <mbk@lowlatency.com> [all …]
|
| /NextBSD/contrib/binutils/config/ |
| HD | ChangeLog | 1 2007-06-27 Mike Stump <mrs@apple.com> 6 2007-06-20 Mike Stump <mrs@apple.com> 15 2007-06-04 Olivier Hainque <hainque@adacore.com> 28 2007-04-11 Kai Tietz <kai.tietz@onevision.com> 33 2007-03-26 H.J. Lu <hongjiu.lu@intel.com> 38 2007-03-23 H.J. Lu <hongjiu.lu@intel.com> 43 2007-03-23 Joseph Myers <joseph@codesourcery.com> 56 2007-02-18 Alexandre Oliva <aoliva@redhat.com> 68 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com> 79 2007-01-31 Daniel Franke <franke.daniel@gmail.com> [all …]
|
| /NextBSD/contrib/libpcap/ |
| HD | CREDITS | 4 Bill Fenner <fenner at research dot att dot com> 13 Akos Vandra <axos88 at gmail dot com> 15 Albert Chin <china at thewrittenword dot com> 19 Andres Perera <andres dot p at zoho dot com> 22 Ani Sinha <ani at aristanetworks dot com> 28 Bill Parker <wp02855 at gmail dot com> 29 Brent Cook <brent at boundary dot com> 30 Brian Ginsbach <ginsbach at cray dot com> 34 Chris Maynard <Chris dot Maynard at gtech dot com> 35 Chris Pepper <pepper at mail dot reppep dot com> [all …]
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | ChangeLog-9103 | 21 2003-12-04 H.J. Lu <hongjiu.lu@intel.com> 34 2003-11-14 Nick Clifton <nickc@redhat.com> 45 2003-11-06 Bruno Rohee <bruno@rohee.com> 49 2003-10-24 H.J. Lu <hongjiu.lu@intel.com> 57 2003-10-21 Paul Eggert <eggert@twinsun.com> 69 2003-10-22 Jakub Jelinek <jakub@redhat.com> 81 2003-09-22 Andrew Cagney <cagney@redhat.com> 85 2003-09-15 Andrew Cagney <cagney@redhat.com> 90 2003-09-15 Andrew Cagney <cagney@redhat.com> 94 2003-09-15 Daniel Jacobowitz <drow@mvista.com> [all …]
|
| /NextBSD/contrib/file/ |
| HD | ChangeLog | 1 2015-09-16 9:50 Christos Zoulas <christos@zoulas.com> 5 2015-09-11 13:25 Christos Zoulas <christos@zoulas.com> 9 2015-09-08 9:50 Christos Zoulas <christos@zoulas.com> 13 2015-07-11 10:35 Christos Zoulas <christos@zoulas.com> 17 2015-07-09 10:35 Christos Zoulas <christos@zoulas.com> 21 2015-06-11 8:52 Christos Zoulas <christos@zoulas.com> 25 2015-06-10 13:50 Christos Zoulas <christos@zoulas.com> 29 2015-06-09 16:10 Christos Zoulas <christos@zoulas.com> 37 2015-06-03 16:00 Christos Zoulas <christos@zoulas.com> 41 2015-06-03 14:30 Christos Zoulas <christos@zoulas.com> [all …]
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ChangeLog-2006 | 1 2006-12-27 Kazu Hirata <kazu@codesourcery.com> 5 2006-12-27 Kazu Hirata <kazu@codesourcery.com> 9 2006-12-15 H.J. Lu <hongjiu.lu@intel.com> 15 2006-12-14 H.J. Lu <hongjiu.lu@intel.com> 20 2006-12-11 H.J. Lu <hongjiu.lu@intel.com> 28 2006-12-11 Daniel Jacobowitz <dan@codesourcery.com> 32 2006-12-09 H.J. Lu <hongjiu.lu@intel.com> 41 2006-12-09 H.J. Lu <hongjiu.lu@intel.com> 45 2006-12-04 Jan Beulich <jbeulich@novell.com> 49 2006-11-30 Jan Beulich <jbeulich@novell.com> [all …]
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | ChangeLog | 1 2006-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 9 2007-04-23 Nathan Sidwell <nathan@codesourcery.com> 21 2007-03-21 H.J. Lu <hongjiu.lu@intel.com> 32 2007-03-15 H.J. Lu <hongjiu.lu@intel.com> 37 2007-03-13 H.J. Lu <hongjiu.lu@intel.com> 46 2007-02-20 Thiemo Seufer <ths@mips.com> 47 Chao-Ying Fu <fu@mips.com> 58 2007-02-11 H.J. Lu <hongjiu.lu@intel.com> 64 2007-01-08 Kazu Hirata <kazu@codesourcery.com> 68 2006-12-25 Kazu Hirata <kazu@codesourcery.com> [all …]
|
| HD | ChangeLog-9103 | 1 2005-04-13 H.J. Lu <hongjiu.lu@intel.com> 6 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com> 9 2002-11-16 Klee Dienes <kdienes@apple.com> 17 2002-07-25 Richard Sandiford <rsandifo@redhat.com> 20 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com> 21 Bernardo Innocenti <bernie@develer.com> 25 2003-10-19 Hans-Peter Nilsson <hp@bitrange.com> 29 2003-09-30 Chris Demetriou <cgd@broadcom.com> 36 2003-09-04 Nick Clifton <nickc@redhat.com> 75 2003-07-18 Michael Snyder <msnyder@redhat.com> [all …]
|
| /NextBSD/contrib/binutils/etc/ |
| HD | ChangeLog | 1 2007-04-04 Eric Christopher <echristo@apple.com> 12 2007-02-06 Richard Sandiford <richard@codesourcery.com> 16 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com> 24 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com> 28 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com> 32 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> 40 2006-02-27 Carlos O'Donell <carlos@codesourcery.com> 48 2005-10-21 Mark Mitchell <mark@codesourcery.com> 56 2005-05-19 Zack Weinberg <zack@codesourcery.com> 60 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com> [all …]
|
| /NextBSD/contrib/binutils/include/aout/ |
| HD | ChangeLog | 1 2005-05-10 Nick Clifton <nickc@redhat.com> 24 2000-04-03 Hans-Peter Nilsson <hp@axis.com> 33 1999-07-12 Ian Lance Taylor <ian@zembu.com> 42 1996-03-11 Ian Lance Taylor <ian@cygnus.com> 54 1995-09-12 Ian Lance Taylor <ian@cygnus.com> 59 1995-07-12 Ken Raeburn <raeburn@kr-pc.cygnus.com> 67 1994-06-16 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 71 1994-06-11 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 77 1994-06-02 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 86 1994-02-26 Ian Lance Taylor (ian@cygnus.com) [all …]
|
| /NextBSD/contrib/binutils/ |
| HD | ChangeLog | 1 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com> 7 2007-06-28 DJ Delorie <dj@redhat.com> 13 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com> 17 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com> 28 2007-06-07 Ben Elliston <bje@au.ibm.com> 32 2007-06-07 Ben Elliston <bje@au.ibm.com> 40 2007-05-30 Jakub Jelinek <jakub@redhat.com> 46 2007-06-01 Steve Ellcey <sje@cup.hp.com> 59 2007-05-24 Steve Ellcey <sje@cup.hp.com> 82 2007-04-14 Steve Ellcey <sje@cup.hp.com> [all …]
|
| /NextBSD/contrib/binutils/bfd/doc/ |
| HD | ChangeLog-9103 | 1 2003-10-15 Andrew Cagney <cagney@redhat.com> 6 2003-10-08 David Taylor <dtaylor@emc.com> 10 2003-07-04 Josh Baratz <baratz@intersystems.com> 27 2002-11-18 Klee Dienes <kdienes@apple.com> 43 2002-10-11 Daniel Jacobowitz <drow@mvista.com> 69 * bfdint.texi: Change registry@sco.com to registry@caldera.com. 101 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com> 106 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com> 115 2001-10-29 Kazu Hirata <kazu@hxi.com> 119 2001-10-26 Nick Clifton <nickc@cambridge.redhat.com> [all …]
|
| /NextBSD/usr.bin/mail/ |
| HD | lex.c | 281 const struct cmd *com; in execute() local 320 com = lex(word); in execute() 321 if (com == NULL) { in execute() 331 if ((com->c_argtype & F) == 0) in execute() 342 if (!rcvmode && (com->c_argtype & M) == 0) { in execute() 344 com->c_name); in execute() 347 if (sourcing && com->c_argtype & I) { in execute() 349 com->c_name); in execute() 352 if (readonly && com->c_argtype & W) { in execute() 354 com->c_name); in execute() [all …]
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog.tree-ssa | 1 2004-04-19 Richard Henderson <rth@redhat.com> 6 2004-04-12 Diego Novillo <dnovillo@redhat.com> 12 2004-04-12 Richard Henderson <rth@redhat.com> 21 2004-04-01 Diego Novillo <dnovillo@redhat.com> 26 2004-03-25 Diego Novillo <dnovillo@redhat.com> 31 2004-03-17 Richard Henderson <rth@redhat.com> 36 2004-03-16 Dale Johannesen <dalej@apple.com> 41 2004-03-10 Jason Merrill <jason@redhat.com> 48 2004-03-01 Jeff Law <law@redhat.com> 53 2004-02-24 Jason Merrill <jason@redhat.com> [all …]
|
| /NextBSD/contrib/binutils/include/ |
| HD | ChangeLog | 1 2007-07-03 Nathan Sidwell <nathan@codesourcery.com> 5 2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 14 2007-05-07 Nathan Froyd <froydnj@codesourcery.com> 22 2007-04-25 Mark Mitchell <mark@codesourcery.com> 26 2007-04-10 Richard Henderson <rth@redhat.com> 30 2007-03-29 Joel Brobecker <brobecker@adacore.com> 39 2007-02-21 Nick Clifton <nickc@redhat.com> 44 2007-02-17 Mark Mitchell <mark@codesourcery.com> 45 Nathan Sidwell <nathan@codesourcery.com> 46 Vladimir Prus <vladimir@codesourcery.com [all …]
|