Searched refs:_client (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | ippool_parallel_make_and_pic.patch | 1 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 D | 0002-ippool_rpc_server.c-Add-missing-prototype-for-ippool.patch | 21 $(IPPOOL_RPC_STEM)_client.c: $(IPPOOL_RPC_STEM).x
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | client.h | 30 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 D | client.h | 24 struct nvif_client *_client = (a); \ 25 (struct nvkm_client *)_client->object.priv; \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch | 56 CoreGraphicsStateClient *client = _client ? _client : &StateClient::Get()->client;
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | i2c.c | 98 #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 D | Makefile-modify-CFLAGS-to-aviod-build-error.patch | 53 %_client.o: %_client.c
|
H A D | 0001-l2tp_rpc_server.c-Add-missing-prototype-for-l2tp_api.patch | 24 %_client.c: %.x
|
/openbmc/obmc-console/ |
H A D | console-client.c | 269 struct console_client _client; in main() local 279 client = &_client; in main()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 589 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 D | authz.rst | 1 .. _client authorization:
|