Home
last modified time | relevance | path

Searched refs:nep (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c318 kcf_ntfy_elem_t *nep; in crypto_notify_events() local
332 nep->kn_func = nf; in crypto_notify_events()
341 ntfy_list_tail = nep; in crypto_notify_events()
374 mutex_enter(&nep->kn_lock); in crypto_unnotify_events()
406 cv_wait(&nep->kn_cv, &nep->kn_lock); in crypto_unnotify_events()
407 mutex_exit(&nep->kn_lock); in crypto_unnotify_events()
419 mutex_exit(&nep->kn_lock); in crypto_unnotify_events()
423 cv_destroy(&nep->kn_cv); in crypto_unnotify_events()
435 kcf_ntfy_elem_t *nep; in kcf_walk_ntfylist() local
445 for (nep = ntfy_list_head; nep != NULL; nep = nep->kn_next) in kcf_walk_ntfylist()
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1115 if ((nep->d_reclen == 0) || (nep->d_reclen & 0x3) || in ufs_dircheckforname()
1116 (nep->d_ino != ep_ino)) { in ufs_dircheckforname()
1124 slotp->ep = nep; in ufs_dircheckforname()
1774 struct direct *ep, *nep; in ufs_diraddentry() local
1860 if ((nep->d_reclen == 0) || (nep->d_reclen & 0x3) || in ufs_diraddentry()
1959 struct direct *ep, *nep; in dirprepareentry() local
2045 slotp->ep = nep; in dirprepareentry()
2414 struct direct *ep, *pep, *nep; in ufs_dirremove() local
2626 if ((nep->d_reclen == 0) || in ufs_dirremove()
2627 (nep->d_reclen & 0x3) || in ufs_dirremove()
[all …]
H A Dlufs.c665 extent_t *ep, *nep; in lufs_alloc() local
747 nep = ep + 1; in lufs_alloc()
748 if ((caddr_t)(nep + 1) > in lufs_alloc()
753 nep->lbno = ep->lbno + ep->nbno; in lufs_alloc()
755 nep->pbno = (uint32_t)bno; in lufs_alloc()
757 nep->pbno = (uint32_t)fno; in lufs_alloc()
758 nep->nbno = (uint32_t)(fsbtodb(fs, fs->fs_frag)); in lufs_alloc()
760 ep = nep; in lufs_alloc()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_serd.c257 fmd_serd_elem_t *sep, *nep; in fmd_serd_eng_gc() local
266 for (sep = fmd_list_next(&sgp->sg_list); sep != NULL; sep = nep) { in fmd_serd_eng_gc()
270 nep = fmd_list_next(sep); in fmd_serd_eng_gc()
/illumos-gate/usr/src/uts/common/io/
H A Dramdisk.c798 uint_t obpaddr = 0, nep, i; in rd_attach() local
850 (uchar_t **)&ep, &nep) == DDI_SUCCESS) { in rd_attach()
852 if (nep == 0 || (nep % sizeof (*ep)) != 0) { in rd_attach()
858 nep /= sizeof (*ep); in rd_attach()
863 for (i = 0; i < nep; ++i) { in rd_attach()
887 rsp->rd_nexisting = nep; in rd_attach()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1997 static struct env_lst *nep = NULL; in env_default() local
2001 nep = &envlisthead; in env_default()
2004 if (nep) { in env_default()
2005 while ((nep = nep->next) != NULL) { in env_default()
2006 if (nep->export && (nep->welldefined == welldefined)) in env_default()
2007 return (nep->var); in env_default()
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c743 errorq_elem_t *eep, *nep, *dep; in errorq_panic_drain() local
801 for (eep = eqp->eq_phead; eep != NULL; eep = nep) { in errorq_panic_drain()
805 nep = eep->eqe_next; in errorq_panic_drain()
H A Dflock.c3086 edge_t *ep, *nep; in flk_check_deadlock() local
3193 nep = NEXT_ADJ(ep); in flk_check_deadlock()
3215 ep = nep; in flk_check_deadlock()
3221 nep = NEXT_IN(ep); in flk_check_deadlock()
3243 ep = nep; in flk_check_deadlock()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1360 struct event *ep, *nep; in upsets_eval() local
1419 nep = itree_lookup(nfmep->eventtree, eventstring, ipp); in upsets_eval()
1420 if (nep->count++ == 0) { in upsets_eval()
1421 nep->observations = nfmep->observations; in upsets_eval()
1422 nfmep->observations = nep; in upsets_eval()
1424 nep->nvp = evnv_dupnvl(ep->nvp); in upsets_eval()