Home
last modified time | relevance | path

Searched refs:incref (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/xlint/lint1/
Dexterns1.h190 extern type_t *incref(type_t *, tspec_t);
Ddecl.c889 *tpp = incref(*tpp, PTR); in chktyp()
891 *tpp = incref((*tpp)->t_subt, PTR); in chktyp()
1045 dsym->s_type = tp = incref(tp, t = PTR); in decl1str()
2200 sym->s_type = incref(sym->s_type->t_subt, PTR); in decl1arg()
2205 sym->s_type = incref(sym->s_type, PTR); in decl1arg()
Dtree.c222 incref(type_t *tp, tspec_t t) in incref() function
303 sym->s_type = incref(sym->s_type, FUNC); in getnnode()
322 sym->s_type = incref(gettyp(CHAR), PTR); in getnnode()
/freebsd-10-stable/sys/fs/nfs/
Dnfs_commonsubs.c1888 nfsv4_unlock(struct nfsv4lock *lp, int incref) in nfsv4_unlock() argument
1892 if (incref) in nfsv4_unlock()