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

1 2

  /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/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/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/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/cpr/sparcv9/sun4u/
Makefile 23 # Copyright 1995-1999,2002-2003 Sun Microsystems, Inc. All rights reserved.
49 ALL = cprboot
61 # Cross-reference customization: build a cross-reference over all of
  /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/cdrw/
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/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/chmod/
common.c 23 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
28 /* All Rights Reserved */
45 * implement a common version of this routine to be used by all.
66 #define ALL 07777 /* all */
160 who_msk = ALL;
531 m |= ALL;
  /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/sgs/libconv/common/
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...]
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...]
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...]
  /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/cmd/cmd-inet/usr.bin/
Makefile 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
28 ALL= $(PROG) $(SUIDPROG)
29 SRCS= $(ALL:%=%.c)
38 # This hack should go away, and all in PROG should be lint-clean.
42 # they're all clean, replace the dependency of the lint target
57 all:= TARGET= all macro
69 # Eventually just plain CFLAGS should be += -v, but not until all in
119 all: $(ALL) $(SUBDIRS
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sa/
Makefile 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
57 ALL= $(PROGS) $(SHELLS)
94 all: $(ALL) $(TXTS)
107 install: all $(ROOTPROG) $(ROOTUSBINPROG) \
sadp.c 23 * Copyright 1994 Sun Microsystems, Inc. All rights reserved.
28 /* All Rights Reserved */
189 int all = 0; /* variable
190 * indicate whether all drives
243 int ALL;
378 all++;
380 ALL++;
1157 * If not found, output error, except if all drives
1162 if (all)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
ExportData.java 25 * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved.
61 * Keyword that may be used to define all options, all macros, or all
64 private static final String ALL = "ALL";
119 * Get the macro list. The keyword of "ALL" means that all macros in
124 if (ALL.equals(macroNames)) {
133 * Get the option list. Keyword of "ALL" means that all options in th
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
keytab.c 2 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
8 * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved.
17 * All rights reserved.
27 * notice appear in all copies and that both that copyright notice and
77 "[kvno|\"all\"|\"old\"]\n");
310 * salt for all keys
430 enum { UNDEF, SPEC, HIGH, ALL, OLD } mode;
446 } else if (strcmp(kvno_str, "all") == 0) {
447 mode = ALL;
497 ((mode == ALL) ||
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lvm/util/
metainit.c 22 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
52 * all nodes first. Do this with MD_MSGF_STOP_ON_ERROR set.
127 /* for all matching entries, which haven't already been done */
143 * MN set, send command to all nodes
185 * initialize all devices in set
319 * MN set, send command to all nodes
376 [-e] device size|all\n\
487 * all of these problems when they ran the take and be
516 * metad with a local and daemon side but we'll do all of the work
714 ALL
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap.c 23 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
395 #define ALL (BRD|SHFT(AP_CPU)|SHFT(AP_MEM)|SHFT(AP_IO)|SHFT(AP_CMP))
409 {CMD_CONFIGURE, ALL, 0, CMNOPT, CMNOPT, CMNOPT, CMNOPT, CMNOPT},
410 {CMD_UNCONFIGURE, ALL, 0, CMFOPT, CMFOPT, CMFOPT, CMFOPT, CMNOPT},
420 {CMD_STATUS, ALL, 0, STSOPT, STSOPT, STSOPT, STSOPT, STSOPT},
422 {CMD_PASSTHRU, ALL, 0, CMNOPT, CMNOPT, CMNOPT, CMNOPT, CMNOPT},
423 {CMD_HELP, ALL, 0, CMNOPT, CMNOPT, CMNOPT, CMNOPT, CMNOPT},
424 {CMD_ERRTEST, ALL, 0, ALLOPT, ALLOPT, ALLOPT, ALLOPT, ALLOPT},
656 int all; local
679 * Get the status for all components if either the list al
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dnode_sync.c 22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
207 #define ALL -1
218 int all = TRUE; local
240 all = FALSE;
248 else if (all)
249 all = trunc;
256 ASSERT(all || blocks_freed == 0 || db->db_last_dirty);
257 return (all ? ALL : blocks_freed);
268 if (free_children(subdb, blkid, nblks, trunc, tx) == ALL) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 23 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
45 #define ALL "all"
525 int pg_done, match, all = strcmp(group, ALL) == 0; local
571 if ((match || all) && !pg_done) {
583 if ((match || all) && pg_done) {
590 if (match && !all)
781 * Print all properties in this group
870 print_all_props(thp, node, nvl, ALL);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
parseMain.java 64 writenl(" * All rights reserved.");
759 if (lvl < ALL || lvl > NONE)
778 * Verbosity level to suppress all messages.
805 * Verbosity level to log all messages.
807 static public final int ALL = 0;
  /onnv/onnv-gate/usr/src/ucbcmd/tset/
tset.c 2 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7 /* All Rights Reserved */
12 * All rights reserved. The Berkeley software License Agreement
80 * -EC -- set the erase character to C on all terminals
83 * -eC -- set the erase character to C on all terminals.
88 * -kC -- set the kill character to C on all terminals.
93 * -iC -- set the interrupt character to C on all terminals.
337 #define ALL (GT|EQ|LT)
559 /* special erase: operate on all but TTY33 */
628 Map->Test = ALL;
    [all...]

Completed in 720 milliseconds

1 2