HomeSort by: relevance | last modified time | path
    Searched defs:client (Results 1 - 25 of 154) sorted by relevancy

1 2 3 4 5 6 7

  /src/lib/libc/rpc/
pmap_getmaps.c 46 * Client interface to pmap rpc service.
87 CLIENT *client; local in function:__weak_alias
94 client = clnttcp_create(address, PMAPPROG,
96 if (client != NULL) {
97 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP,
101 clnt_perror(client, "pmap_getmaps rpc problem");
103 CLNT_DESTROY(client);
pmap_getmaps.c 46 * Client interface to pmap rpc service.
87 CLIENT *client; local in function:__weak_alias
94 client = clnttcp_create(address, PMAPPROG,
96 if (client != NULL) {
97 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP,
101 clnt_perror(client, "pmap_getmaps rpc problem");
103 CLNT_DESTROY(client);
pmap_getport.c 46 * Client interface to pmap rpc service.
79 remote_pmap_getport(CLIENT *client, struct pmap *parms, u_short *port)
81 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap,
84 clnt_geterr(client, &rpc_createerr.cf_error);
87 clnt_geterr(client, &rpc_createerr.cf_error);
89 CLNT_DESTROY(client);
92 static CLIENT *
108 CLIENT *client; local in function:pmap_getport
    [all...]
pmap_getport.c 46 * Client interface to pmap rpc service.
79 remote_pmap_getport(CLIENT *client, struct pmap *parms, u_short *port)
81 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap,
84 clnt_geterr(client, &rpc_createerr.cf_error);
87 clnt_geterr(client, &rpc_createerr.cf_error);
89 CLNT_DESTROY(client);
92 static CLIENT *
108 CLIENT *client; local in function:pmap_getport
    [all...]
pmap_rmt.c 46 * Client interface to pmap rpc service.
95 CLIENT *client; local in function:pmap_rmtcall
104 client = clntudp_create(addr, PMAPPROG, PMAPVERS, timeout, &sock);
105 if (client != NULL) {
114 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
117 CLNT_DESTROY(client);
pmap_rmt.c 46 * Client interface to pmap rpc service.
95 CLIENT *client; local in function:pmap_rmtcall
104 client = clntudp_create(addr, PMAPPROG, PMAPVERS, timeout, &sock);
105 if (client != NULL) {
114 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
117 CLNT_DESTROY(client);
  /src/sys/external/bsd/drm2/dist/drm/
drm_encoder_slave.c 63 struct i2c_client *client; local in function:drm_i2c_encoder_init
69 client = i2c_new_device(adap, info);
70 if (!client) {
75 if (!client->dev.driver) {
80 module = client->dev.driver->owner;
86 encoder->bus_priv = client;
88 encoder_drv = to_drm_i2c_encoder_driver(to_i2c_driver(client->dev.driver));
90 err = encoder_drv->encoder_init(client, dev, encoder);
101 i2c_unregister_device(client);
118 struct i2c_client *client = drm_i2c_encoder_get_client(drm_encoder) local in function:drm_i2c_encoder_destroy
    [all...]
drm_encoder_slave.c 63 struct i2c_client *client; local in function:drm_i2c_encoder_init
69 client = i2c_new_device(adap, info);
70 if (!client) {
75 if (!client->dev.driver) {
80 module = client->dev.driver->owner;
86 encoder->bus_priv = client;
88 encoder_drv = to_drm_i2c_encoder_driver(to_i2c_driver(client->dev.driver));
90 err = encoder_drv->encoder_init(client, dev, encoder);
101 i2c_unregister_device(client);
118 struct i2c_client *client = drm_i2c_encoder_get_client(drm_encoder) local in function:drm_i2c_encoder_destroy
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
disp.h 22 struct nvkm_oproxy *client; member in struct:nvkm_disp
disp.h 22 struct nvkm_oproxy *client; member in struct:nvkm_disp
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nvif.c 28 * NVIF client driver - NVKM directly linked
34 #include <core/client.h>
38 #include <nvif/client.h>
53 struct nvkm_client *client = nvxx_client(priv); local in function:nvkm_client_map
56 if (tag == client->mmiot &&
57 client->mmioaddr <= busaddr &&
58 busaddr - client->mmioaddr <= client->mmiosz) {
59 const bus_size_t offset = busaddr - client->mmioaddr;
60 if (size > client->mmiosz - offset)
84 struct nvkm_client *client = nvxx_client(priv); local in function:nvkm_client_unmap
124 struct nvkm_client *client = priv; local in function:nvkm_client_resume
131 struct nvkm_client *client = priv; local in function:nvkm_client_suspend
    [all...]
nouveau_nvif.c 28 * NVIF client driver - NVKM directly linked
34 #include <core/client.h>
38 #include <nvif/client.h>
53 struct nvkm_client *client = nvxx_client(priv); local in function:nvkm_client_map
56 if (tag == client->mmiot &&
57 client->mmioaddr <= busaddr &&
58 busaddr - client->mmioaddr <= client->mmiosz) {
59 const bus_size_t offset = busaddr - client->mmioaddr;
60 if (size > client->mmiosz - offset)
84 struct nvkm_client *client = nvxx_client(priv); local in function:nvkm_client_unmap
124 struct nvkm_client *client = priv; local in function:nvkm_client_resume
131 struct nvkm_client *client = priv; local in function:nvkm_client_suspend
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dmacnv50.c 31 #include <core/client.h>
45 struct nvkm_client *client = oclass->client; local in function:nv50_disp_dmac_new_
55 chan->memory = nvkm_umem_search(client, push);
nouveau_nvkm_engine_disp_dmacnv50.c 31 #include <core/client.h>
45 struct nvkm_client *client = oclass->client; local in function:nv50_disp_dmac_new_
55 chan->memory = nvkm_umem_search(client, push);
  /src/usr.bin/chpass/
pw_yp.c 112 CLIENT *client; local in function:pw_yp
189 client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
190 if (client == NULL) {
195 client->cl_auth = authunix_create_default();
198 r = clnt_call(client, YPPASSWDPROC_UPDATE,
pw_yp.c 112 CLIENT *client; local in function:pw_yp
189 client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
190 if (client == NULL) {
195 client->cl_auth = authunix_create_default();
198 r = clnt_call(client, YPPASSWDPROC_UPDATE,
  /src/usr.sbin/ypset/
ypset.c 114 CLIENT *client; local in function:bind_tohost
134 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
135 if (client == NULL) {
139 client->cl_auth = authunix_create_default();
141 r = clnt_call(client, YPBINDPROC_SETDOM,
146 clnt_destroy(client);
149 clnt_destroy(client);
ypset.c 114 CLIENT *client; local in function:bind_tohost
134 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
135 if (client == NULL) {
139 client->cl_auth = authunix_create_default();
141 r = clnt_call(client, YPBINDPROC_SETDOM,
146 clnt_destroy(client);
149 clnt_destroy(client);
  /src/lib/libwrap/
socket.c 4 * This module determines the type of socket (datagram, stream), the client
83 static struct sockaddr_storage client; local in function:sock_host
92 * Look up the client host address. Hal R. Brand <BRAND@addvax.llnl.gov>
93 * suggested how to get the client host info in case of UDP connections:
95 * really should verify that client.sin_family gets the value AF_INET,
102 if (request->client->sin == NULL) {
103 len = sizeof(client);
104 if (getpeername(fd, (struct sockaddr *)(void *)& client, &len) < 0) {
106 len = sizeof(client);
108 (struct sockaddr *) & client, &len) < 0)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
ifc00d.h 40 __u8 client; member in struct:gp100_vmm_fault_cancel_v0
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
oclass.h 29 struct nvkm_client *client; member in struct:nvkm_oclass
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
fault.h 31 u8 client; member in struct:nvkm_fault_data
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
nouveau_nvkm_engine_dma_user.c 31 #include <core/client.h>
41 nvkm_dmaobj_search(struct nvkm_client *client, u64 handle)
45 object = nvkm_object_search(client, handle, &nvkm_dmaobj_func);
81 struct nvkm_client *client = oclass->client; local in function:nvkm_dmaobj_ctor
117 if (!client->super) {
126 if (!client->super)
132 if (!client->super)
  /src/usr.sbin/rbootd/
parseconf.c 87 CLIENT *client; local in function:ParseConfig
108 * when actually linking the new client into the list, but
125 * For each line, parse it into a new CLIENT struct.
151 if ((client = NewClient(addr)) == NULL) /* alloc new client */
164 client->files[i] = BootFiles[i];
170 * it in the CLIENT's list of boot files.
180 client->files[i++] =
198 FreeClient(client);
    [all...]
  /src/usr.sbin/yppoll/
yppoll.c 81 static CLIENT *mkclient(struct sockaddr_in *, unsigned long, unsigned long,
147 static CLIENT *
170 CLIENT *client; local in function:get_remote_info
185 client = mkclient(&rsrv_sin, YPPROG, YPVERS, tcp);
186 if (client == NULL)
198 r = clnt_call(client, (unsigned int)YPPROC_ORDER, xdr_ypreq_nokey,
201 clnt_perror(client, "yp_order: clnt_call");
210 r = clnt_call(client, (unsigned int)YPPROC_MASTER,
213 clnt_perror(client, "yp_master: clnt_call")
    [all...]

Completed in 36 milliseconds

1 2 3 4 5 6 7