Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dclient.h39 const struct nvkm_client *_client = _object->client; \
40 if (_client->debug >= NV_DBG_##l) \
41 printk(KERN_##p "nouveau: %s:%08x:%08x: "f, _client->name, \
/OK3568_Linux_fs/buildroot/package/lirc-tools/
H A D0001-Fix-build-without-Python.patch15 python-pkg/lirc/_client.c:1:20: fatal error: Python.h: No such file or directory
36 py_LTLIBRARIES = python-pkg/lib/_client.la
38 python-pkg/lirc/_client.c
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Dclient.h25 struct nvif_client *_client = (a); \
26 (struct nvkm_client *)_client->object.priv; \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Di2c.c81 #define MLXSW_I2C_READ_MSG(_client, _addr_buf, _buf, _len) { \ argument
82 { .addr = (_client)->addr, \
86 { .addr = (_client)->addr, \
91 #define MLXSW_I2C_WRITE_MSG(_client, _buf, _len) \ argument
92 { .addr = (_client)->addr, \
/OK3568_Linux_fs/yocto/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;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A DMakefile-modify-CFLAGS-to-aviod-build-error.patch53 %_client.o: %_client.c
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py493 self._client = hashserv.create_client(self.server)
494 return self._client
498 self._client.close()
499 self._client = None
504 self._client.close()
505 self._client = None
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c132 #define VERIFY_CONTEXT(_pContext, _contextid, _client) { \ argument
134 RTContext, _client, DixUseAccess); \