/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 259 rts_t *rts; in rts_stream_open() local 281 rts = connp->conn_rts; in rts_stream_open() 282 rw_enter(&rts->rts_rwlock, RW_WRITER); in rts_stream_open() 297 rw_exit(&rts->rts_rwlock); in rts_stream_open() 313 rts_t *rts; in rts_open() local 332 rts = connp->conn_rts; in rts_open() 340 rw_enter(&rts->rts_rwlock, RW_WRITER); in rts_open() 341 ASSERT(connp->conn_rts == rts); in rts_open() 342 ASSERT(rts->rts_connp == connp); in rts_open() 350 rts->rts_rtss = rtss; in rts_open() [all …]
|
H A D | ipclassifier.c | 2135 rts_t *rts = (rts_t *)&itc[1]; in rts_conn_constructor() local 2138 bzero(rts, sizeof (rts_t)); in rts_conn_constructor() 2142 connp->conn_rts = rts; in rts_conn_constructor() 2144 rts->rts_connp = connp; in rts_conn_constructor() 2160 rts_t *rts = (rts_t *)&itc[1]; in rts_conn_destructor() local 2163 ASSERT(rts->rts_connp == connp); in rts_conn_destructor() 2164 ASSERT(connp->conn_rts == rts); in rts_conn_destructor()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | trace.c | 762 print_rts(struct rt_spare *rts, in print_rts() argument 772 (void) fprintf(ftrace, "metric=%-2d ", rts->rts_metric); in print_rts() 774 (void) fprintf(ftrace, "%s ", (rts->rts_ifp == 0 ? in print_rts() 775 "if?" : rts->rts_ifp->int_name)); in print_rts() 777 (force_router == 0 && rts->rts_router != rts->rts_gate)) in print_rts() 779 naddr_ntoa(rts->rts_router)); in print_rts() 781 (void) fprintf(ftrace, "%s ", ts(rts->rts_time)); in print_rts() 783 (force_tag == 0 && rts->rts_tag != 0)) in print_rts() 784 (void) fprintf(ftrace, "tag=%#x ", ntohs(rts->rts_tag)); in print_rts() 785 if (rts->rts_de_ag != 0) { in print_rts() [all …]
|
H A D | table.c | 1246 struct rt_spare new, *rts, *losing_rts = NULL; in rtm_lose() local 1261 rts = &rt->rt_spares[i]; in rtm_lose() 1262 if (rts->rts_gate == S_ADDR(INFO_GATE(info))) { in rtm_lose() 1263 losing_rts = rts; in rtm_lose() 1266 if (rts->rts_gate != 0 && rts->rts_ifp != &dummy_ifp) in rtm_lose() 1982 struct rt_spare *rts; in walk_kern() local 2067 rts = &RT->rt_spares[i]; in walk_kern() 2070 if (rts->rts_flags & RTS_EXTERNAL) in walk_kern() 2073 if (rts->rts_metric == metric) { in walk_kern() 2075 rts->rts_router, rts->rts_ifp, rts->rts_gate, in walk_kern() [all …]
|
H A D | input.c | 1067 struct rt_spare *rts, *rts0; in input_route() local 1125 for (rts = rts0, i = rt->rt_num_spares; i != 0; i--, rts++) { in input_route() 1126 if (rts->rts_router == new->rts_router) in input_route() 1132 if (BETTER_LINK(rt, rts0, rts)) in input_route() 1133 rts0 = rts; in input_route() 1147 if (new->rts_de_ag > rts->rts_de_ag && in input_route() 1148 now_stale <= rts->rts_time) in input_route() 1155 if (rts->rts_metric == HOPCNT_INFINITY && in input_route() 1157 new->rts_time = rts->rts_time; in input_route() 1164 uint8_t old_metric = rts->rts_metric; in input_route() [all …]
|
H A D | rdisc.c | 516 struct rt_spare *rts = NULL; in del_rdisc() local 529 rts = &rt->rt_spares[i]; in del_rdisc() 533 if (rts != NULL) in del_rdisc() 534 rts_delete(rt, rts); in del_rdisc() 578 struct rt_spare new, *rts; in rdisc_sort() local 602 rts = &rt->rt_spares[j]; in rdisc_sort() 603 if (rts->rts_gate == 0 || rts->rts_origin != RO_RIP || in rdisc_sort() 604 rts->rts_ifp == &dummy_ifp) { in rdisc_sort() 617 rts = &rt->rt_spares[rt->rt_num_spares]; in rdisc_sort() 618 (void) memset(rts, 0, in rdisc_sort() [all …]
|
H A D | output.c | 497 struct rt_spare *rts; in walk_supply() local 652 for (rts = RT->rt_spares, sparecount = 0; in walk_supply() 653 sparecount < RT->rt_num_spares; sparecount++, rts++) { in walk_supply() 654 if (rts->rts_metric > metric || rts->rts_ifp != ws.ifp) in walk_supply()
|
/titanic_44/usr/src/uts/intel/os/ |
H A D | bootenv.rc | 29 setprop ttyd-rts-dtr-off false 31 setprop ttyc-rts-dtr-off false 33 setprop ttyb-rts-dtr-off false 35 setprop ttya-rts-dtr-off false
|
/titanic_44/usr/src/uts/sparc/rts/ |
H A D | Makefile | 39 MODULE = rts
|
/titanic_44/usr/src/uts/intel/rts/ |
H A D | Makefile | 40 MODULE = rts
|
/titanic_44/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/ |
H A D | usa49msg.h | 144 uint8_t rts; /* 1=active, 0=inactive */ member
|
H A D | usa90msg.h | 91 uint8_t rts; /* 1=on, 0=off */ member
|
/titanic_44/usr/src/cmd/cmd-inet/etc/sock2path.d/ |
H A D | system%2Fkernel | 49 24 4 0 rts
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_dsd.c | 643 kp->kp_ctrl_msg.usa19hs.rts = 0; in keyspan_close_hw_port() 1009 kp->kp_ctrl_msg.usa19hs.rts = 0x1; in keyspan_set_modem_ctl() 1011 kp->kp_ctrl_msg.usa19hs.rts = 0x0; in keyspan_set_modem_ctl() 1041 kp->kp_ctrl_msg.usa49.rts = 0x1; in keyspan_set_modem_ctl() 1043 kp->kp_ctrl_msg.usa49.rts = 0x0; in keyspan_set_modem_ctl() 2726 if (ctrl_msg->rts) { in keyspan_save_port_params_usa19hs() 2764 ctrl_msg->rts = 0x1; in keyspan_default_port_params_usa19hs() 3212 ctrl_msg->rts = 1; in keyspan_default_port_params_usa49() 3263 if (ctrl_msg->rts) { in keyspan_save_port_params_usa49()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.mf | 241 driver name=rts perms="rts 0666 root sys" 376 file path=kernel/drv/$(ARCH64)/rts group=sys 454 file path=kernel/drv/rts.conf group=sys 624 hardlink path=kernel/socketmod/$(ARCH64)/rts \ 625 target=../../../kernel/drv/$(ARCH64)/rts 670 license usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts \ 671 license=usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts
|
/titanic_44/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 218 DRV_KMODS += pseudo ptc ptm pts ptsl ramdisk random rsm rts sad
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3209 int rts; in usbser_inbound_flow_ctl() local 3228 rts = TIOCM_RTS; in usbser_inbound_flow_ctl() 3231 rts = 0; in usbser_inbound_flow_ctl() 3250 (void) USBSER_DS_SET_MODEM_CTL(pp, TIOCM_RTS, rts); in usbser_inbound_flow_ctl()
|
/titanic_44/usr/src/uts/intel/ |
H A D | Makefile.intel | 315 DRV_KMODS += rts
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 2126 timespec_t rts; in mutex_lock_internal() local 2128 while (__nanosleep(&ts, &rts) == EINTR) in mutex_lock_internal() 2129 ts = rts; in mutex_lock_internal()
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 536 IP_RTS_OBJS = rts.o rts_opt_data.o
|