Searched refs:exclude (Results 51 - 75 of 81) sorted by relevance

1234

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_cpudist.d53 self->exclude[self->depth] = 0;
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->oncpu_incl;
89 self->exclude[self->depth] += this->oncpu;
127 self->exclude[depth[ppid]] += this->oncpu;
H A Dsh_cputime.d51 self->exclude[self->depth] = 0;
58 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
60 self->exclude[self->depth] = 0;
71 self->exclude[self->depth] += this->oncpu_incl;
92 self->exclude[self->depth] += this->oncpu;
133 self->exclude[depth[ppid]] += this->oncpu;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Djs_calltime.d50 self->exclude[self->depth] = 0;
58 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
60 self->exclude[self->depth] = 0;
71 self->exclude[self->depth] += this->elapsed_incl;
92 self->exclude[self->depth] += this->elapsed;
H A Djs_cputime.d50 self->exclude[self->depth] = 0;
58 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
60 self->exclude[self->depth] = 0;
71 self->exclude[self->depth] += this->oncpu_incl;
92 self->exclude[self->depth] += this->oncpu;
H A Dj_calldist.d56 self->exclude[arg0, self->depth[arg0]] = 0;
65 self->exclude[arg0, self->depth[arg0]];
67 self->exclude[arg0, self->depth[arg0]] = 0;
82 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
H A Dj_calltime.d57 self->exclude[arg0, self->depth[arg0]] = 0;
66 self->exclude[arg0, self->depth[arg0]];
68 self->exclude[arg0, self->depth[arg0]] = 0;
84 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
H A Dj_cpudist.d56 self->exclude[arg0, self->depth[arg0]] = 0;
65 self->exclude[arg0, self->depth[arg0]];
67 self->exclude[arg0, self->depth[arg0]] = 0;
82 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
H A Dj_cputime.d57 self->exclude[arg0, self->depth[arg0]] = 0;
66 self->exclude[arg0, self->depth[arg0]];
68 self->exclude[arg0, self->depth[arg0]] = 0;
84 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_calltime.d50 self->exclude[self->depth] = 0;
58 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
60 self->exclude[self->depth] = 0;
71 self->exclude[self->depth] += this->elapsed_incl;
92 self->exclude[self->depth] += this->elapsed;
H A Djs_cputime.d50 self->exclude[self->depth] = 0;
58 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
60 self->exclude[self->depth] = 0;
71 self->exclude[self->depth] += this->oncpu_incl;
92 self->exclude[self->depth] += this->oncpu;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_calldist.d56 self->exclude[arg0, self->depth[arg0]] = 0;
65 self->exclude[arg0, self->depth[arg0]];
67 self->exclude[arg0, self->depth[arg0]] = 0;
82 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
H A Dj_calltime.d57 self->exclude[arg0, self->depth[arg0]] = 0;
66 self->exclude[arg0, self->depth[arg0]];
68 self->exclude[arg0, self->depth[arg0]] = 0;
84 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
H A Dj_cpudist.d56 self->exclude[arg0, self->depth[arg0]] = 0;
65 self->exclude[arg0, self->depth[arg0]];
67 self->exclude[arg0, self->depth[arg0]] = 0;
82 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
H A Dj_cputime.d57 self->exclude[arg0, self->depth[arg0]] = 0;
66 self->exclude[arg0, self->depth[arg0]];
68 self->exclude[arg0, self->depth[arg0]] = 0;
84 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c39 {"exclude", 'x', 0,
487 char *exclude = 0; local
493 exclude = state[0].set ? grub_strdup (state[0].arg) : 0;
494 if (exclude)
496 for (ptr = exclude; *ptr; ptr++)
545 if (dsdt && (! exclude || ! grub_strword (exclude, "dsdt"))
554 grub_free (exclude);
567 if (exclude && grub_strword (exclude, signatur
[all...]
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py397 exclude = not_check(repo, 'cddlchk')
406 elif (e or opts.get('honour_nots')) and exclude(f):
433 exclude = not_check(repo, 'mapfilechk')
456 elif (e or opts.get('honour_nots')) and exclude(f):
482 exclude = not_check(repo, 'copyright')
490 elif (e or opts.get('honour_nots')) and exclude(f):
514 exclude = not_check(repo, 'hdrchk')
524 elif (e or opts.get('honour_nots')) and exclude(f):
549 exclude = not_check(repo, 'cstyle')
559 elif (e or opts.get('honour_nots')) and exclude(
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPgcore.c809 goto exclude;
815 goto exclude;
820 goto exclude;
823 goto exclude;
828 goto exclude;
833 goto exclude;
836 goto exclude;
841 goto exclude;
845 goto exclude;
849 goto exclude;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm333 my ($pack, %exclude);
339 $exclude{$pack."::"} = 1;
342 walksymtable(\%{"main::"}, "xref", sub { !defined($exclude{$_[0]}) });
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c411 * contained inside the "exclude" region.
415 const PedGeometry* exclude)
420 if (ped_geometry_test_sector_inside (exclude, geom->start))
424 if (ped_geometry_test_overlap (clobber_geom, exclude))
425 ped_geometry_set_end (clobber_geom, exclude->start - 1);
414 ped_file_system_clobber_exclude(PedGeometry* geom, const PedGeometry* exclude) argument
/osnet-11/usr/src/lib/libldap4/common/
H A Ddisptmpl.c408 int exclude, unsigned int syntaxmask )
444 if (( exclude &&
446 ( !exclude &&
407 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned int syntaxmask ) argument
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c394 int exclude, unsigned long syntaxmask )
430 if (( exclude &&
432 ( !exclude &&
393 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned long syntaxmask ) argument
H A Dllib-lldap421 char **ldap_tmplattrs(struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned long syntaxmask);
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h307 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude,
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_nic.c407 char *exclude[SMB_NIC_MAXEXCLLIST_NUM]; local
429 exclude, SMB_NIC_MAXEXCLLIST_NUM);
456 (const char **)exclude, nexclude))
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h1267 char **includeattrs, int exclude, unsigned int syntaxmask);

Completed in 255 milliseconds

1234