Searched refs:incref (Results 1 – 4 of 4) sorted by relevance
| /trueos/usr.bin/xlint/lint1/ |
| HD | externs1.h | 190 extern type_t *incref(type_t *, tspec_t);
|
| HD | 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()
|
| HD | 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()
|
| /trueos/sys/fs/nfs/ |
| HD | nfs_commonsubs.c | 1851 nfsv4_unlock(struct nfsv4lock *lp, int incref) in nfsv4_unlock() argument 1855 if (incref) in nfsv4_unlock()
|