Searched defs:p_flag (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_main.c43 int32_t p_flag = 0; variable
166 p_flag++;
314 if (l_flag && (D_flag + e_flag + H_flag + p_flag + U_flag +
/illumos-gate/usr/src/lib/libshell/common/include/
H A Djobs.h68 unsigned short p_flag; /* flags - see below */ member in struct:process
/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h111 ushort_t p_flag; /* permission flags */ member in struct:partition
131 ushort_t p_flag; /* permission flags */ member in struct:extpartition
168 v.v_part[i].p_flag = extv.v_part[i].p_flag; \
191 extv.v_part[i].p_flag = v.v_part[i].p_flag; \
205 uint16_t p_flag; /* permission flags */ member in struct:partition32
239 v.v_part[i].p_flag = (ushort_t)v32.v_part[i].p_flag; \
264 extv.v_part[i].p_flag
[all...]
H A Ddklabel.h114 uint16_t p_flag; /* permission flag */ member in struct:dk_map2
119 uint16_t p_flag; /* permision flags */ member in struct:dkl_partition
H A Defi_partition.h182 ushort_t p_flag; /* attributes */ member in struct:dk_part
H A Dproc.h183 uint_t p_flag; /* protected while set. */ member in struct:proc
473 * p_flag codes
476 * psinfo_t.p_flag field. Historically, all were, but since they are
544 ((p)->p_flag & (SEXITLWPS|SKILLED|SHOLDFORK1|SHOLDWATCH)))
549 #define ISHOLD(p) ((p)->p_flag & SHOLDFORK)
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h125 uint16_t p_flag; /* permission flags */ member in struct:dk_vtoc::__anon456
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c124 p_flag = 0, /* produce terse output */ variable
277 p_flag = 1;
279 case 'P': if (p_flag == 1) {
447 if (p_flag)
458 if (p_flag)
619 if (p_flag)
727 } else if (p_flag)
729 if (p_flag)
921 !h_flag && !p_flag && !P_flag) {
1325 char *s = p_flag
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h49 uint_t p_flag; member in struct:mdb_proc
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c78 int p_flag = 0, /* suppress printing of headings */ variable
777 if ((!p_flag) && (!r_title)) {
840 if (!p_flag && (!n_flag && r_flag))
868 if (!p_flag && (!n_flag && r_flag)) {
917 if (!p_flag) {
927 if (!p_flag) {
1018 if (!p_flag) {
1042 if (!p_flag) {
1052 if (!p_flag) {
1087 if (!p_flag)
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1338 uint8_t p_flag :1, /* successfully putmsg */ member in struct:drmach_msglist
1940 if (entry->p_flag == 1) {
1971 if (entry->p_flag == 1) {
2006 entry->p_flag = 1;
2020 entry->p_flag = 1;
2025 entry->p_flag = 1;
2045 if (entry->p_flag == 0) {
2133 while (listp->p_flag == 0) {
2140 listp->p_flag = 0;
2234 if (!mlp->p_flag)
[all...]

Completed in 89 milliseconds