Searched refs:toid (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_generic_token.c181 struct xdr_netobj toid; local
202 toid.len = *buf++;
204 if ((toksize-=toid.len) < 0)
206 toid.data = buf;
207 buf+=toid.len;
209 if (! g_OID_equal(&toid, mech))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputilsnoenv.tcl41 proc replsend_noenv { control rec fromid toid flags lsn } {
73 if { $toid == -1 } {
78 # we find that is neither toid or fromid. If we don't
80 # original toid.
85 if { $m == $fromid || $m == $toid } {
95 # to the toid.
98 set machlist [list $toid]
208 set toid [string replace $tofrom $toidx end]
212 # First chop off the end, then chop off the toid
217 if { ($tf == "to" && $machid == $toid) || \
[all...]
H A Drep074.tcl153 proc rep074_replsend { control rec fromid toid flags lsn } {
157 return [replsend $control $rec $fromid $toid $flags $lsn]
162 return [replsend $control $rec $fromid $toid $flags $lsn]
H A Drep034.tcl323 proc rep034_send { control rec fromid toid flags lsn } {
329 return [replsend $control $rec $fromid $toid $flags $lsn]
H A Dreputils.tcl552 proc replnoop { control rec fromid toid flags lsn } {
586 proc replsend { control rec fromid toid flags lsn } {
612 if { $toid == -1 } {
615 if { [info exists queuedbs($toid)] != 1 } {
616 error "replsend: machid $toid not found"
622 # id we find that is neither toid or fromid.
627 if { $m == $fromid || $m == $toid } {
637 # fallback to the toid.
640 set machlist [list $toid]

Completed in 76 milliseconds