Searched refs:create_client (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | __init__.py | 70 def create_client(addr): function
|
H A D | tests.py | 8 from . import create_server, create_client, increase_revision, revision_greater, revision_smaller, … 71 client = create_client(server_address)
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | __init__.py | 72 def create_client(addr, username=None, password=None): function
|
H A D | tests.py | 8 from . import create_server, create_client 77 client = create_client(server_address, username=username, password=password)
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-hashclient | 88 with hashserv.create_client(args.address) as client: 413 with hashserv.create_client(args.address, login, password) as client:
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 589 self._client = hashserv.create_client(self.server, **self.get_hashserv_creds())
|
H A D | cooker.py | 317 with hashserv.create_client(upstream) as client:
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4state.c | 2908 static struct nfs4_client *create_client(struct xdr_netobj name, in create_client() function 3299 new = create_client(exid->clname, rqstp, &verf); in nfsd4_exchange_id() 4189 new = create_client(clname, rqstp, &clverifier); in nfsd4_setclientid()
|