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

  /src/sys/arch/sun3/sun3x/
iommu.h 118 } stc; member in union:iommu_pde_struct::__anonec0cf4ed010a
  /src/sys/dev/sbus/
spif.c 134 /* normal STC access */
140 /* IACK STC access */
233 printf(": failed to establish stc interrupt\n");
434 struct stty_softc *stc = device_lookup_private(&stty_cd, local in function:stty_ioctl
436 struct stty_port *sp = &stc->sc_port[SPIF_PORT(dev)];
711 struct stty_softc *stc = device_lookup_private(&stty_cd, local in function:stty_start
713 struct stty_port *sp = &stc->sc_port[SPIF_PORT(tp->t_dev)];
896 struct stty_softc *stc = sc->sc_ttys; local in function:spif_softintr
902 if (stc != NULL) {
903 for (i = 0; i < stc->sc_nports; i++)
    [all...]
  /src/sys/dev/dtv/
dtvio_demux.h 121 uint64_t stc; member in struct:dmx_stc
  /src/sys/netinet/
sctp_output.c 233 struct sctp_state_cookie *stc; local in function:sctp_add_cookie
261 stc = (struct sctp_state_cookie *)((vaddr_t)ph +
265 /* Fill in the stc cookie data */
266 *stc = *stc_in;
3263 struct sctp_state_cookie stc; local in function:sctp_send_initiate_ack
3314 SCTP_GETTIME_TIMEVAL(&stc.time_entered);
3322 stc.tie_tag_my_vtag = asoc->my_vtag_nonce;
3326 stc.tie_tag_peer_vtag = asoc->peer_vtag_nonce;
3328 stc.cookie_life = asoc->cookie_life;
3345 stc.tie_tag_my_vtag = 0
    [all...]

Completed in 66 milliseconds