Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpp/common/
H A Dppcontrol.c1492 else if (pp.incref) in ppcontrol()
1499 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
1500 else (*pp.incref)(s, error_info.file, n, PP_SYNC_PUSH); in ppcontrol()
1503 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
1504 else (*pp.incref)(s, error_info.file, n - 1, PP_SYNC_POP); in ppcontrol()
1507 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
1510 (*pp.incref)(s, error_info.file, n, PP_SYNC_IGNORE); in ppcontrol()
1520 (*pp.incref)(s, error_info.file, n, PP_SYNC_PUSH); in ppcontrol()
1524 (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
2252 if (pp.incref) in ppcontrol()
[all …]
H A Dppinput.c178 if (pp.incref && !(pp.mode & INIT)) in pppush()
179 (*pp.incref)(error_info.file, s, error_info.line - 1, PP_SYNC_PUSH); in pppush()
H A DRELEASE231 change ignored pp.incref PP_SYNC_POP to PP_SYNC_IGNORE
279 add PP_SYNC_* flags for pp.incref arg 3
438 89-11-11 add -1 arg to pp.incref -- include skipped
H A Dpplib.h334 PPINCREF incref; /* include file push/return */ \
H A DHISTORY67 add PP_INCREF and (*pp.incref)(old-file, new-file, push|return)
H A Dpplex.c642 if (pp.incref && !(pp.mode & INIT)) in ppcpp()
645 (*pp.incref)(error_info.file, cur->file, error_info.line - 1, PP_SYNC_POP); in ppcpp()
H A Dppop.c641 pp.incref = va_arg(ap, PPINCREF); in ppop()
/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c1579 modify_hsp_ref(set_t setno, mddb_recid_t id, int incref, mddb_recid_t *hsp_id) in modify_hsp_ref() argument
1592 if (incref) in modify_hsp_ref()