Symbol: RT
sbin/routed/output.c
472
if ((RT->rt_state & RS_IF)
sbin/routed/output.c
473
&& RT->rt_ifp != 0
sbin/routed/output.c
474
&& (RT->rt_ifp->int_state & IS_PASSIVE)
sbin/routed/output.c
475
&& !(RT->rt_state & RS_MHOME))
sbin/routed/output.c
483
&& !(RT->rt_state & RS_MHOME))
sbin/routed/output.c
486
dst = RT->rt_dst;
sbin/routed/output.c
493
if (RT->rt_state & RS_NET_SYN) {
sbin/routed/output.c
494
if (RT->rt_state & RS_NET_INT) {
sbin/routed/output.c
499
ntohl(dst), RT->rt_mask))
sbin/routed/output.c
514
ntohl(dst), RT->rt_mask))
sbin/routed/output.c
525
if (!(RT->rt_state & RS_IF)
sbin/routed/output.c
526
&& RT->rt_gate != myaddr
sbin/routed/output.c
527
&& RT->rt_gate != loopaddr)
sbin/routed/output.c
528
nhop = RT->rt_gate;
sbin/routed/output.c
533
metric = RT->rt_metric;
sbin/routed/output.c
536
if (RT->rt_state & RS_MHOME) {
sbin/routed/output.c
540
} else if (RT_ISHOST(RT)) {
sbin/routed/output.c
548
if ((RT->rt_state & RS_LOCAL)
sbin/routed/output.c
573
&& ((RT->rt_state & RS_SUBNET)
sbin/routed/output.c
581
if ((RT->rt_state & RS_SUBNET)
sbin/routed/output.c
611
&& (!(RT->rt_state & RS_IF)
sbin/routed/output.c
613
for (rts = RT->rt_spares, i = NUM_SPARES; i != 0; i--, rts++) {
sbin/routed/output.c
632
if (RT->rt_poison_time < now_expire
sbin/routed/output.c
633
|| RT->rt_poison_metric >= metric
sbin/routed/output.c
634
|| RT->rt_spares[1].rts_gate == 0) {
sbin/routed/output.c
646
if (RT->rt_poison_metric >= metric
sbin/routed/output.c
647
|| RT->rt_poison_time < now_expire) {
sbin/routed/output.c
648
RT->rt_poison_time = now.tv_sec;
sbin/routed/output.c
649
RT->rt_poison_metric = metric;
sbin/routed/output.c
655
pref = RT->rt_poison_metric + ws.metric;
sbin/routed/output.c
667
|| RT->rt_poison_time < now_garbage))
sbin/routed/output.c
673
ag_check(dst, RT->rt_mask, 0, nhop, metric, pref,
sbin/routed/output.c
674
RT->rt_seqno, RT->rt_tag, ags, supply_out);
sbin/routed/table.c
1428
if (RT->rt_state & RS_NET_SYN)
sbin/routed/table.c
1431
if (!(RT->rt_state & RS_IF)) {
sbin/routed/table.c
1444
if (RT_ISHOST(RT)
sbin/routed/table.c
1445
&& ntohl(RT->rt_dst) == RT->rt_gate)
sbin/routed/table.c
1452
if (RT->rt_ifp != 0 && (RT->rt_ifp->int_state & IS_EXTERNAL))
sbin/routed/table.c
1466
if (RT->rt_ifp == 0
sbin/routed/table.c
1467
|| (RT->rt_ifp->int_state & IS_REMOTE))
sbin/routed/table.c
1476
if ((RT->rt_state & RS_RDISC) && rip_sock < 0)
sbin/routed/table.c
1479
metric = RT->rt_metric;
sbin/routed/table.c
1487
ag_check(RT->rt_dst, RT->rt_mask, RT->rt_gate, 0,
sbin/routed/table.c
2005
rts = RT->rt_spares;
sbin/routed/table.c
2011
rts_delete(RT, rts);
sbin/routed/table.c
2018
if (RT->rt_ifp == 0 || !(RT->rt_ifp->int_state & IS_BROKE))
sbin/routed/table.c
2023
if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
sbin/routed/table.c
2024
rtbad(RT);
sbin/routed/table.c
2028
rtbad_sub(RT);
sbin/routed/table.c
2050
rts = RT->rt_spares;
sbin/routed/table.c
2055
if (!AGE_RT(RT->rt_state, ifp)) {
sbin/routed/table.c
2066
rtdelete(RT);
sbin/routed/table.c
2082
rts_delete(RT, rts);
sbin/routed/table.c
2087
if (now_stale <= RT->rt_time)
sbin/routed/table.c
2091
rtswitch(RT, 0);
sbin/routed/table.c
2094
if (now_garbage > RT->rt_time) {
sbin/routed/table.c
2095
rtdelete(RT);
sbin/routed/table.c
2100
if (now.tv_sec - RT->rt_time > EXPIRE_TIME) {
sbin/routed/table.c
2101
struct rt_spare new = RT->rt_spares[0];
sbin/routed/table.c
2103
rtchange(RT, RT->rt_state, &new, 0);
sbin/routed/trace.c
849
rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate));
sbin/routed/trace.c
850
print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp));
sbin/routed/trace.c
851
trace_bits(rs_bits, RT->rt_state, 0);
sbin/routed/trace.c
852
if (RT->rt_poison_time >= now_garbage
sbin/routed/trace.c
853
&& RT->rt_poison_metric < RT->rt_metric)
sbin/routed/trace.c
855
RT->rt_poison_metric, ts(RT->rt_poison_time));
sbin/routed/trace.c
857
rts = &RT->rt_spares[1];
sys/arch/arm/arm/efi_runtime.c
104
RT = &efi_rtcopy;
sys/arch/arm/arm/efi_runtime.c
124
if (RT == NULL || RT->rt_gettime == NULL) {
sys/arch/arm/arm/efi_runtime.c
130
status = RT->rt_gettime(tm, tmcap);
sys/arch/arm/arm/efi_runtime.c
143
if (RT == NULL || RT->rt_settime == NULL) {
sys/arch/arm/arm/efi_runtime.c
149
status = RT->rt_settime(tm);
sys/arch/arm/arm/efi_runtime.c
163
if (RT == NULL || RT->rt_getvar == NULL) {
sys/arch/arm/arm/efi_runtime.c
169
status = RT->rt_getvar(name, vendor, attrib, datasize, data);
sys/arch/arm/arm/efi_runtime.c
182
if (RT == NULL || RT->rt_scanvar == NULL) {
sys/arch/arm/arm/efi_runtime.c
188
status = RT->rt_scanvar(namesize, name, vendor);
sys/arch/arm/arm/efi_runtime.c
202
if (RT == NULL || RT->rt_setvar == NULL) {
sys/arch/arm/arm/efi_runtime.c
208
status = RT->rt_setvar(name, vendor, attrib, datasize, data);
sys/arch/arm/arm/efi_runtime.c
222
if (RT == NULL || RT->rt_reset == NULL)
sys/arch/arm/arm/efi_runtime.c
229
if (RT->rt_reset(type, 0, 0, NULL) != 0) {
sys/arch/arm/arm/efi_runtime.c
49
static struct efi_rt *RT;
sys/arch/hppa/include/asm.h
137
ldw RT%func(%r1), %r1 !\
sys/arch/i386/stand/efiboot/boot.c
936
status = uefi_call_wrapper(RT->GetNextVariableName, 3,
sys/arch/i386/stand/efiboot/eficons.c
411
uefi_call_wrapper(RT->GetTime, 2, &t1, NULL);
sys/arch/i386/stand/efiboot/eficons.c
414
uefi_call_wrapper(RT->GetTime, 2, &t2, NULL);
sys/arch/i386/stand/efiboot/efigetsecs.c
35
uefi_call_wrapper(RT->GetTime, 2, &t, NULL);
sys/arch/i386/stand/efiboot/panic.c
57
uefi_call_wrapper(RT->ResetSystem, 4, EfiResetCold, EFI_SUCCESS,
sys/stand/efiboot/efiboot.c
152
uefi_call_wrapper(RT->ResetSystem, 4, EfiResetCold, EFI_SUCCESS, 0, NULL);
sys/stand/efiboot/efifdt.c
810
status = uefi_call_wrapper(RT->SetVirtualAddressMap, 4, nrt * descsize,
sys/stand/efiboot/efigetsecs.c
39
uefi_call_wrapper(RT->GetTime, 2, &t, NULL);
sys/stand/efiboot/panic.c
35
uefi_call_wrapper(RT->ResetSystem, 4, EfiResetCold, EFI_SUCCESS,
tests/lib/libpthread/t_cancellation.c
113
RT(thrd_join(*tp, &result));
tests/lib/libpthread/t_cancellation.c
216
RT(cnd_init(&cnd));
tests/lib/libpthread/t_cancellation.c
217
RT(mtx_init(&mtx, mtx_plain));
tests/lib/libpthread/t_cancellation.c
219
RT(mtx_lock(&mtx));
tests/lib/libpthread/t_cancellation.c
220
RT(cnd_timedwait(&cnd, &mtx, &t));
tests/lib/libpthread/t_cancellation.c
221
RT(mtx_unlock(&mtx));
tests/lib/libpthread/t_cancellation.c
230
RT(cnd_init(&cnd));
tests/lib/libpthread/t_cancellation.c
231
RT(mtx_init(&mtx, mtx_plain));
tests/lib/libpthread/t_cancellation.c
233
RT(mtx_lock(&mtx));
tests/lib/libpthread/t_cancellation.c
234
RT(cnd_wait(&cnd, &mtx));
tests/lib/libpthread/t_cancellation.c
235
RT(mtx_unlock(&mtx));
tests/lib/libpthread/t_cancellation.c
825
RT(thrd_create(&t, &emptythrd, NULL));
tests/lib/libpthread/t_cancellation.c
828
RT(thrd_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
838
RT(thrd_sleep(&t, NULL));