Searched refs:pflag (Results 76 - 96 of 96) sorted by relevance

1234

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2243 pflag=
2285 p) pflag=1
2417 if [[ -n $pflag && -d $codemgr_parent/raw_files/new ]]; then
2688 elif [[ -n $pflag && -z $parent_webrev ]]; then
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c171 int pflag, FILE *file)
182 sflag = (statp->pfcode & pflag);
169 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c100 void sh_subtmpfile(int pflag) argument
124 if(shp->subshare || !pflag)
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1374 if (_nscd_cfg_flag_is_set(pdesc->pflag, NSCD_CFG_PFLAG_GLOBAL))
1385 if (_nscd_cfg_flag_is_set(pdesc->pflag, NSCD_CFG_PFLAG_GLOBAL))
H A Dcache.c834 if (_nscd_cfg_flag_is_set(pdesc->pflag,
865 if (_nscd_cfg_flag_is_set(pdesc->pflag, NSCD_CFG_PFLAG_GLOBAL)) {
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c144 static int pflag; variable
219 pflag++;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c1736 int pflag = 0; local
1987 pflag = 1;
1993 pflag = 1;
2005 pflag = 1;
2027 pflag = 1;
2084 if (!(flag || pflag) || errflag) {
2089 if (pflag && !fflag && (argc - optind) == 0) {
2703 if (!nflag && !pflag && prompt_user(flag, iflag) == -1)
2738 if (pflag) {
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c60 struct pflag { struct
67 static struct pflag flags[] = {
1121 for (j = 0; j < sizeof (flags) / sizeof (struct pflag); j++) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c563 static int rflag, xflag, vflag, tflag, mt, cflag, mflag, pflag; variable
855 pflag++;
909 pflag++; /* also set flag for ACL */
3116 pflag = 1;
3125 pflag = 1;
3128 if (!pflag) {
3601 if (pflag && !symflag && Hiddendir == 0) {
3631 if (pflag) {
3652 if (pflag && newfile == TRUE && !dir &&
3720 if (pflag) {
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c533 * pflag- the flag of the value, 0: value; 1: pointer to value
544 int pflag
553 ec = pdu_add_tlv(&rsp, &pl, &sz, tag, len, value, pflag);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1928 uint_t pflag = ttoproc(curthread)->p_flag; local
1950 aflt->flt_core = (pflag & SDOCORE) ? 1 : 0;
H A Dspitfire.c1266 uint_t pflag = ttoproc(curthread)->p_flag; local
1308 aflt->flt_core = (pflag & SDOCORE) ? 1 : 0;
H A Dus3_common.c1760 uint_t pflag = ttoproc(curthread)->p_flag; local
1825 aflt->flt_core = (pflag & SDOCORE) ? 1 : 0;
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c66 boolean_t pflag = B_FALSE; /* paranoid w.r.t. printing keying material */ variable
391 if (pflag) {
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c331 pflag = TRUE;
446 if (pflag && argc > 0) {
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c2187 int ret, pflag; local
2205 pflag = MSG_ANY;
2209 rmp, NULL, &pri, &pflag, timout, &rval);
H A Ddevcfg.c1513 int pflag = DDI_PROP_NOTPROM | DDI_PROP_DONTPASS; local
1516 pflag, DDI_FORCEATTACH, 0) == 1) ||
1518 pflag, DDI_NO_AUTODETACH, 0) == 1))
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c212 #define GET_PROP(devi, pname, pflag, pval, plen) \
214 (pflag), (pname), (caddr_t)(pval), (plen)))
/illumos-gate/usr/src/head/
H A Dmeta.h1982 char *name, mdcmdopts_t options, int pflag,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c3444 pflag = B_TRUE;
H A Dipseckey.c3607 pflag = B_TRUE;

Completed in 223 milliseconds

1234