Searched refs:incref (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/usr.bin/xlint/lint1/ |
| D | externs1.h | 190 extern type_t *incref(type_t *, tspec_t);
|
| D | decl.c | 889 *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()
|
| D | tree.c | 222 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/ |
| D | nfs_commonsubs.c | 1888 nfsv4_unlock(struct nfsv4lock *lp, int incref) in nfsv4_unlock() argument 1892 if (incref) in nfsv4_unlock()
|