Home
last modified time | relevance | path

Searched refs:_client (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_parallel_make_and_pic.patch1 1)add -fPIC for $(IPPOOL_RPC_STEM)_xdr.o, $(IPPOOL_RPC_STEM)_client.o
4 $(IPPOOL_RPC_STEM)_client.o ippool_rpc.h
9 $(IPPOOL_RPC_STEM)_xdr.o, $(IPPOOL_RPC_STEM)_client.o
25 @@ -106,14 +106,14 @@ all: generated-files $(IPPOOL_RPC_STEM)_xdr.o $(IPPOOL_RPC_STEM)_client.o \
34 -$(IPPOOL_RPC_STEM)_client.o: $(IPPOOL_RPC_STEM)_client.c
36 +$(IPPOOL_RPC_STEM)_client.o: $(IPPOOL_RPC_STEM)_client.c $(IPPOOL_RPC_STEM).h
54 +pppd-dir: $(IPPOOL_RPC_STEM)_xdr.o $(IPPOOL_RPC_STEM)_client.o $(IPPOOL_RPC_STEM).h
H A D0002-ippool_rpc_server.c-Add-missing-prototype-for-ippool.patch21 $(IPPOOL_RPC_STEM)_client.c: $(IPPOOL_RPC_STEM).x
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dclient.h30 const struct nvkm_client *_client = _object->client; \
31 if (_client->debug >= NV_DBG_##l) \
32 printk(KERN_##p "nouveau: %s:%08x:%08x: "f, _client->name, \
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dclient.h24 struct nvif_client *_client = (a); \
25 (struct nvkm_client *)_client->object.priv; \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch56 CoreGraphicsStateClient *client = _client ? _client : &StateClient::Get()->client;
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Di2c.c98 #define MLXSW_I2C_READ_MSG(_client, _addr_buf, _buf, _len) { \ argument
99 { .addr = (_client)->addr, \
103 { .addr = (_client)->addr, \
108 #define MLXSW_I2C_WRITE_MSG(_client, _buf, _len) \ argument
109 { .addr = (_client)->addr, \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A DMakefile-modify-CFLAGS-to-aviod-build-error.patch53 %_client.o: %_client.c
H A D0001-l2tp_rpc_server.c-Add-missing-prototype-for-l2tp_api.patch24 %_client.c: %.x
/openbmc/obmc-console/
H A Dconsole-client.c269 struct console_client _client; in main() local
279 client = &_client; in main()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py589 self._client = hashserv.create_client(self.server, **self.get_hashserv_creds())
590 yield self._client
603 self._client.close()
604 self._client = None
/openbmc/qemu/docs/system/
H A Dauthz.rst1 .. _client authorization: