Searched refs:incref (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 1492 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 D | ppinput.c | 178 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 D | RELEASE | 231 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 D | pplib.h | 334 PPINCREF incref; /* include file push/return */ \
|
H A D | HISTORY | 67 add PP_INCREF and (*pp.incref)(old-file, new-file, push|return)
|
H A D | pplex.c | 642 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 D | ppop.c | 641 pp.incref = va_arg(ap, PPINCREF); in ppop()
|
/titanic_41/usr/src/uts/common/io/lvm/hotspares/ |
H A D | hotspares.c | 1579 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()
|