HomeSort by: relevance | last modified time | path
    Searched defs:nstp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 1067 struct nfsstate *stp, *nstp; local in function:nfsrv_servertimer
1156 nstp = LIST_NEXT(stp, ls_list);
1167 stp = nstp;
1191 struct nfsstate *stp, *nstp; local in function:nfsrv_cleanclient
1194 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp)
1242 struct nfsstate *stp, *nstp; local in function:nfsrv_freedeleglist
1244 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) {
1280 struct nfsstate *nstp, *tstp; local in function:nfsrv_freeopenowner
1286 nstp = LIST_FIRST(&stp->ls_open);
1287 while (nstp != NULL)
1308 struct nfsstate *nstp, *tstp; local in function:nfsrv_freeopen
1530 struct nfsstate *tstp, *mystp, *nstp; local in function:nfsrv_lockctrl
2247 struct nfsstate *stp, *nstp; local in function:nfsrv_opencheck
2500 struct nfsstate *stp, *nstp; local in function:nfsrv_openctrl
3473 struct nfsstate *stp, *nstp, *openstp, *ownstp; local in function:nfsrv_releaselckown
5081 struct nfsstate *stp, *nstp; local in function:nfsrv_cleandeleg
5362 struct nfsstate *stp, *nstp; local in function:nfsrv_throwawayopens
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 1570 type_t *nstp = expr_dup_type(tp1->t_subt); local in function:merge_qualifiers
1571 nstp->t_const |= c2;
1572 nstp->t_volatile |= v2;
1575 ntp->t_subt = nstp;
3837 should_warn_about_pointer_cast(const type_t *nstp, tspec_t nst,
3842 nstp = nstp->t_subt, nst = nstp->t_tspec;
3847 (struct_starts_with(nstp, ostp) ||
3848 struct_starts_with(ostp, nstp)))
3896 const type_t *nstp = ntp->t_subt; local in function:convert_pointer_from_pointer
    [all...]

Completed in 16 milliseconds