Searched defs:client (Results 26 - 30 of 30) sorted by relevance

12

/include/sound/
H A Dgus.h225 int client; /* sequencer client number */ member in struct:snd_gus_port
256 unsigned char client; member in struct:snd_gus_voice
583 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port);
/include/uapi/sound/
H A Dasequencer.h96 #define SNDRV_SEQ_EVENT_CLIENT_START 60 /* new client has connected */
97 #define SNDRV_SEQ_EVENT_CLIENT_EXIT 61 /* client has left the system */
98 #define SNDRV_SEQ_EVENT_CLIENT_CHANGE 62 /* client status/info has changed */
157 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */ member in struct:snd_seq_addr
158 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */
313 int ports; /* maximum ports per client */
323 unsigned char client; /* client id */ member in struct:snd_seq_running_info
331 /* known client numbers */
333 /* internal client number
351 int client; /* client number to inquire */ member in struct:snd_seq_client_info
365 int client; /* client number to inquire */ member in struct:snd_seq_client_pool
530 int client; /* sequencer client */ member in struct:snd_seq_queue_client
[all...]
/include/linux/ceph/
H A Dceph_fs.h22 * client-facing protocol.
24 #define CEPH_OSDC_PROTOCOL 24 /* server/client */
25 #define CEPH_MDSC_PROTOCOL 32 /* server/client */
26 #define CEPH_MONC_PROTOCOL 15 /* server/client */
116 /* client <-> monitor */
128 /* client <-> mds */
271 #define CEPH_MDS_STATE_CLIENTREPLAY 12 /* up, replaying client operations */
437 __le32 mdsmap_epoch; /* on client */
457 /* client reply */
535 __le64 client; /* whic member in struct:ceph_filelock
[all...]
/include/linux/mfd/
H A D88pm860x.h383 struct i2c_client *client; member in struct:pm860x_chip
384 struct i2c_client *companion; /* companion chip client */
/include/linux/
H A Dnfs_xdr.h8 * To change the maximum rsize and wsize supported by the NFS client, adjust
1137 struct nfs_client *client; member in struct:nfs41_exchange_id_args
1179 struct nfs_client *client; member in struct:nfs41_create_session_args
1187 struct nfs_client *client; member in struct:nfs41_create_session_res
1487 * Function vectors etc. for the NFS client

Completed in 144 milliseconds

12