Searched refs:pptr (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent_r.c40 getprotobyname_r(const char *name, struct protoent *pptr, PROTO_R_ARGS) { argument
45 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
48 *answerp = pptr;
55 return (copy_protoent(pe, pptr, PROTO_R_COPY));
60 getprotobynumber_r(int proto, struct protoent *pptr, PROTO_R_ARGS) { argument
65 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
68 *answerp = pptr;
75 return (copy_protoent(pe, pptr, PROTO_R_COPY));
86 getprotoent_r(struct protoent *pptr, PROTO_R_ARGS) { argument
91 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COP
139 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) argument
183 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_pickle.h48 typedef void* pptr; /* pickle pointer */ typedef
79 int transfer(pptr, bool_t (*f) (XDR*, pptr));
H A Ddb_pickle.cc106 pickle_file::transfer(pptr p, bool_t (*f) (XDR*, pptr))
H A Ddb_index.cc313 transfer_aux(XDR* x, pptr ip)
324 { return (pickle_file::transfer((pptr) dp, &transfer_aux)); }
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dlist.h59 #define GRUB_AS_LIST_P(pptr) \
60 (GRUB_FIELD_MATCH (*pptr, grub_list_t, next) ? \
61 (grub_list_t *) (void *) pptr : (grub_list_t *) grub_bad_type_cast ())
78 #define GRUB_AS_NAMED_LIST_P(pptr) \
79 ((GRUB_FIELD_MATCH (*pptr, grub_named_list_t, next) && \
80 GRUB_FIELD_MATCH (*pptr, grub_named_list_t, name))? \
81 (grub_named_list_t *) (void *) pptr : (grub_named_list_t *) grub_bad_type_cast ())
112 #define GRUB_AS_PRIO_LIST_P(pptr) \
113 ((GRUB_FIELD_MATCH (*pptr, grub_prio_list_t, next) && \
114 GRUB_FIELD_MATCH (*pptr, grub_prio_list_
[all...]
/osnet-11/usr/src/lib/libc/i386/crt/
H A D_rtld.c85 Elf32_Phdr *pptr; /* working Phdr */ local
168 for (p = 0, pptr = phdr; p < (int)ehdr->e_phnum; p++,
169 pptr = (Elf32_Phdr *)((caddr_t)pptr + ehdr->e_phentsize))
170 if (pptr->p_type == PT_LOAD) {
172 fph = pptr;
173 } else if (pptr->p_vaddr <= lph->p_vaddr)
175 lph = pptr;
221 for (p = 0, pptr = phdr; p < (int)ehdr->e_phnum; p++,
222 pptr
[all...]
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtld.c84 Elf32_Phdr *pptr; /* working Phdr */ local
168 for (p = 0, pptr = phdr; p < (int)ehdr->e_phnum; p++,
169 pptr = (Elf32_Phdr *)((caddr_t)pptr + ehdr->e_phentsize))
170 if (pptr->p_type == PT_LOAD) {
172 fph = pptr;
173 } else if (pptr->p_vaddr <= lph->p_vaddr)
175 lph = pptr;
221 for (p = 0, pptr = phdr; p < (int)ehdr->e_phnum; p++,
222 pptr
[all...]
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_rcvudata.c62 union T_primitives *pptr; local
148 pptr = (union T_primitives *)ctlbuf.buf;
150 switch (pptr->type) {
155 (pptr->unitdata_ind.OPT_length &&
156 (ctlbuf.len < (int)(pptr->unitdata_ind.OPT_length
157 + pptr->unitdata_ind.OPT_offset)))) {
166 if (TLEN_GT_NLEN(pptr->unitdata_ind.SRC_length,
173 ctlbuf.buf + pptr->unitdata_ind.SRC_offset,
174 (size_t)pptr->unitdata_ind.SRC_length);
176 pptr
[all...]
H A Dt_rcvuderr.c53 union T_primitives *pptr; local
140 pptr = (union T_primitives *)ctlbuf.buf;
143 (pptr->type != T_UDERROR_IND)) {
151 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length,
157 pptr->uderror_ind.DEST_offset,
158 (size_t)pptr->uderror_ind.DEST_length);
160 (unsigned int)pptr->uderror_ind.DEST_length;
163 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length,
169 pptr->uderror_ind.OPT_offset,
170 (size_t)pptr
[all...]
H A D_conn_util.c159 union T_primitives *pptr; local
227 pptr = (union T_primitives *)ctlbufp->buf;
229 switch (pptr->type) {
234 (pptr->conn_con.OPT_length != 0 &&
235 (ctlbufp->len < (int)(pptr->conn_con.OPT_length +
236 pptr->conn_con.OPT_offset)))) {
248 if (TLEN_GT_NLEN(pptr->conn_con.RES_length,
254 ctlbufp->buf + pptr->conn_con.RES_offset,
255 (size_t)pptr->conn_con.RES_length);
256 call->addr.len = pptr
[all...]
H A Dt_listen.c52 union T_primitives *pptr; local
173 pptr = (union T_primitives *)ctlbuf.buf;
175 switch (pptr->type) {
179 (ctlbuf.len < (int)(pptr->conn_ind.OPT_length
180 + pptr->conn_ind.OPT_offset))) {
198 call->sequence = pptr->conn_ind.SEQ_number;
201 if (TLEN_GT_NLEN(pptr->conn_ind.SRC_length,
207 (size_t)pptr->conn_ind.SRC_offset,
208 (unsigned int)pptr->conn_ind.SRC_length);
209 call->addr.len = pptr
[all...]
H A Dt_rcvvudata.c64 union T_primitives *pptr; local
157 pptr = (union T_primitives *)ctlbuf.buf;
159 switch (pptr->type) {
164 (pptr->unitdata_ind.OPT_length &&
165 (ctlbuf.len < (int)(pptr->unitdata_ind.OPT_length
166 + pptr->unitdata_ind.OPT_offset)))) {
173 if (TLEN_GT_NLEN(pptr->unitdata_ind.SRC_length,
179 ctlbuf.buf + pptr->unitdata_ind.SRC_offset,
180 (size_t)pptr->unitdata_ind.SRC_length);
182 pptr
[all...]
H A Dt_look.c81 union T_primitives *pptr; local
143 pptr = (union T_primitives *)strpeek.ctlbuf.buf;
155 (pptr->type == T_DISCON_IND)) {
156 type = pptr->type;
163 type = pptr->type;
H A Dt_rcvdis.c53 union T_primitives *pptr; local
184 pptr = (union T_primitives *)ctlbuf.buf;
187 (pptr->type != T_DISCON_IND)) {
223 discon->reason = pptr->discon_ind.DISCON_reason;
224 discon->sequence = pptr->discon_ind.SEQ_number;
H A Dt_rcvrel.c57 union T_primitives *pptr; local
175 pptr = (union T_primitives *)ctlbuf.buf;
182 if (pptr->type != T_ORDREL_IND) {
183 if (pptr->type == T_DISCON_IND) {
H A Dt_rcvreldata.c56 union T_primitives *pptr; local
177 pptr = (union T_primitives *)ctlbuf.buf;
184 if (pptr->type != T_ORDREL_IND) {
185 if (pptr->type == T_DISCON_IND) {
H A Dt_rcv.c54 union T_primitives *pptr; local
203 pptr = (union T_primitives *)ctlbuf.buf;
205 switch (pptr->type) {
229 if ((pptr->data_ind.MORE_flag) || retval)
231 if ((pptr->data_ind.MORE_flag) && retval)
H A Dt_rcvv.c56 union T_primitives *pptr; local
222 pptr = (union T_primitives *)ctlbuf.buf;
224 switch (pptr->type) {
248 if ((pptr->data_ind.MORE_flag) || retval)
250 if ((pptr->data_ind.MORE_flag) && retval)
H A D_utility.c336 union T_primitives *pptr; local
403 pptr = (union T_primitives *)ctlbuf.buf;
405 switch (pptr->type) {
408 (pptr->ok_ack.CORRECT_prim != type)) {
425 (pptr->error_ack.ERROR_prim != type)) {
435 if (pptr->error_ack.TLI_error == TOUTSTATE) {
445 t_errno = pptr->error_ack.TLI_error;
447 errno = pptr->error_ack.UNIX_error;
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmain.c120 char *pptr = NULL; local
123 pptr = grub_strrchr (prefix, ')');
124 if (pptr)
126 device = grub_strndup (prefix + 1, pptr - prefix - 1);
127 pptr++;
130 if (!pptr)
131 pptr = prefix;
132 if (pptr[0])
133 path = grub_strdup (pptr);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c434 nss_pnetgr_t *pptr; local
660 pptr = (nss_pnetgr_t *)buffer;
692 pptr->machine_argc = ing->arg[NSS_NETGR_MACHINE].argc;
693 pptr->user_argc = ing->arg[NSS_NETGR_USER].argc;
694 pptr->domain_argc = ing->arg[NSS_NETGR_DOMAIN].argc;
695 pptr->groups_argc = ing->groups.argc;
700 if (pptr->machine_argc == 0) {
701 pptr->machine_offv = (nssuint_t)0;
703 pptr->machine_offv = offv;
705 i = pptr
916 nss_pnetgr_t *pptr; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dnilfs2.c586 grub_uint64_t pptr;
596 pptr = grub_nilfs2_bmap_lookup (data, &data->sroot.sr_dat, blockno, 0);
597 if (pptr == (grub_uint64_t) - 1)
603 grub_disk_read (disk, pptr * nilfs2_block_count, offset,
615 grub_uint64_t pptr = -1;
617 pptr = grub_nilfs2_bmap_lookup (data, inode, fileblock, 1);
618 if (pptr == (grub_uint64_t) - 1)
624 return pptr;
651 grub_uint64_t pptr;
661 pptr
585 grub_uint64_t pptr; local
614 grub_uint64_t pptr = -1; local
650 grub_uint64_t pptr; local
688 grub_uint64_t pptr; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c572 char *pptr = password; local
583 while (! isspace (*pptr) && *pptr)
584 pptr++;
587 *pptr++ = 0;
592 while (isspace (*pptr))
593 pptr++;
598 if (*pptr != 0)
600 while ((*(new_file++) = *(pptr++)) != 0)
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c200 u_int8_t *pptr; local
363 pptr = SH_DBT_PTR(&lo->lockobj);
365 memcpy(&id_array[id].pgno, pptr,
/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_before.h138 #define PROTO_R_OK pptr

Completed in 78 milliseconds

12