Home
last modified time | relevance | path

Searched refs:nstp (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c1067 struct nfsstate *stp, *nstp; in nfsrv_servertimer() local
1167 stp = nstp; in nfsrv_servertimer()
1191 struct nfsstate *stp, *nstp; in nfsrv_cleanclient() local
1287 while (nstp != NULL) { in nfsrv_freeopenowner()
1288 tstp = nstp; in nfsrv_freeopenowner()
1289 nstp = LIST_NEXT(nstp, ls_list); in nfsrv_freeopenowner()
2032 tstp = nstp; in nfsrv_lockctrl()
2475 stp = nstp; in nfsrv_opencheck()
2778 stp = nstp; in nfsrv_openctrl()
3515 stp = nstp; in nfsrv_releaselckown()
[all …]
/netbsd/usr.bin/xlint/lint1/
H A Dtree.c1185 type_t *nstp = expr_dup_type(tp1->t_subt); in merge_qualifiers() local
1186 nstp->t_const |= c2; in merge_qualifiers()
1187 nstp->t_volatile |= v2; in merge_qualifiers()
1190 ntp->t_subt = nstp; in merge_qualifiers()
3499 nstp = nstp->t_subt, nst = nstp->t_tspec; in should_warn_about_pointer_cast()
3504 (struct_starts_with(nstp, ostp) || in should_warn_about_pointer_cast()
3505 struct_starts_with(ostp, nstp))) in should_warn_about_pointer_cast()
3540 return nstp->t_sou != ostp->t_sou; in should_warn_about_pointer_cast()
3553 const type_t *nstp = ntp->t_subt; in convert_pointer_from_pointer() local
3556 tspec_t nst = nstp->t_tspec; in convert_pointer_from_pointer()
[all …]