| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| clvm.h | 31 uint32_t clientid; /* Only used in Daemon->Daemon comms */ member in struct:clvm_header
|
| clvmd.c | 124 int clientid); 140 static struct local_client *find_client(int clientid); 1041 inheader->clientid = htonl(thisfd->fd); 1287 DEBUGLOG("process_remote_command %s for clientid 0x%x XID %d on node %s\n", 1288 decode_cmd(msg->cmd), msg->clientid, msg->xid, nodename); 1326 byebyemsg.clientid = 0; 1367 agghead->clientid = msg->clientid; 1382 head.clientid = msg->clientid; [all...] |
| refresh_clvmd.c | 165 head->clientid = 0;
|
| /src/external/gpl2/lvm2/dist/include/ |
| clvm.h | 31 uint32_t clientid; /* Only used in Daemon->Daemon comms */ member in struct:clvm_header
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdserv.c | 649 nfsquad_t clientid; local 681 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++; 682 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++; 685 clientid.qval = nd->nd_clientid.qval; 686 else if (nd->nd_clientid.qval != clientid.qval) 690 printf("EEK! no clientid from session\n"); 692 nd->nd_clientid.qval = clientid.qval; 727 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid, 811 nfsquad_t clientid; local 836 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++ 2192 nfsquad_t clientid; local 2374 nfsquad_t clientid; local 2487 nfsquad_t clientid; local 2592 nfsquad_t clientid; local 3029 nfsquad_t clientid; local 3077 nfsquad_t clientid; local 3114 nfsquad_t clientid; local 3168 nfsquad_t clientid; local 3221 nfsquad_t clientid; local 3305 nfsquad_t clientid; local 3452 nfsquad_t clientid, confirm; local 3571 nfsquad_t clientid, confirm; local 3665 nfsquad_t clientid; local 3725 nfsquad_t clientid, confirm; local 3855 nfsquad_t clientid, confirm; local 4025 nfsquad_t clientid; local [all...] |
| nfs_nfsdstate.c | 121 static int nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags, 237 * client is trying to update a confirmed clientid. 409 /* For NFSv4.1, mark that we found a confirmed clientid. */ 483 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, 500 opflags != CLOPS_RENEW) && nfsrvboottime != clientid.lval[0]) { 523 sessid[1] = clientid.qval; 543 hp = NFSCLIENTHASH(clientid); 545 if (clp->lc_clientid.lval[1] == clientid.lval[1]) 687 * Perform the NFSv4.1 destroy clientid. 690 nfsrv_destroyclient(nfsquad_t clientid, NFSPROC_T *p 5214 nfsquad_t clientid; local [all...] |
| nfs_nfsdport.c | 1415 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, 1425 nd->nd_repstat = nfsrv_opencheck(clientid, 1473 nd->nd_repstat = nfsrv_opencheck(clientid, 1483 nd->nd_repstat = nfsrv_opencheck(clientid, 3027 * Since an NFSv4 lockowner is a ClientID plus an array of up to 1024
|
| /src/usr.bin/rump_dhcpclient/ |
| dhcpcd.h | 109 unsigned char *clientid; member in struct:interface
|
| if-options.h | 105 char clientid[CLIENTID_MAX_LEN + 2]; member in struct:if_options
|
| dhcp.c | 594 if (iface->clientid) { 596 memcpy(p, iface->clientid, iface->clientid[0] + 1); 597 p += iface->clientid[0] + 1;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp.c | 1030 if (state->clientid) { 1031 AREA_CHECK(state->clientid[0]); 1033 memcpy(p, state->clientid, (size_t)state->clientid[0] + 1); 1034 p += state->clientid[0] + 1; 3968 free(state->clientid); 4029 char buf[(sizeof(ifo->clientid) - 1) * 3]; 4047 free(state->clientid); 4048 state->clientid = NULL; 4054 } else if (*ifo->clientid) { [all...] |
| dhcp.h | 235 unsigned char *clientid; member in struct:dhcp_state
|
| if-options.h | 278 uint8_t clientid[DHCP_OPTION_MAX_LEN + 1]; member in struct:if_options
|
| if-options.c | 107 {"clientid", optional_argument, NULL, 'I'}, 299 /* If processing a string on the clientid, first byte should be 1222 * in the clientid will be zero to indicate 1224 s = parse_hwaddr((char *)ifo->clientid + 1, 1225 sizeof(ifo->clientid) - 1, arg); 1229 logerr("clientid"); 1233 ifo->clientid[0] = (uint8_t)s;
|
| /src/external/gpl2/lvm2/dist/lib/locking/ |
| cluster_locking.c | 178 head->clientid = 0;
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_arm.c | 2696 int clientid; member in struct:service_data_struct 2722 service_data[j].clientid = service_ptr->client_id; 2747 service_data[i].clientid,
|