Home
last modified time | relevance | path

Searched refs:auth_token (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_bdg.h74 …bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_token);
168 nm_bdg_valid_auth_token(struct nm_bridge *b, void *auth_token) in nm_bdg_valid_auth_token() argument
170 return !(b->bdg_flags & NM_BDG_EXCLUSIVE) || b->ht == auth_token; in nm_bdg_valid_auth_token()
191 void *callback_data, void *auth_token);
H A Dnetmap_vale.c278 netmap_vale_destroy(const char *bdg_name, void *auth_token) in netmap_vale_destroy() argument
290 if (!nm_bdg_valid_auth_token(b, auth_token)) { in netmap_vale_destroy()
393 netmap_vale_attach(struct nmreq_header *hdr, void *auth_token) in netmap_vale_attach() argument
406 if (b && !nm_bdg_valid_auth_token(b, auth_token)) { in netmap_vale_attach()
472 netmap_vale_detach(struct nmreq_header *hdr, void *auth_token) in netmap_vale_detach() argument
483 if (b && !nm_bdg_valid_auth_token(b, auth_token)) { in netmap_vale_detach()
H A Dnetmap_bdg.c259 void *callback_data, void *auth_token) in netmap_bdg_update_private_data() argument
271 if (!nm_bdg_valid_auth_token(b, auth_token)) { in netmap_bdg_update_private_data()
853 …_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_token) in netmap_bdg_regops() argument
864 if (!nm_bdg_valid_auth_token(b, auth_token)) { in netmap_bdg_regops()
H A Dnetmap_kern.h1103 int netmap_vale_attach(struct nmreq_header *hdr, void *auth_token);
1104 int netmap_vale_detach(struct nmreq_header *hdr, void *auth_token);
1505 int netmap_vale_destroy(const char *bdg_name, void *auth_token);
/freebsd-13.1/contrib/googletest/googletest/scripts/
H A Dupload.py215 def _GetAuthCookie(self, auth_token): argument
226 args = {"continue": continue_location, "auth": auth_token}
257 auth_token = self._GetAuthToken(credentials[0], credentials[1])
288 self._GetAuthCookie(auth_token)
/freebsd-13.1/contrib/googletest/googlemock/scripts/
H A Dupload.py215 def _GetAuthCookie(self, auth_token): argument
226 args = {"continue": continue_location, "auth": auth_token}
257 auth_token = self._GetAuthToken(credentials[0], credentials[1])
288 self._GetAuthCookie(auth_token)