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

1 2

  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
AdapterDeviceEvent.h 44 UNKNOWN = HBA_EVENT_DEVICE_UNKNOWN,
AdapterEvent.h 45 UNKNOWN = HBA_EVENT_ADAPTER_UNKNOWN,
AdapterPortEvent.h 45 UNKNOWN = HBA_EVENT_PORT_UNKNOWN,
LinkEvent.h 42 UNKNOWN = HBA_EVENT_LINK_UNKNOWN,
TargetEvent.h 45 UNKNOWN = HBA_EVENT_TARGET_UNKNOWN,
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
postcomm.h 81 #define UNKNOWN 10 /* in case we missed anything */
109 * descriptions before the UNKNOWN entry. The lookup in getstatus() terminates
129 NULL, UNKNOWN \
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypserv_map.c 56 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN;
172 /* Set the map access as "unknown" as the new map has not been loaded */
173 current_map_access = UNKNOWN;
206 current_map_access = UNKNOWN;
246 if (current_map_access == UNKNOWN) {
  /onnv/onnv-gate/usr/src/cmd/format/
defect.h 95 #define UNKNOWN (-1) /* value used in defect fields */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Xref.pm 99 sub UNKNOWN { ["?", "?", "?"] }
104 my $top = UNKNOWN; # shadows top element of stack as
224 $top = UNKNOWN;
253 $top = UNKNOWN unless $top;
269 $top = UNKNOWN unless $top;
290 $top = UNKNOWN unless $top;
306 $top = UNKNOWN;
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
ttymux_rcm_impl.h 42 #define UNKNOWN 1 /* flags */
  /onnv/onnv-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
DNSSDException.java 46 public static final int UNKNOWN = -65537;
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
postio.h 125 #define UNKNOWN 10 /* in case we missed anything */
149 * before the UNKNOWN entry.
167 NULL, UNKNOWN \
  /onnv/onnv-gate/usr/src/cmd/saf/
structs.h 88 #define UNKNOWN 6 /* in recovery, state unknown */
  /onnv/onnv-gate/usr/src/cmd/avs/dsbitmap/
dsbitmap.c 54 enum { UNKNOWN = 0, SNDR, II };
340 * 2 unknown option supplied on command line
351 int type = UNKNOWN;
363 if (type != UNKNOWN) {
373 if (type != UNKNOWN) {
399 if (type == UNKNOWN) {
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/
Solaris_NFS.c 44 #define UNKNOWN "Unknown"
868 (void) snprintf(propValue, MAXSIZE, "%s", UNKNOWN);
912 propValues[ENCRYPTMETH] = strdup(UNKNOWN);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Drop.java 100 UNKNOWN("Unknown");
180 * unknown
InterfaceAttributes.java 221 * The interface has an unknown set of architectural dependencies.
224 * implementation. The Unknown label is typically applied to interfaces
229 UNKNOWN("Unknown"),
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp_mbox.c 43 #define UNKNOWN "unknown"
94 * This should go away since the SC should put the unknown
98 (void) strcpy(stp->s_type, UNKNOWN);
  /onnv/onnv-gate/usr/src/cmd/isns/isnsadm/
isnsadm.h 137 UNKNOWN
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
svcauth_des.c 601 #define UNKNOWN -2 /* grouplen, if cached cred is unknown user */
667 __msgout2(__getucredstr, "unknown netname");
669 cred->grouplen = UNKNOWN;
683 if (cred->grouplen == UNKNOWN) {
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
restore.h 210 #define UNKNOWN 3 /* disposition or starting point is unknown */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
encrypt.c 106 #define UNKNOWN gettext("(unknown)")
552 ENCTYPE_NAME(type) : UNKNOWN, type);
561 ENCTYPE_NAME(type) : UNKNOWN, type);
595 ENCTYPE_NAME(type) : UNKNOWN, type);
604 ENCTYPE_NAME(type) : UNKNOWN, type);
662 ENCTYPE_NAME(decrypt_mode) : UNKNOWN,
829 ENCTYPE_NAME(type) : UNKNOWN, type);
  /onnv/onnv-gate/usr/src/lib/auditd_plugins/syslog/
sysplugin.c 311 #define UNKNOWN "unknown"
312 #define UNKNOWN_LEN (sizeof (UNKNOWN))
352 len = prefix_len + strlcpy(p, UNKNOWN, l);
  /onnv/onnv-gate/usr/src/lib/libdscfg/common/
cfg_cluster.h 60 UNKNOWN,
101 SCSTAT_UNKNOWN = UNKNOWN, /* resource state is unknown */
  /onnv/onnv-gate/usr/src/cmd/fs.d/
fsck.c 92 enum dev_arg_t { UNKNOWN, SPECIAL, FSCKDEV, MOUNTPT };
93 enum dev_arg_t arg_hint = UNKNOWN;
434 * arg_hint equals UNKNOWN, then we're not
442 case UNKNOWN:
455 arg_hint = UNKNOWN;
505 arg_hint = UNKNOWN;
525 arg_hint = UNKNOWN;
600 gettext("%s: unknown dev: `%s'\n"),

Completed in 960 milliseconds

1 2