Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 39) sorted by relevance

12

/titanic_50/usr/src/cmd/truss/
H A Dlistopts.c70 int exclude = FALSE; in syslist() local
77 exclude = TRUE; in syslist()
93 exclude = TRUE; in syslist()
270 if (exclude) { in syslist()
291 if (exclude) { in syslist()
318 int exclude = FALSE; in siglist() local
326 exclude = TRUE; in siglist()
339 exclude = TRUE; in siglist()
360 if (exclude) { in siglist()
366 if (exclude) { in siglist()
[all …]
H A Dramdata.h254 char exclude; /* if true, exclude these functions */ member
/titanic_50/usr/src/cmd/svc/svcadm/
H A Dsynch.c218 file_has_potential(char *fmri, int exclude) in file_has_potential() argument
223 int good = exclude ? B_FALSE : B_TRUE; in file_has_potential()
246 inst_has_potential(scf_instance_t *inst, int enabled, int optional, int exclude) in inst_has_potential() argument
251 return ((optional || exclude) ? 2 : 0); in inst_has_potential()
274 return ((optional || exclude) ? 2 : 0); in inst_has_potential()
280 if (exclude) in inst_has_potential()
297 fmri_has_potential(char *fmri, int isfile, int optional, int exclude, in fmri_has_potential() argument
303 int good = exclude ? B_FALSE : B_TRUE; in fmri_has_potential()
308 assert(!optional || !exclude); in fmri_has_potential()
311 return (file_has_potential(fmri, exclude)); in fmri_has_potential()
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_009_neg.ksh51 typeset exclude
56 exclude=`eval $ECHO \"'(${KEEP})'\"`
61 if [[ -n $exclude ]]; then
62 $ECHO "$pool_name" | $EGREP -v "$exclude" > /dev/null 2>&1
/titanic_50/usr/src/tools/onbld/hgext/
H A Dcdm.py373 exclude = not_check(repo, 'cddlchk')
382 elif (e or opts.get('honour_nots')) and exclude(f):
407 exclude = not_check(repo, 'manlint')
420 elif (e or opts.get('honour_nots')) and exclude(f):
443 exclude = not_check(repo, 'mapfilechk')
466 elif (e or opts.get('honour_nots')) and exclude(f):
492 exclude = not_check(repo, 'copyright')
500 elif (e or opts.get('honour_nots')) and exclude(f):
524 exclude = not_check(repo, 'hdrchk')
534 elif (e or opts.get('honour_nots')) and exclude(f):
[all …]
/titanic_50/usr/src/tools/scripts/
H A Dvalidate_paths.pl73 my ($keywords, @exclude);
115 foreach my $pat (@exclude) {
183 @exclude = map qr/$_/x, @opt_e;
H A Dvalidate_flg.pl31 use vars qw/$f_flg *name *dir @execlist $basedir @opt_e @exclude/;
54 foreach my $pat (@exclude) {
165 @exclude = map qr/$_/x, @opt_e;
H A Dgit-pbchk.py176 def gen_files(root, parent, paths, exclude): argument
195 if (os.path.exists(f) and select(f) and not exclude(f)):
295 exclude = not_check(root, cmd.__name__)
296 result = cmd(root, parent, gen_files(root, parent, paths, exclude),
/titanic_50/usr/src/cmd/nsadmin/
H A Dsystem59 * exclude:
62 * even if referenced. Note that `exclude' accepts either a module name,
66 * exclude: win
67 * exclude: sys/shmsys
/titanic_50/usr/src/test/zfs-tests/tests/functional/pool_names/
H A Dpool_names_002_neg.ksh66 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
68 $EGREP -v "$exclude" | \
/titanic_50/usr/src/cmd/logadm/
H A Dopts.c441 char *exclude; member
452 char *ep = pip->exclude; in printer()
495 opts_print(struct opts *opts, FILE *stream, char *exclude) in opts_print() argument
502 pi.exclude = exclude; in opts_print()
H A Dopts.h69 void opts_print(struct opts *opts, FILE *stream, char *exclude);
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c355 static const char *exclude = NULL; in zpool_skip_pool() local
364 exclude = getenv("__ZFS_POOL_EXCLUDE"); in zpool_skip_pool()
368 if (exclude != NULL) { in zpool_skip_pool()
369 cur = exclude; in zpool_skip_pool()
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh200 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
202 | $EGREP -v "$exclude" | $GREP -v $TESTPOOL); do
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java167 public Set foreignGroups(Set exclude, List cpus) throws PoolsException in foreignGroups() argument
175 if (group != null && exclude.contains(group) == false) in foreignGroups()
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c855 goto exclude; in dump_map()
861 goto exclude; in dump_map()
866 goto exclude; in dump_map()
869 goto exclude; in dump_map()
874 goto exclude; in dump_map()
879 goto exclude; in dump_map()
882 goto exclude; in dump_map()
887 goto exclude; in dump_map()
891 goto exclude; in dump_map()
895 goto exclude; in dump_map()
[all …]
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c1953 goto exclude; in elfcore()
1957 goto exclude; in elfcore()
1962 goto exclude; in elfcore()
1965 goto exclude; in elfcore()
1969 goto exclude; in elfcore()
1974 goto exclude; in elfcore()
1980 goto exclude; in elfcore()
1984 goto exclude; in elfcore()
1990 goto exclude; in elfcore()
1994 goto exclude; in elfcore()
[all …]
/titanic_50/usr/src/cmd/praudit/
H A DREADME28 these strings must be added to the exclude file "praudit.xcl". See xgettext(1).
/titanic_50/usr/src/test/zfs-tests/include/
H A Dproperties.shlib23 # user, excluding any elements below 'start.' This allows us to exclude
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c394 int exclude, unsigned long syntaxmask ) in ldap_tmplattrs() argument
430 if (( exclude && in ldap_tmplattrs()
432 ( !exclude && in ldap_tmplattrs()
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c409 char *exclude[SMB_PI_MAX_NETWORKS]; in smb_nic_list_create() local
431 exclude, SMB_PI_MAX_NETWORKS); in smb_nic_list_create()
458 (const char **)exclude, nexclude)) in smb_nic_list_create()
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h307 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude,
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg241 @ MSG_SHF_EXCLUDE_NF "exclude"
/titanic_50/usr/src/lib/libshell/common/tests/
H A Darrays.sh479 FILTER[1].scope=exclude
/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c2037 char *exclude; in show_share() local
2101 exclude = sa_get_share_attr(share, "exclude"); in show_share()
2102 if (exclude != NULL) { in show_share()
2104 exclude); in show_share()
2105 sa_free_attr_string(exclude); in show_share()

12