Home
last modified time | relevance | path

Searched full:non (Results 1 – 25 of 5225) sorted by relevance

12345678910>>...209

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.contin1 /dev/rrp3: is non-numeric
3 mel is non-numeric
4 bwk is non-numeric
5 ken is non-numeric
6 srb is non-numeric
7 lem is non-numeric
8 scj is non-numeric
9 rhm is non-numeric
10 shen is non-numeric
11 a68 is non-numeric
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6713682_compound_var_bleeds_through_subshell.sh70 …l ; ( l=( a=1 b="BE" ) ; print "$l" ) ; print $l')" || err_exit "Non-zero exit code."
71 …l ; ( ulimit -c 0 ; l=( a=1 b="BE" ) ; print "$l" ) ; print $l')" || err_exit "Non-zero exit code."
72 [[ "${var1}" == "${var2}" ]] || err_exit "Non-fork()'ed subshell output differes from fork()'ed sub…
75 var1="$(${SHELL} -c '( l=( a=1 b="BE" ) ; print "$l" ) ; print $l')" || err_exit "Non
76 var2="$(${SHELL} -c '( ulimit -c 0 ; l=( a=1 b="BE" ) ; print "$l" ) ; print $l')" || err_exit "Non
77 [[ "${var1}" == "${var2}" ]] || err_exit "Non-fork()'ed subshell output differes from fork()'ed sub…
80 … compound l ; l.a=1 ; l.b="BE" ; print "$l" ) ; print $l')" || err_exit "Non-zero exit code."
81 …-c 0 ; compound l ; l.a=1 ; l.b="BE" ; print "$l" ) ; print $l')" || err_exit "Non-zero exit code."
82 [[ "${var1}" == "${var2}" ]] || err_exit "Non-fork()'ed subshell output differes from fork()'ed sub…
85 … compound l ; l.a=1 ; l.b="BE" ; print "$l" ) ; print $l')" || err_exit "Non-zero exit code."
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dconstexpr-init.c46 constexpr-init.c:16:21: warning: non-constant initializer for static object
47 constexpr-init.c:17:25: warning: non-constant initializer for static object
48 constexpr-init.c:18:29: warning: non-constant initializer for static object
49 constexpr-init.c:19:32: warning: non-constant initializer for static object
50 constexpr-init.c:21:26: warning: non-constant initializer for static object
51 constexpr-init.c:22:40: warning: non-constant initializer for static object
52 constexpr-init.c:23:49: warning: non-constant initializer for static object
53 constexpr-init.c:24:52: warning: non-constant initializer for static object
54 constexpr-init.c:26:19: warning: non-constant initializer for static object
55 constexpr-init.c:27:22: warning: non-constant initializer for static object
[all …]
H A Dconditional-type.c82 conditional-type.c:18:18: error: incorrect type in conditional (non-scalar type)
84 conditional-type.c:19:13: error: incorrect type in conditional (non-scalar type)
86 conditional-type.c:24:18: error: incorrect type in conditional (non-scalar type)
88 conditional-type.c:29:21: error: incorrect type in conditional (non-scalar type)
90 conditional-type.c:30:16: error: incorrect type in conditional (non-scalar type)
92 conditional-type.c:34:21: error: incorrect type in conditional (non-scalar type)
94 conditional-type.c:36:20: error: incorrect type in conditional (non-scalar type)
96 conditional-type.c:40:21: error: incorrect type in conditional (non-scalar type)
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_log.h73 uint16_t ferr_nf_int; /* first non-fatal error */
75 uint16_t nerr_nf_int; /* next non-fatal error */
76 uint32_t nrecint; /* non recoverable error log */
78 uint64_t nrecsf; /* non recoverable control information */
87 uint32_t nrecmema; /* non recoverable memory error log */
88 uint32_t nrecmemb; /* non recoverable memory error log */
89 uint32_t nrecfglog; /* non recoverable dimm configuration */
90 uint32_t nrecfbda; /* non recoverable dimm log A */
91 uint32_t nrecfbdb; /* non recoverable dimm log B */
92 uint32_t nrecfbdc; /* non recoverable dimm log C */
[all …]
H A Dnb5000.h98 #define GE_FERR_FSB3_NF 0x200000000ULL /* FSB3 Non-Fatal Error */
99 #define GE_FERR_FSB2_NF 0x100000000ULL /* FSB2 Non-Fatal Error */
122 #define GE_DMA_NF 0x00004000 /* DMA engine Non-Fatal Error */
123 #define GE_FSB1_NF 0x00002000 /* FSB1 Non-Fatal Error */
124 #define GE_FSB0_NF 0x00001000 /* FSB0 Non-Fatal Error */
125 #define GE_FERR_FBD3_NF 0x00000800 /* FBD channel 3 Non-Fatal Error */
126 #define GE_FERR_FBD2_NF 0x00000400 /* FBD channel 2 Non-Fatal Error */
127 #define GE_FERR_FBD1_NF 0x00000200 /* FBD channel 1 Non-Fatal Error */
128 #define GE_FERR_FBD0_NF 0x00000100 /* FBD channel 0 Non-Fatal Error */
129 #define GE_FERR_FBD_NF 0x00000800 /* FBD channel Non-Fatal Error */
[all …]
/illumos-gate/usr/src/man/man4i/
H A Dmhd.4i38 The mhd ioctls fall into two major categories: (1) ioctls for non-shared
43 is applicable to both non-shared and shared multihost disks.
60 .Ss "Non-shared multihost disks"
67 These ioctl requests control the access rights of non-shared multihost disks.
68 A non-shared multihost disk is one that supports serialized, mutually exclusive
73 A non-shared multihost disk can be in one of two states:
79 An external hardware reset can cause the disk to enter the non-exclusive access
89 Note that the non-shared ioctls are designed to work with SCSI-2 disks.
92 device that supports the non-shared ioctls.
94 The function prototypes for the non-shared ioctls are:
[all …]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h195 * A non-zero value represents the occurrence of an error.
269 * int* - error pointer. If an error occurs this will be non-zero upon return
302 * int * - error pointer - If an error occurs this will be non-zero upon
323 * int *errp - error pointer - If an error occurs this will be non-zero upon
341 * int *err - error pointer - If an error occurs this will be non-zero upon
357 * int *errp - error pointer - If an error occurs this will be non-zero upon
375 * int *errp - error pointer - If an error occurs this will be non-zero upon
406 * int *errp - error pointer - If an error occurs this will be non-zero upon
423 * int *errp - error pointer - If an error occurs this will be non-zero upon
451 * int *errp - error pointer - If an error occurs this will be non-zero upon
[all …]
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DMpService.h25 MP Services Protocol may be used by non-CPU DXE drivers to speed up platform boot
266 both blocking and non-blocking requests. The non-blocking requests use EFI
279 APs finish or TimeoutInMicroSecs expires. Otherwise, execution is in non-blocking
281 non-blocking mode is requested after the UEFI Event EFI_EVENT_GROUP_READY_TO_BOOT
302 In non-blocking execution mode, BSP is freed to return to the caller and then
304 sequence needs to occur in a non-blocking execution mode:
306 -# The caller that intends to use this MP Services Protocol in non-blocking
309 is not NULL, then StartupAllAPs() executes in non-blocking mode. It requests
343 not NULL, then execute in non-blocking mode.
356 blocking or non-blocking mode. Zero means
[all …]
H A DStorageSecurityCommand.h37 is non-zero.
40 Trusted Non-Data command defined in ATA8-ACS.
46 If PayloadBuffer or PayloadTransferSize is NULL and PayloadBufferSize is non-zero,
89 PayloadBufferSize is non-zero.
122 is non-zero. If the PayloadBufferSize is zero, the security protocol command is
123 sent using the Trusted Non-Data command defined in ATA8-ACS.
125 If PayloadBuffer is NULL and PayloadBufferSize is non-zero, the function shall
162 @retval EFI_INVALID_PARAMETER The PayloadBuffer is NULL and PayloadBufferSize is non-zero.
191 /// non-SCSI command set, the firmware shall map the command and data payload to the
192 /// corresponding command and payload format defined in the non-SCSI command set
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_states.c35 * z_make_zone_running - change state of non-global zone to "running"
36 * _z_make_zone_ready - change state of non-global zone to "ready"
37 * _z_make_zone_down - change state of non-global zone to "down"
93 * Description: Given a zone element entry for the non-global zone to affect,
94 * change the state of that non-global zone to "running"
96 * Zone list element describing the non-global zone to
99 * B_TRUE - non-global zone state changed successfully
100 * B_FALSE - failed to make the non-global zone run
262 * Description: Given a zone element entry for the non-global zone to affect,
266 * Zone list element describing the non-global zone to
[all …]
/illumos-gate/usr/src/man/man3head/
H A Dwait.h.3head70 If the value of \fBWIFSIGNALED\fR (\fIstat\fR) is non-zero, this macro
71 evaluates to a non-zero value if a core image of the terminated child was
81 If the value of \fBWIFEXITED(\fR\fIstat\fR\fB)\fR is non-zero, this macro
93 Evaluates to a non-zero value if status was returned for a child process that
103 Evaluates to a non-zero value if status was returned for a child process that
113 Evaluates to a non-zero value if status was returned for a child process that
123 Evaluates to a non-zero value if status was returned for a child process that
133 If the value of \fBWIFSTOPPED(\fR\fIstat\fR\fB)\fR is non-zero, this macro
143 If the value of \fBWIFSIGNALED\fR(\fIstat\fR) is non-zero, this macro
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dpkgcond_msgs.h240 "path <%s> is not a global zone: initial non-global zone " \
304 "path <%s> is not a non-global zone: initial installation in progress")
307 "path <%s> is not a non-global zone: initial global zone " \
311 "path <%s> is a non-global zone: running in global zone")
314 "path <%s> is a non-global zone: parent/child are same zone name <%s>")
317 "path <%s> is a non-global zone")
320 "path <%s> is not a non-global zone: zone name is <%s>")
323 "path <%s> is a non-global zone: installation of non-global zone name is <%s>")
326 "path <%s> is a non-global zone: zone name is <%s>")
329 "path <%s> is not a non-global zone: <%s> exists")
[all …]
/illumos-gate/usr/src/man/man5/
H A Dpkginfo.5216 any non-null value.
340 The package must be installed in any non-global zone that is created.
358 The package cannot be installed by a non-global zone administrator.
427 Defines whether a package should be visible in any non-global zone if that
440 information are required in all non-global zones.
446 Software delivered by the package is visible in all non-global zones. An
455 The package content is not delivered on any non-global zone. However, the
456 package installation information is required on all non-global zones.
462 The package delivers software that should not be visible in all non-global
464 only in the global zone. This setting allows the non-global zone to resolve
[all …]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt28 Non-Debug Version: 136.8K Code, 51.6K Data, 188.4K Total
31 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total
66 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total
69 Non-Debug Version: 137.1K Code, 51.5K Data, 188.6K Total
164 control method if a non-data object was encountered.
175 Non-Debug Version: 137.1K Code, 51.5K Data, 188.6K Total
178 Non-Debug Version: 136.2K Code, 51.5K Data, 187.7K Total
205 non-acpidump text files.
237 Non-Debug Version: 136.2K Code, 51.5K Data, 187.7K Total
240 Non-Debug Version: 102.7K Code, 28.4K Data, 131.1K Total
[all …]
/illumos-gate/usr/src/lib/libbrand/dtd/
H A Dbrand.dtd.140 on success and non-0 on failure. Any detailed error messages should be
60 The program should return 0 on success and non-0 on failure. Any
288 $HOME, and $SHELL for non-interactive "zlogin -l <user> <cmd>".
301 If this hook exits with a non-zero exit status, the attach operation
325 If this hook exits with a non-zero exit status, the attach operation
346 If this hook exits with a non-zero exit status, the clone operation
391 a non-zero exit status, the detach operation will fail.
420 a non-zero exit status, the detach operation will fail and the zone will
444 If this hook exits with a non-zero exit status, the clone operation
471 with a non-zero exit status, the uninstall operation will fail.
[all …]
/illumos-gate/usr/src/man/man3c/
H A D__fbufsize.3c76 The \fB__flbf()\fR function returns non-zero if the stream is line-buffered.
86 The \fB__freadable()\fR function returns non-zero if it is possible to read
90 The \fB__freading()\fR function returns non-zero if the file is open readonly,
119 The \fB__fwritable()\fR function returns non-zero if it is possible to write on
123 The \fB__fwriting()\fR function returns non-zero if the file is open write-only
137 the \fBFILE\fR structure directly, rendering them possibly non-portable to new
147 may still be non-portable to other operating systems, they will be compatible
/illumos-gate/usr/src/man/man3c_db/
H A Dtd_thr_get_info.3c_db41 uchar_t ti_db_suspended /* non-zero if thread suspended by
54 u_char ti_traceme /* non-zero if event tracing is on*/
55 u_char_t ti_preemptflag /* non-zero if thread preempted when
57 u_char_t ti_pirecflag /* non-zero if thread runs priority
181 The \fBti_db_suspended\fR member is non-zero if and only if this thread is
220 The \fBti_traceme\fR member is non-zero if and only if event tracing for this
224 The \fBti_preemptflag\fR member is non-zero if and only if the thread was
228 The \fBti_pirecflag\fR member is non-zero if and only if due to priority
/illumos-gate/usr/src/man/man9f/
H A Drwlock.9f72 Descriptive string. This is obsolete and should be \fBNULL\fR. (Non-null
102 lock is to be acquired exclusively (\fBRW_WRITER\fR), non-exclusively
103 (\fBRW_READER\fR) or non-exclusively without regard to any threads
167 \fBrw_enter()\fR, but never blocks. It returns a non-zero value if the lock was
172 call \fBrw_downgrade()\fR to convert to holding the lock non-exclusively (as if
182 The \fBrw_read_locked()\fR function returns non-zero if the calling thread
218 \fB\fBnon-zero\fR\fR
227 \fB\fBnon-zero\fR\fR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_aclmode_restricted_001_neg.ksh41 # non-trivial ACLs when aclmode=restricted
44 # 1. Loop super user and non-super user to run the test case
46 # 3. Set non-trivial ACL on test file and directory
59 "with non-trivial ACLs when aclmode=restricted"
70 # Make sure ACL is non-trival
82 "with non-trivial ACLs when aclmode=restricted passed."
/illumos-gate/usr/src/man/man8/
H A Dpkgadd.872 yet-to-be-installed non-global zone. This behavior mimics the effect of the
113 or yet-to-be-created non-global zone. When used in a non-global zone, the
114 package(s) are added to the non-global zone only.
140 Installation occurs in non-interactive mode. Suppress output of the list of
173 The root file system of any non-global zones must not be referenced with the
175 compromise the security of the global zone, and might damage the non-global
199 procedural and non-procedural scripts.
211 file is non-existent or unreliable.
481 need to be modified to allow for total non-interaction during a package
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c69 /* Don't include stdlib.h for non-GNU C libraries because some of them
113 each non-option ARGV-element is returned here. */
124 non-option elements that the caller should itself scan.
158 /* Describe how to deal with options that follow non-option ARGV-elements.
165 stop option processing when the first non-option is seen.
172 so that eventually all the non-options are at the end. This allows options
178 the ordering of the two. We describe each non-option ARGV-element
196 /* We want to avoid inclusion of string.h with non-GNU libraries
247 /* Describe the part of ARGV that contains non-options that have
296 which contains all the non-options that have been skipped so far.
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c92 int warnflag = 0; /* != 0 if non-fatal error has occurred (2) */
118 static int nointeract = 0; /* non-zero - no user interaction */
120 static int pkgverbose = 0; /* non-zero if verbose mode selected */
363 * non-interactive mode. Suppress output of the list of in main()
377 * ---> act as though in global zone with no non-global zones in main()
469 * debugging the procedural and non- procedural in main()
628 * if running in the global zone, and non-global zones exist, then in main()
630 * SUNW_PKG_HOLLOW=true will be correctly removed in non-global zones in main()
805 * or more non-global zones.
827 * from a non-global zone only. Typically the admin file
[all …]
/illumos-gate/usr/src/data/perfmon/IVB/
H A Divybridge_uncore_v21.json7 …g for data returning from the memory controller. Accounts for coherent and non-coherent requests i…
8 …g for data returning from the memory controller. Accounts for coherent and non-coherent requests i…
79 …s waiting for data return from memory controller. Account for coherent and non-coherent requests i…
80 …s waiting for data return from memory controller. Account for coherent and non-coherent requests i…
91 …e waiting for data return from memory controller. Account for coherent and non-coherent requests i…
92 …e waiting for data return from memory controller. Account for coherent and non-coherent requests i…
343 "BriefDescription": "An external snoop hits a non-modified line in some processor core.",
344 "PublicDescription": "An external snoop hits a non-modified line in some processor core.",
355 …p initiated by this Cbox due to processor core memory request which hits a non-modified line in so…
356 …p initiated by this Cbox due to processor core memory request which hits a non-modified line in so…
[all …]
/illumos-gate/usr/src/data/perfmon/SNB/
H A Dsandybridge_uncore_v16.json7 …g for data returning from the memory controller. Accounts for coherent and non-coherent requests i…
8 …g for data returning from the memory controller. Accounts for coherent and non-coherent requests i…
79 …s waiting for data return from memory controller. Account for coherent and non-coherent requests i…
80 …s waiting for data return from memory controller. Account for coherent and non-coherent requests i…
91 …e waiting for data return from memory controller. Account for coherent and non-coherent requests i…
92 …e waiting for data return from memory controller. Account for coherent and non-coherent requests i…
151 "BriefDescription": "An external snoop hits a non-modified line in some processor core.",
152 "PublicDescription": "An external snoop hits a non-modified line in some processor core.",
163 …p initiated by this Cbox due to processor core memory request which hits a non-modified line in so…
164 …p initiated by this Cbox due to processor core memory request which hits a non-modified line in so…
[all …]

12345678910>>...209