Searched refs:auth_token (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_bdg.h | 74 …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 D | netmap_vale.c | 278 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 D | netmap_bdg.c | 259 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 D | netmap_kern.h | 1103 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 D | upload.py | 215 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 D | upload.py | 215 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)
|