Home
last modified time | relevance | path

Searched refs:Ps (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c357 pstatus_t Ps; in leaky_handle_anon_mappings() local
359 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) { in leaky_handle_anon_mappings()
363 lm.lm_pstatus = &Ps; in leaky_handle_anon_mappings()
365 leak_brkbase = Ps.pr_brkbase; in leaky_handle_anon_mappings()
366 leak_brksize = Ps.pr_brksize; in leaky_handle_anon_mappings()
601 pstatus_t Ps; in leaky_process_proc() local
604 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) { in leaky_process_proc()
611 Ps.pr_brkbase, Ps.pr_brksize)); in leaky_process_proc()
613 Ps.pr_stkbase, Ps.pr_stksize)); in leaky_process_proc()
635 &Ps) == -1) { in leaky_process_proc()
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src16433 # Char. and Line attributes: esc [ Ps ... Ps m
16524 # Char. and Line attributes: csi Ps ... Ps m
18345 # in decimal ASCII. Ps stands for a list of such parameters separated by
18366 # CTC Cursor Tabulation Control \E [ Ps W 0 eF - (F)
18374 # DAQ Define Area Qualification \E [ Ps o 0 - -
18380 # DSR Device Status Report \E [ Ps n 0 - - (I)
18382 # EA Erase in Area \E [ Ps O 0 eF - (J)
18384 # ED Erase in Display \E [ Ps J 0 eF ed (J)
18385 # EF Erase in Field \E [ Ps N 0 eF -
18386 # EL Erase in Line \E [ Ps K 0 eF el (J)
[all …]
H A Dterminfo.src18457 # Char. and Line attributes: esc [ Ps ... Ps m
18560 # Char. and Line attributes: csi Ps ... Ps m
20561 # in decimal ASCII. Ps stands for a list of such parameters separated by
20582 # CTC Cursor Tabulation Control \E [ Ps W 0 eF - (F)
20590 # DAQ Define Area Qualification \E [ Ps o 0 - -
20596 # DSR Device Status Report \E [ Ps n 0 - - (I)
20598 # EA Erase in Area \E [ Ps O 0 eF - (J)
20600 # ED Erase in Display \E [ Ps J 0 eF ed (J)
20601 # EF Erase in Field \E [ Ps N 0 eF -
20602 # EL Erase in Line \E [ Ps K 0 eF el (J)
[all …]