Searched refs:pep (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libelf/demo/ |
H A D | tpcom.c | 130 process_elf(pe_args *pep) in process_elf() argument 135 switch (elf_kind(pep->pe_elf)) { in process_elf() 137 print_comment(pep->pe_elf, pep->pe_file); in process_elf() 141 while ((_elf = elf_begin(pep->pe_fd, cmd, in process_elf() 142 pep->pe_elf)) != NULL) { in process_elf() 150 pep->pe_file, elf_errmsg(0)); in process_elf() 155 _pep->pe_file = malloc(strlen(pep->pe_file) + in process_elf() 158 "%s(%s)", pep->pe_file, arhdr->ar_name); in process_elf() 159 _pep->pe_fd = pep->pe_fd; in process_elf() 171 if (!pep->pe_member) { in process_elf() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | flock.c | 2788 proc_edge_t *pep, *ppep; in flk_check_deadlock() local 2805 for (pep = start_vertex->edge; pep != NULL; pep = pep->next) { in flk_check_deadlock() 2806 if (pep->to_proc == adj_proc) { in flk_check_deadlock() 2807 ASSERT(pep->refcount); in flk_check_deadlock() 2808 pep->refcount++; in flk_check_deadlock() 2812 if (pep == NULL) { in flk_check_deadlock() 2813 pep = flk_get_proc_edge(); in flk_check_deadlock() 2814 pep->to_proc = adj_proc; in flk_check_deadlock() 2815 pep->refcount = 1; in flk_check_deadlock() 2817 pep->next = start_vertex->edge; in flk_check_deadlock() [all …]
|
H A D | pid.c | 163 union procent *pep; in pid_allocate() local 169 if ((flags & PID_ALLOC_PROC) && (pep = procentfree) == NULL) { in pid_allocate() 210 procentfree = pep->pe_next; in pid_allocate() 211 pidp->pid_prslot = pep - procdir; in pid_allocate() 212 pep->pe_proc = prp; in pid_allocate() 555 union procent *pep; in pid_entry() local 561 pep = procdir[slot].pe_next; in pid_entry() 562 if (pep >= procdir && pep < &procdir[v.v_proc]) in pid_entry()
|
H A D | strsubr.c | 2324 struct mux_edge *pep = NULL; in mux_rmvedge() local 2333 if (pep) in mux_rmvedge() 2334 pep->me_nextp = ep->me_nextp; in mux_rmvedge() 2340 pep = ep; in mux_rmvedge()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 653 char *pep; in nl7c_logd_log() local 688 pep = &((char *)log)[log->size]; in nl7c_logd_log() 692 if ((wp + sizeof (*req)) >= pep) goto full; in nl7c_logd_log() 697 if ((wp + sz + 1) >= pep) goto full; in nl7c_logd_log() 714 if (nl7c_http_log(quri, suri, req, &wp, &pep, &off)) goto full; in nl7c_logd_log() 736 sz = pep - wp; in nl7c_logd_log()
|
H A D | nl7chttp.c | 1908 char **wp, char **pep, uint32_t *off) in nl7c_http_log() argument 1916 if ((*wp + sz + 1) >= *pep) goto full; in nl7c_http_log()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 2414 struct direct *ep, *pep, *nep; in ufs_dirremove() local 2597 pep = (struct direct *)((char *)ep - slot.size); in ufs_dirremove() 2598 if ((pep->d_ino == 0) && in ufs_dirremove() 2599 ((uintptr_t)pep & (DIRBLKSIZ - 1))) { in ufs_dirremove() 2604 if (pep->d_ino) { in ufs_dirremove() 2605 extra = pep->d_reclen - DIRSIZ(pep); in ufs_dirremove() 2607 extra = pep->d_reclen; in ufs_dirremove() 2613 pep->d_reclen += ep->d_reclen; in ufs_dirremove() 2649 pep = (struct direct *)((char *)ep - slot.size); in ufs_dirremove() 2650 pep->d_reclen += ep->d_reclen; in ufs_dirremove()
|
/titanic_44/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++; \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1556 struct protoent *pep; in dump_packet() local 1581 if ((pep = getprotobynumber(proto)) != NULL) { in dump_packet() 1582 cp = pep->p_name; in dump_packet() 1627 if ((pep = getprotobynumber(proto)) != NULL) { in dump_packet() 1628 cp = pep->p_name; in dump_packet()
|
H A D | ipcp.c | 1941 struct protoent *pep; local 1962 if ((pep = getprotobynumber(val)) != NULL) { 1963 cp = pep->p_name;
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 16926 pep
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 16924 pep
|