Home
last modified time | relevance | path

Searched refs:clientid (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.h79 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
87 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
97 bool snd_seq_client_ioctl_lock(int clientid);
98 void snd_seq_client_ioctl_unlock(int clientid);
H A Dseq_clientmgr.c99 static struct snd_seq_client *clientptr(int clientid) in clientptr() argument
101 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
103 clientid); in clientptr()
106 return clienttab[clientid]; in clientptr()
109 static struct snd_seq_client *client_use_ptr(int clientid, bool load_module) in snd_seq_client_use_ptr() argument
114 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
116 clientid); in snd_seq_client_use_ptr()
120 client = clientptr(clientid); in snd_seq_client_use_ptr()
175 snd_seq_client_ioctl_lock(int clientid) snd_seq_client_ioctl_lock() argument
189 snd_seq_client_ioctl_unlock(int clientid) snd_seq_client_ioctl_unlock() argument
2530 snd_seq_kernel_client_ctl(int clientid,unsigned int cmd,void * arg) snd_seq_kernel_client_ctl() argument
2551 snd_seq_kernel_client_write_poll(int clientid,struct file * file,poll_table * wait) snd_seq_kernel_client_write_poll() argument
[all...]
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.py25 clientid = "".join(
29 clientid = "".join(str(i) for i in clientid)
31 return clientid
93 self.clientid = redfish_request.generate_clientid()
94 credential["Oem"]["OpenBMC"]["ClientID"] = self.clientid
/openbmc/linux/include/linux/
H A Dnfs_xdr.h463 __u64 clientid; member
550 __u64 clientid; member
1178 u64 clientid; member
1240 clientid4 clientid; member
1274 clientid4 clientid; member
1363 u64 clientid; member
1374 u64 clientid; member
/openbmc/linux/fs/nfsd/
H A Dxdr4.h163 clientid_t clientid; member
183 #define lk_new_clientid v.new.clientid
425 clientid_t clientid; member
452 clientid_t clientid; member
H A Dstate.h218 clientid_t clientid; member
279 clientid_t clientid; member
H A Dnfs4xdr.c545 nfsd4_decode_clientid4(struct nfsd4_compoundargs *argp, clientid_t *clientid) in nfsd4_decode_clientid4() argument
552 memcpy(clientid, p, sizeof(*clientid)); in nfsd4_decode_clientid4()
558 clientid_t *clientid, struct xdr_netobj *owner) in nfsd4_decode_state_owner4() argument
562 status = nfsd4_decode_clientid4(argp, clientid); in nfsd4_decode_state_owner4()
1313 clientid_t *clientid = &u->renew; in nfsd4_decode_renew() local
1314 return nfsd4_decode_clientid4(argp, clientid); in nfsd4_decode_renew()
1693 status = nfsd4_decode_clientid4(argp, &sess->clientid); in nfsd4_decode_create_session()
1897 return nfsd4_decode_clientid4(argp, &dc->clientid); in nfsd4_decode_destroy_clientid()
3711 nfsd4_encode_clientid4(struct xdr_stream *xdr, const clientid_t *clientid) in nfsd4_encode_clientid4() argument
3718 memcpy(p, clientid, sizeof(*clientid)); in nfsd4_encode_clientid4()
[all …]
H A Dnfs4state.c1737 sid->clientid = clp->cl_clientid; in gen_sessionid()
3424 exid->clientid.cl_boot = conf->cl_clientid.cl_boot; in nfsd4_exchange_id()
3425 exid->clientid.cl_id = conf->cl_clientid.cl_id; in nfsd4_exchange_id()
3618 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
3619 conf = find_confirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
4103 unconf = find_unconfirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
4104 conf = find_confirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
5058 clientid_t *clientid = &open->op_clientid; in nfsd4_process_open1() local
5072 status = set_client(clientid, cstate, nn); in nfsd4_process_open1()
H A Dnfs4proc.c521 clid->cl_boot = sid->clientid.cl_boot; in copy_clientid()
522 clid->cl_id = sid->clientid.cl_id; in copy_clientid()
/openbmc/linux/fs/xfs/
H A Dxfs_log.c3626 uint8_t clientid; in xlog_verify_iclog() local
3664 clientid = ophead->oh_clientid; in xlog_verify_iclog()
3670 clientid = xlog_get_client_id( in xlog_verify_iclog()
3673 clientid = xlog_get_client_id( in xlog_verify_iclog()
3677 if (clientid != XFS_TRANSACTION && clientid != XFS_LOG) { in xlog_verify_iclog()
3680 __func__, i, clientid, ophead, in xlog_verify_iclog()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c1613 int clientid; member
1664 service_data[found].clientid = service_ptr->client_id; in vchiq_dump_service_use_state()
1681 service_data[i].clientid, service_data[i].use_count, in vchiq_dump_service_use_state()
/openbmc/linux/fs/nfs/
H A Dnfs4state.c116 .clientid = clp->cl_clientid, in nfs4_init_clientid()
132 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
163 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking()
177 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
H A Dnfs4client.c592 .clientid = new->cl_clientid, in nfs40_walk_client_list()
711 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
H A Dnfs4xdr.c1325 p = xdr_encode_hyper(p, lowner->clientid); in encode_lockowner()
1420 p = xdr_encode_hyper(p, arg->clientid); in encode_openhdr()
1750 encode_uint64(xdr, arg->clientid); in encode_setclientid_confirm()
1877 p = xdr_encode_hyper(p, args->clientid); in encode_create_session()
1920 uint64_t clientid, in encode_destroy_clientid() argument
1924 encode_uint64(xdr, clientid); in encode_destroy_clientid()
2832 encode_renew(xdr, args->clientid, &hdr); in nfs4_xdr_enc_fs_locations()
2881 encode_renew(xdr, args->clientid, &hdr); in nfs4_xdr_enc_fsid_present()
5031 uint64_t offset, length, clientid; in decode_lock_denied() local
5051 p = xdr_decode_hyper(p, &clientid); /* read 8 bytes */ in decode_lock_denied()
[all …]
H A Dnfs4proc.c1413 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc()
2453 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare()
6791 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk()
7120 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata()
7507 .owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk()
7665 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare()
7721 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner()
8079 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations()
8240 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present()
8877 clp->cl_clientid = resp->clientid; in _nfs4_proc_exchange_id()
[all …]
H A Dcallback_xdr.c488 p = xdr_decode_hyper(p, &args->cbnl_owner.clientid); in decode_lockowner()