Searched defs:hdrp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c1061 HASHHDR *hdrp; local
1064 hdrp = &hashp->hdr;
1066 M_32_SWAP(hdrp->magic);
1067 M_32_SWAP(hdrp->version);
1068 M_32_SWAP(hdrp->lorder);
1069 M_32_SWAP(hdrp->bsize);
1070 M_32_SWAP(hdrp->bshift);
1071 M_32_SWAP(hdrp->ovfl_point);
1072 M_32_SWAP(hdrp->last_freed);
1073 M_32_SWAP(hdrp
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmon.c199 struct hdr *hdrp; local
294 hdrp = (struct hdr *)(uintptr_t)buffer; /* initialize 1st region */
295 hdrp->lpc = lowpc;
296 hdrp->hpc = highpc;
297 hdrp->nfns = nfunc;
310 newanchp->monBuffer = hdrp; /* new, down. */
448 struct hdr *hdrp; local
460 hdrp = (struct hdr *)(p + 1);
463 hdrp->lpc = 0;
464 hdrp
[all...]
/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c949 pcp_req_msg_hdr_t *hdrp; local
954 if ((hdrp = (pcp_req_msg_hdr_t *)umem_zalloc(hdr_sz,
959 hdrp->magic_num = htonl(req_hdr->magic_num);
960 hdrp->proto_ver = req_hdr->proto_ver;
961 hdrp->msg_type = req_hdr->msg_type;
962 hdrp->sub_type = req_hdr->sub_type;
963 hdrp->rsvd_pad = htons(req_hdr->rsvd_pad);
964 hdrp->xid = htonl(req_hdr->xid);
965 hdrp->timeout = htonl(req_hdr->timeout);
966 hdrp
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c1334 * Convert the header pointed to by `hdrp' from native (host) to network
1340 nhconvert_header(dn_header_t *hdrp, boolean_t hash) argument
1345 nhconvert(&hdrp->dnh_network, &hdrp->dnh_network, sizeof (ipaddr_t));
1346 nhconvert(&hdrp->dnh_netmask, &hdrp->dnh_netmask, sizeof (ipaddr_t));
1347 nhconvert(&hdrp->dnh_magic, &hdrp->dnh_magic, sizeof (uint32_t));
1348 nhconvert_rec(&hdrp->dnh_temp);
1352 nhconvert(&hdrp
1397 read_header(int fd, dn_header_t *hdrp, boolean_t hash) argument
1414 write_header(int fd, dn_header_t *hdrp) argument
[all...]

Completed in 33 milliseconds