Searched refs:pep (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | tpcom.c | 130 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/os/ |
H A D | flock.c | 3083 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 D | pid.c | 163 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 D | strsubr.c | 2324 struct mux_edge *pep = NULL; local 2333 if (pep) 2334 pep->me_nextp = ep->me_nextp; 2340 pep = ep;
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 653 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 D | nl7chttp.c | 1908 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/fs/ufs/ |
H A D | ufs_dir.c | 2414 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...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mdi_impldefs.h | 768 struct pi_errs *pep; \ 769 pep = MDI_PI(pip)->pi_kstats->pi_kstat_errstats->ks_data; \ 770 pep->x.value.ui32++; \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1556 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;
|
H A D | ipcp.c | 1941 struct protoent *pep; local 1962 if ((pep = getprotobynumber(val)) != NULL) { 1963 cp = pep->p_name;
|
Completed in 92 milliseconds