Home
last modified time | relevance | path

Searched full:remotes (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/krb5/src/lib/krad/
H A Dclient.c60 remote_state *remotes; member
112 free(req->remotes); in request_free()
150 rqst->remotes = calloc(rqst->count + 1, sizeof(remote_state)); in request_new()
151 if (rqst->remotes == NULL) { in request_new()
158 retval = get_server(rc, tmp, secret, &rqst->remotes[i++].remote); in request_new()
181 /* If we have timed out and have more remotes to try, do so. */ in on_response()
182 if (retval == ETIMEDOUT && req->remotes[++req->current].remote != NULL) { in on_response()
183 retval = kr_remote_send(req->remotes[req->current].remote, req->code, in on_response()
186 &req->remotes[req->current].packet); in on_response()
198 for (i = 0; req->remotes[i].remote != NULL; i++) in on_response()
[all …]
H A Dinternal.h103 * timeout. This permits you to pursue other remotes while still listening for
/freebsd/contrib/libucl/tests/schema/
H A DrefRemote.json.disabled4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/integer.json"},
20 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/integer"},
37 "$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/refToInteger"
56 "id": "http://highsecure.ru/ucl-schema/remotes/",
/freebsd/contrib/unifdef/scripts/
H A Dgit.config6 fetch = :refs/remotes/git-svn
9 fetch = +refs/heads/*:refs/remotes/github/*
10 fetch = +refs/pull/*/head:refs/remotes/github/pull/*
/freebsd/share/man/man4/
H A Dappleir.433 It supports both Apple Remote controls and generic IR remotes using the
43 a default keymap for common NEC protocol codes used by generic IR remotes.
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_sminfo_record.c281 goto Remotes; in osm_smir_rcv_process()
285 goto Remotes; in osm_smir_rcv_process()
288 goto Remotes; in osm_smir_rcv_process()
300 Remotes: in osm_smir_rcv_process()
/freebsd/contrib/libyaml/
H A D.travis.yml19 - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
/freebsd/contrib/libyaml/.github/workflows/
H A Dmain.yml36 git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade23 f9affa922c5e074990a999d486d4bc823590fd93 refs/remotes/origin/HEAD
/freebsd/tools/tools/git/
H A Dmfc-candidates.lua156 "refs/remotes/freebsd/stable/* --count=1")
H A Dgit-arc.1139 particularly its behavior of trying to update all remotes in the tree in some
/freebsd/contrib/sendmail/src/
H A DTUNING164 two remotes (one.domain, two.domain) and the rest is splittered
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.862 mices and X10 remotes as well.
/freebsd/sys/dev/hid/
H A Dappleir.c11 * Supports Apple Remote and generic IR remotes using NEC protocol.
/freebsd/
H A DUPDATING1045 git update-ref -d refs/remotes/freebsd/vendor/openzfs
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c1598 /* 1402 */ "OMNI Remotes", in hci_manufacturer2str()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5152 // first section. Most remotes send only one section for Windows in GetLoadedModuleList()