Searched refs:hdrp (Results 1 - 6 of 6) sorted by relevance

/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/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/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...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcollect.c246 ** hdrp -- the location to stash the header.
279 collect(fp, smtpmode, hdrp, e, rsetsize)
282 HDR **hdrp;
314 headeronly = hdrp != NULL;
653 hdrp, e)))
H A Dheaders.c56 ** hdrp -- a pointer to the place to save the header.
71 dochompheader(line, pflag, hdrp, e)
74 HDR **hdrp;
91 headeronly = hdrp != NULL;
93 hdrp = &e->e_header;
394 for (hp = hdrp; (h = *hp) != NULL; hp = &h->h_link)
463 ** hdrp -- a pointer to the place to save the header.
476 chompheader(line, pflag, hdrp, e)
479 HDR **hdrp;
506 rval = dochompheader(xbp, pflag, hdrp,
[all...]

Completed in 40 milliseconds