Searched defs:pep (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dtpcom.c130 process_elf(pe_args *pep) argument
135 switch (elf_kind(pep->pe_elf)) {
137 print_comment(pep->pe_elf, pep->pe_file);
141 while ((_elf = elf_begin(pep->pe_fd, cmd,
142 pep->pe_elf)) != NULL) {
150 pep->pe_file, elf_errmsg(0));
155 _pep->pe_file = malloc(strlen(pep->pe_file) +
158 "%s(%s)", pep->pe_file, arhdr->ar_name);
159 _pep->pe_fd = pep
219 pe_args *pep; local
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c653 char *pep; local
684 * resulting in a pointer > pep) the current request logging is
688 pep = &((char *)log)[log->size];
692 if ((wp + sizeof (*req)) >= pep) goto full;
697 if ((wp + sz + 1) >= pep) goto full;
714 if (nl7c_http_log(quri, suri, req, &wp, &pep, &off)) goto full;
736 sz = pep - wp;
H A Dnl7chttp.c1908 char **wp, char **pep, uint32_t *off)
1916 if ((*wp + sz + 1) >= *pep) goto full;
1907 nl7c_http_log(uri_desc_t *quri, uri_desc_t *suri, nca_request_log_t *req, char **wp, char **pep, uint32_t *off) argument
/illumos-gate/usr/src/uts/common/os/
H A Dpid.c163 union procent *pep; local
169 if ((flags & PID_ALLOC_PROC) && (pep = procentfree) == NULL) {
210 procentfree = pep->pe_next;
211 pidp->pid_prslot = pep - procdir;
212 pep->pe_proc = prp;
555 union procent *pep; local
561 pep = procdir[slot].pe_next;
562 if (pep >= procdir && pep < &procdir[v.v_proc])
H A Dflock.c3083 proc_edge_t *pep, *ppep; local
3108 for (pep = start_vertex->edge; pep != NULL; pep = pep->next) {
3109 if (pep->to_proc == adj_proc) {
3110 ASSERT(pep->refcount);
3111 pep->refcount++;
3115 if (pep == NULL) {
3116 pep
3315 proc_edge_t *pep; local
3327 flk_free_proc_edge(proc_edge_t *pep) argument
3384 proc_edge_t *pep, *prevpep; local
[all...]
H A Dstrsubr.c2324 struct mux_edge *pep = NULL; local
2333 if (pep)
2334 pep->me_nextp = ep->me_nextp;
2340 pep = ep;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c1941 struct protoent *pep; local
1962 if ((pep = getprotobynumber(val)) != NULL) {
1963 cp = pep->p_name;
H A Dsys-solaris.c1556 struct protoent *pep; local
1581 if ((pep = getprotobynumber(proto)) != NULL) {
1582 cp = pep->p_name;
1627 if ((pep = getprotobynumber(proto)) != NULL) {
1628 cp = pep->p_name;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c2414 struct direct *ep, *pep, *nep; local
2597 pep = (struct direct *)((char *)ep - slot.size);
2598 if ((pep->d_ino == 0) &&
2599 ((uintptr_t)pep & (DIRBLKSIZ - 1))) {
2604 if (pep->d_ino) {
2605 extra = pep->d_reclen - DIRSIZ(pep);
2607 extra = pep->d_reclen;
2613 pep->d_reclen += ep->d_reclen;
2649 pep
[all...]

Completed in 143 milliseconds