Searched refs:clientid (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvm.h31 uint32_t clientid; /* Only used in Daemon->Daemon comms */ member in struct:clvm_header
H A Dclvmd.c124 int clientid);
140 static struct local_client *find_client(int clientid);
1040 inheader->clientid = htonl(thisfd->fd);
1286 DEBUGLOG("process_remote_command %s for clientid 0x%x XID %d on node %s\n",
1287 decode_cmd(msg->cmd), msg->clientid, msg->xid, nodename);
1325 byebyemsg.clientid = 0;
1366 agghead->clientid = msg->clientid;
1381 head.clientid = msg->clientid;
1996 find_client(int clientid) argument
[all...]
H A Drefresh_clvmd.c165 head->clientid = 0;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dclvm.h31 uint32_t clientid; /* Only used in Daemon->Daemon comms */ member in struct:clvm_header
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Ddhcpcd.h109 unsigned char *clientid; member in struct:interface
H A Dif-options.h105 char clientid[CLIENTID_MAX_LEN + 2]; member in struct:if_options
H A Ddhcp.c594 if (iface->clientid) {
596 memcpy(p, iface->clientid, iface->clientid[0] + 1);
597 p += iface->clientid[0] + 1;
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Ddhcpcd.h112 unsigned char *clientid; member in struct:interface
H A Dif-options.h111 char clientid[CLIENTID_MAX_LEN + 2]; member in struct:if_options
H A Ddhcpcd.c154 "\t\t[-h, --hostname hostname] [-I, --clientid clientid]\n"
813 free(iface->clientid);
814 iface->clientid = NULL;
815 if (*ifo->clientid) {
816 iface->clientid = xmalloc(ifo->clientid[0] + 1);
817 memcpy(iface->clientid, ifo->clientid, ifo->clientid[
[all...]
H A Ddhcp.c961 if (iface->clientid) {
963 memcpy(p, iface->clientid, iface->clientid[0] + 1);
964 p += iface->clientid[0] + 1;
H A Dif-options.c97 {"clientid", optional_argument, NULL, 'I'},
211 /* If processing a string on the clientid, first byte should be
593 ifo->clientid[1] = 0;
595 s = parse_string_hwaddr((char *)ifo->clientid + 1,
600 syslog(LOG_ERR, "clientid: %m");
604 ifo->clientid[0] = (uint8_t)s;
H A Dnet.c199 free(iface->clientid);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/locking/
H A Dcluster_locking.c178 head->clientid = 0;
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2371 void *clientid,
2366 PsCreateSystemThread( ndis_handle *handle, uint32_t reqaccess, void *objattrs, ndis_handle phandle, void *clientid, void *thrfunc, void *thrctx) argument

Completed in 203 milliseconds