HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/getmajor/
Makefile 21 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
26 ALL= $(SHFILES)
27 CLOBBERFILES= $(ALL)
39 all: $(ALL)
41 install: $(ALL) $(ROOTUSRSBINF)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
Functions.t 4 use File::Spec::Functions qw/:ALL/;
  /onnv/onnv-gate/usr/src/cmd/setmnt/
Makefile 23 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
30 ALL= $(SHFILES)
31 CLOBBERFILES= $(ALL)
38 all: $(PROG)
40 install: all $(ROOTUSRSBINPROG)
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
File.pm 23 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
44 %EXPORT_TAGS = (CONSTANTS => \@_Constants, ALL => \@EXPORT_OK);
57 # Export from Fcntl if the tag is ':ALL'
58 if (grep(/^:ALL$/, @_)) {
  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
symbols.c 23 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
281 #define ALL ELFOSABI_NONE, EM_NONE
288 * a single Val_desc2 array for all of them.
291 { SHN_UNDEF, ALL, MSG_SHN_UNDEF_CFNP },
292 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_CFNP },
293 { SHN_AFTER, ALL, MSG_SHN_AFTER_CFNP },
296 { SHN_ABS, ALL, MSG_SHN_ABS_CFNP },
297 { SHN_COMMON, ALL, MSG_SHN_COMMON_CFNP },
298 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CFNP },
302 { SHN_UNDEF, ALL, MSG_SHN_UNDEF_CF }
    [all...]
sections.c 23 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
361 * Special iteration routine that returns strings for all symbol table
429 #define ALL ELFOSABI_NONE, EM_NONE
434 { SHF_WRITE, ALL, MSG_SHF_WRITE_CF },
435 { SHF_ALLOC, ALL, MSG_SHF_ALLOC_CF },
436 { SHF_EXECINSTR, ALL, MSG_SHF_EXECINSTR_CF },
437 { SHF_MERGE, ALL, MSG_SHF_MERGE_CF },
438 { SHF_STRINGS, ALL, MSG_SHF_STRINGS_CF },
439 { SHF_INFO_LINK, ALL, MSG_SHF_INFO_LINK_CF },
440 { SHF_LINK_ORDER, ALL, MSG_SHF_LINK_ORDER_CF }
    [all...]
phdr.c 23 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
38 #define ALL ELFOSABI_NONE, EM_NONE
187 #undef ALL
236 #define ALL ELFOSABI_NONE, EM_NONE
240 { PF_X, ALL, MSG_PF_X_CF },
241 { PF_W, ALL, MSG_PF_W_CF },
242 { PF_R, ALL, MSG_PF_R_CF },
247 { PF_X, ALL, MSG_PF_X_NF },
248 { PF_W, ALL, MSG_PF_W_NF },
249 { PF_R, ALL, MSG_PF_R_NF }
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
Task.pm 23 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
46 ALL => \@EXPORT_OK);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/tests/
export.san 27 # All rights reserved.
69 ${DHCPCONFIG} -X ${EXPORTFILE} -m ALL -o ALL -a ALL -f -x >>${OUTFILE} 2>&1
89 # Verify that all symbols and macros was removed from the dhcptab.
  /onnv/onnv-gate/usr/src/cmd/initpkg/
Makefile 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
28 ALL= $(SHFILES) $(CPFILES)
30 CLOBBERFILES= $(ALL)
76 all: $(ALL) all_init.d $(TXTS)
88 @cd init.d; pwd; $(MAKE) $(MFLAGS) all
96 install: $(ALL) ins_all ins_init.d $(RCDIRS)
  /onnv/onnv-gate/usr/src/cmd/pools/poold/
poold.properties 2 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
37 .level= ALL
39 # Set defaults for all logfiles (poold and API-generated) which are suitable
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
Debug.java 25 * All rights reserved.
56 * Setting the verbosity level to <b>ALL</b> is equivalent to setting
57 * it to <b>MESSAGE</b>; all calls are logged. The constant
58 * <b>NONE</b> suppresses logging of all calls.
63 * argument of type Object to set the level for all instances of the
168 if (lvl < ALL || lvl > NONE)
179 if (lvl < ALL || lvl > NONE)
191 if (lvl < ALL || lvl > NONE)
248 if (lvl < ALL || lvl > NONE)
274 * Verbosity level to suppress all messages
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cdrw/
blank.c 23 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
43 * This is called recursively once, if an ALL blank succeeds but the
46 * which has this problem with ALL blanking.
62 * after a write operation, etc). In all those cases we need not print
87 if (strcmp(blanking_type, "all") == 0) {
89 type = ALL;
102 * used for drives where "all" blanking fails,
249 * some cruft left from all blanking, this has been seen on some
254 if (type == ALL) {
276 if ((type != ALL) && !silent_pass)
    [all...]
main.h 22 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
76 #define ALL 0 /* erase the complete media, slow */
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
Ucred.pm 23 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
49 ALL => \@EXPORT_OK);
  /onnv/onnv-gate/usr/src/cmd/sendmail/cf/cf/
Makefile 25 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
52 ALL= sendmail.cf submit.cf
54 all: $(ALL)
57 $(RM) $(ALL) core
133 $(ALL): $(M4FILES)
  /onnv/onnv-gate/usr/src/psm/stand/bootlst/sparc/sun4v/
Makefile 22 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
50 ALL = bootlst
  /onnv/onnv-gate/usr/src/psm/stand/bootlst/sparc/sun4u/
Makefile 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
48 ALL = bootlst
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/t/
Ucred.t 2 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
38 use Sun::Solaris::Privilege qw(:ALL);
39 use Sun::Solaris::Project qw(:ALL);
121 use Sun::Solaris::Ucred qw(:ALL);
  /onnv/onnv-gate/usr/src/psm/stand/bootlst/common/
Makefile.com 21 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
69 LSTFILES= $(ALL:%=$(ROOT_PSM_DIR)/$(ARCH)/%)
81 all: $(ALL)
83 install: all $(LSTFILES)
126 $(RM) *.o *.ln $(ALL)
  /onnv/onnv-gate/usr/src/cmd/acct/
Makefile 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
35 ALL= $(PROG) $(SHFILE1) $(SHFILE2) holidays
55 all:= TARGET= all macro
93 .PARALLEL: $(ALL)
95 all: $(SUBDIRS) .WAIT $(ALL) $(TXTS)
97 install: all .WAIT $(DIRS) .WAIT $(USRBINPROG) $(LIBACCTPROG) $(ETCACCTPROG) \
  /onnv/onnv-gate/usr/src/psm/stand/cpr/common/
Makefile.com 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
73 CPRFILES= $(ALL:%=$(ROOT_PSM_DIR)/$(ARCH)/%)
85 all: $(ALL)
87 install: all $(CPRFILES)
142 $(RM) *.o *.ln $(ALL)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
Functions.pm 37 %EXPORT_TAGS = ( ALL => [ @EXPORT_OK, @EXPORT ] );
60 This module exports convenience functions for all of the class methods
94 All the functions may be imported using the C<:ALL> tag.
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
Exacct.pm 22 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
49 LIBCALLS => \@libcalls, SHORTHAND => \@shorthand, ALL => \@EXPORT_OK);
54 # Extend the default Exporter::import to do optional inclusion of all the
56 # interpreted as a request to import that tag from all the Exacct modules.
73 # Export the taglist with all "EXACCT_" prefixes removed.
77 if (@my_tags = grep(exists($sub_tags{$_}), qw(:ALL :CONSTANTS))) {
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
RandTest 24 # Copyright 2003 Sun Microsystems, Inc. All rights reserved.
38 use Sun::Solaris::Exacct qw(:ALL);
39 use Sun::Solaris::Exacct::Catalog qw(:ALL);
40 use Sun::Solaris::Exacct::Object qw(:ALL);
41 use Sun::Solaris::Exacct::File qw(:ALL);

Completed in 540 milliseconds

1 2 3 4