Searched defs:clientid (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c189 uint64_t clientid = 0; local
205 'i', MDB_OPT_UINT64, &clientid,
224 if (clientid != 0 && clientid != cur.rl_clientid)
482 { "configd_log", "?[-v] [-c clientptr] [-i clientid]",
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c43 kstat_named_t clientid; member in struct:rkstat
62 { "clientid", KSTAT_DATA_ULONG },
912 "Can't recover clientid on mount point %s "
1259 rsp->clientid.value.ul++;
H A Dnfs4_client_state.c1184 nfs4_open_stream_t *osp, clientid4 clientid, locker4 *locker)
1202 nown->lock_owner.clientid = clientid;
2135 open_args->owner.clientid = mi2clientid(mi);
1183 nfs4_setup_lock_args(nfs4_lock_owner_t *lop, nfs4_open_owner_t *oop, nfs4_open_stream_t *osp, clientid4 clientid, locker4 *locker) argument
H A Dnfs4_rnode.c1595 * clientid can change if the caller drops mi_recovlock.
1602 clientid4 clientid = 0; local
1607 clientid = sp->clientid;
1611 return (clientid);
H A Dnfs4_vfsops.c3166 * Set the clientid for the server for "mi". No-op if the clientid is
3517 * handling of clientid in use errors (regen another
3518 * clientid and try again?)
3532 tmp_clientid = s_resok->clientid;
3539 clientid4 clientid; member in union:__anon54
3543 cid.clientid = s_resok->clientid;
3546 "nfs4setclientid_otw: OK, clientid = %x,%x, "
3562 argop[0].nfs_argop4_u.opsetclientid_confirm.clientid
3975 dumpnfs4slist(char *txt, mntinfo4_t *mi, clientid4 clientid, servinfo4_t *srv_p) argument
[all...]
H A Dnfs4_state.c65 /* For embedding the cluster nodeid into our clientid */
864 /* this instance is still in grace; search for the clientid */
888 * the server-generated short-hand clientid.
1667 /* Get a clientid to give to the client */
1779 rfs4_findclient_by_id(clientid4 clientid, bool_t find_unconfirmed) argument
1783 cid *cidp = (cid *)&clientid;
1791 cp = (rfs4_client_t *)rfs4_dbsearch(rfs4_clientid_idx, &clientid,
1979 if (a->clientid != b->clientid)
2001 hash += (uint_t)openowner->clientid;
[all...]
H A Dnfs4_srv.c3904 /* Make sure there is a clientid around for this request */
3905 cp = rfs4_findclient_by_id(ap->lock_owner.clientid, FALSE);
3909 rfs4_check_clientid(&ap->lock_owner.clientid, 0);
4771 if ((cp = rfs4_findclient_by_id(args->clientid, FALSE)) == NULL) {
4773 rfs4_check_clientid(&args->clientid, 0);
6302 change_info4 *cinfo, bitmap4 *attrset, clientid4 clientid)
6614 (reqsize == 0), FALSE, FALSE, &clientid)) {
7301 * Need to check clientid and lease expiration first based on
7304 cp = rfs4_findclient_by_id(owner->clientid, FALSE);
7307 rfs4_check_clientid(&owner->clientid,
6301 rfs4_createfile(OPEN4args *args, struct svc_req *req, struct compound_state *cs, change_info4 *cinfo, bitmap4 *attrset, clientid4 clientid) argument
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c680 * If a clientid was set using dhcp_set_client_id(), add this
800 * If a clientid was set using dhcp_set_client_id(), add this
1256 * Sets the clientid option.
1259 dhcp_set_client_id(uint8_t *clientid, uint8_t clientid_len) argument
1261 bcopy(clientid, dhcp_clientid, clientid_len);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c156 static unsigned char clientid[WB_MAX_CID_LEN]; variable
201 clientid, 0, sizeof (clientid) },
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c260 char clientid[MAXPATHLEN]; local
282 msglen = snprintf(clientid, sizeof (clientid), "IDENT %lu %s %d\n",
285 if (msglen >= sizeof (clientid) || msglen < 0) {
290 if (write(masterfd, clientid, msglen) != msglen) {
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c120 start_log(uint32_t clientid) argument
129 rlp->rl_clientid = clientid;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h723 * different recovery action (e.g., recovering the clientid leads to
1247 * this nfs4_server (ie: <clientid, saddr> pair) in the current zone. This is
1252 * thread is using the clientid (including recovery operations on other
1289 clientid4 clientid; /* what we get from server */ member in struct:nfs4_server
1313 #define N4S_CLIENTID_SET 1 /* server has our clientid */
1314 #define N4S_CLIENTID_PEND 0x2 /* server doesn't have clientid */
H A Dnfs4_kprot.h616 clientid4 clientid; member in struct:open_owner4
623 clientid4 clientid; member in struct:lock_owner4
709 clientid4 clientid; member in struct:DELEGPURGE4args
1208 clientid4 clientid; member in struct:RENEW4args
1284 clientid4 clientid; member in struct:SETCLIENTID4resok
1299 clientid4 clientid; member in struct:SETCLIENTID_CONFIRM4args

Completed in 192 milliseconds