Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c355 pstatus_t Ps; in leaky_handle_anon_mappings() local
357 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) { in leaky_handle_anon_mappings()
361 lm.lm_pstatus = &Ps; in leaky_handle_anon_mappings()
363 leak_brkbase = Ps.pr_brkbase; in leaky_handle_anon_mappings()
364 leak_brksize = Ps.pr_brksize; in leaky_handle_anon_mappings()
599 pstatus_t Ps; in leaky_process_proc() local
602 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) { in leaky_process_proc()
609 Ps.pr_brkbase, Ps.pr_brksize)); in leaky_process_proc()
611 Ps.pr_stkbase, Ps.pr_stksize)); in leaky_process_proc()
633 &Ps) == -1) { in leaky_process_proc()
/illumos-gate/usr/src/data/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.src18459 # Char. and Line attributes: esc [ Ps ... Ps m
18562 # Char. and Line attributes: csi Ps ... Ps m
20563 # in decimal ASCII. Ps stands for a list of such parameters separated by
20584 # CTC Cursor Tabulation Control \E [ Ps W 0 eF - (F)
20592 # DAQ Define Area Qualification \E [ Ps o 0 - -
20598 # DSR Device Status Report \E [ Ps n 0 - - (I)
20600 # EA Erase in Area \E [ Ps O 0 eF - (J)
20602 # ED Erase in Display \E [ Ps J 0 eF ed (J)
20603 # EF Erase in Field \E [ Ps N 0 eF -
20604 # EL Erase in Line \E [ Ps K 0 eF el (J)
[all …]