HomeSort by: relevance | last modified time | path
    Searched defs:oso (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
tcp_syncache.c 563 struct socket *oso; local
603 oso = so;
632 if (sotoinpcb(oso)->inp_flags & IN6P_IPV6_V6ONLY)
652 if (inp && intotcpcb(inp)->t_family == AF_INET6 && sotoinpcb(oso)) {
653 struct inpcb *oinp = sotoinpcb(oso);
697 tp->t_flags = sototcpcb(oso)->t_flags & TF_NODELAY;
sctp_input.c 2075 struct socket *so, *oso; local
2085 oso = (*inp_p)->sctp_socket;
2087 so = sonewconn(oso, SS_ISCONNECTED);
  /src/external/gpl3/gdb/dist/gdb/
machoread.c 46 Each time an oso (other source) is found in the executable, the reader
67 /* Stab symbols range for this OSO. */
146 NUMBER_OF_SYMBOLS for OBJFILE. Registers OSO filenames found. */
174 /* Non-null OSO found. Debugging info are DWARF in this OSO file. */
244 /* Empty OSO. Means that this file was compiled with
252 /* Non-empty OSO for a Dwarf file. */
304 complaint (_("unhandled stab for dwarf OSO file"));
348 This is used to speed up lookup for symbols in the OSO. */
410 /* Add oso file OSO/ABFD as a symbol file. *
602 oso_el *oso; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
machoread.c 46 Each time an oso (other source) is found in the executable, the reader
67 /* Stab symbols range for this OSO. */
146 NUMBER_OF_SYMBOLS for OBJFILE. Registers OSO filenames found. */
174 /* Non-null OSO found. Debugging info are DWARF in this OSO file. */
244 /* Empty OSO. Means that this file was compiled with
252 /* Non-empty OSO for a Dwarf file. */
304 complaint (_("unhandled stab for dwarf OSO file"));
348 This is used to speed up lookup for symbols in the OSO. */
409 /* Add oso file OSO/ABFD as a symbol file. *
600 oso_el *oso; variable
    [all...]

Completed in 32 milliseconds