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

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dexterns1.h185 extern type_t *incref(type_t *, tspec_t);
H A Ddecl.c889 *tpp = incref(*tpp, PTR);
891 *tpp = incref((*tpp)->t_subt, PTR);
1043 dsym->s_type = tp = incref(tp, t = PTR);
2198 sym->s_type = incref(sym->s_type->t_subt, PTR);
2203 sym->s_type = incref(sym->s_type, PTR);
H A Dtree.c222 incref(type_t *tp, tspec_t t) function
303 sym->s_type = incref(sym->s_type, FUNC);
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonsubs.c1832 nfsv4_unlock(struct nfsv4lock *lp, int incref) argument
1836 if (incref)

Completed in 137 milliseconds