Searched refs:no (Results 1 - 25 of 208) sorted by relevance

123456789

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.conf29 ddi-no-autodetach=1;
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.conf20 scsi-no-quiesce=1;
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.conf28 ddi-forceattach=1 ddi-no-autodetach=1;
/illumos-gate/usr/src/uts/common/io/
H A Dpool.conf29 ddi-no-autodetach=1;
/illumos-gate/usr/src/tools/scripts/
H A Dstdenv.sh48 [ -n "$MULTI_PROTO" ] || export MULTI_PROTO=no
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio.conf38 ddi-no-autodetach=1;
/illumos-gate/usr/src/common/util/
H A Dgetresponse.h46 extern int no(void);
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A DMakefile7 MK_SSP= no
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.preserve.sh29 error=no
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y78 och1.no = 1;
84 och2.no = 1;
115 och1.no = 2;
178 int no;
180 no = $1.no + 1;
182 no * sizeof (struct loc));
183 tmp[no - 1].off = $1.len;
184 tmp[no - 1].len = $2.len;
185 tmp[no
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dbbc_beep.h93 #define BEEP_WRITE_COUNTER_REG(no, val) \
95 ((uint8_t *)&bbc_beeptr->bbc_beep_regsp->bbc_beep_counter[no]), \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.chill.ksh40 * NOTES: This test does no verification - it's not possible. So,
/illumos-gate/usr/src/cmd/allocate/
H A Dwdwwrapper.sh41 PARENT_KILLED=no
44 if [ $PARENT_KILLED = "no" ]; then
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dtokens.c48 int no; local
72 for (no = 1, ptr = list; *ptr; ptr++) {
74 no++;
76 if ((opt = malloc(no * sizeof (Isa_opt))) == 0)
79 desc->isa_optno = no;
/illumos-gate/usr/src/man/man9p/
H A DMakefile23 no-involuntary-power-cycles.9p \
31 ddi-no-autodetach.9p \
36 inquiry-serial-no.9p \
39 ddi-no-autodetach.9p := LINKSRC = ddi-forceattach.9p
43 inquiry-serial-no.9p := LINKSRC = inquiry-device-type.9p
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanf.s41 jae .nan_or_inf / no jump iff arg. is finite
45 jnz .got_nan / no jump if arg. infinite;
H A Disnan.s47 jae .nan_or_inf / no jump if arg. is finite
51 ja .got_nan / no jump if arg. may be infinite;
56 jnz .got_nan / no jump if arg. is infinite;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s32 / appears; NULL if no found
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrrchr.s32 / appears; NULL if no found
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Doptions.sh243 then old=no$opt
248 [[ -o no$opt ]] && err_exit "[[ -o no$opt ]] failed"
249 [[ -o no-$opt ]] && err_exit "[[ -o no-$opt ]] failed"
252 [[ -o ?no$opt ]] || err_exit "[[ -o ?no$opt ]] failed"
253 [[ -o ?no-$opt ]] || err_exit "[[ -o ?no-$opt ]] failed"
256 set --no
[all...]
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c148 #define MSG16 "gencat: \"%s\", line %d: no set number specified in " \
158 #define MSG20 "gencat: \"%s\", line %d: no set number specified in " \
184 find_set(no)
185 int no;
189 if (current_set && current_set->set_no == no) {
193 current_set_no = no;
195 /* if no set exists, create a new set */
198 current_set = first_set = new_set(no);
202 if (current_set->set_no == no)
206 if (current_set->set_no > no) {
961 int no; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A DMakefile4 MK_SSP= no
17 LOADER_ZFS_SUPPORT?= no
22 LOADER_BZIP2_SUPPORT?= no
23 LOADER_DEBUG?= no
59 .if ${MK_FORTH} != "no"
/illumos-gate/usr/src/cmd/which/
H A Dwhich.csh54 echo no $arg in $path
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d38 #pragma D option flowindent=no
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dextract_boot_filelist.ksh66 platform_provided=no
96 filtering=no

Completed in 103 milliseconds

123456789