Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/titanic_41/usr/src/lib/libbsm/
H A Daudit_event.txt35 # compatibility reasons. Obsolete events are defined in the "no" (invalid)
36 # class to indicate they will not be generated. Other events in the "no"
65 0:AUE_NULL:indir system call:no
69 3:AUE_OPEN:open(2) - place holder:no
70 4:AUE_CREAT:creat(2):no
73 7:AUE_EXEC:exec(2):no
79 13:AUE_JUNK:junk:no
85 19:AUE_MCTL:mctl(2):no
86 20:AUE_REBOOT:reboot(2):no
94 28:AUE_SWAPON:swapon(2):no
[all …]
/titanic_41/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$opt || err_exit "set --no$opt failed"
257 [[ -o no$opt ]] || err_exit "[[ -o no$opt ]] failed"
260 set --no-$opt || err_exit "set --no-$opt failed"
261 [[ -o no$opt ]] || err_exit "[[ -o no$opt ]] failed"
265 [[ -o no$opt ]] || err_exit "[[ -o no$opt ]] failed"
[all …]
H A Dsubshell.sh82 bar=( zzz=no rst=fed)
106 integer BS=1024 nb=64 ss=60 bs no
117 no=$(<$tmp/sub)
118 …(( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with…
132 no=$(<$tmp/sub)
133 …(( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with…
/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_po.y78 och1.no = 1;
84 och2.no = 1;
115 och1.no = 2;
178 int no; variable
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 - 1].num = $2.num;
193 $$.no = no;
[all …]
/titanic_41/usr/src/cmd/gencat/
H A Dgencat.c184 find_set(no) in find_set() argument
185 int no; in find_set()
189 if (current_set && current_set->set_no == no) {
193 current_set_no = no;
198 current_set = first_set = new_set(no);
202 if (current_set->set_no == no)
206 if (current_set->set_no > no) {
207 if (first_set->set_no > no) {
209 current_set = new_set(no);
216 if (current_set->set_no == no)
[all …]
/titanic_41/usr/src/cmd/ssh/etc/
H A Dssh_config22 # ForwardAgent no
23 # ForwardX11 no
26 # FallBackToRsh no
27 # UseRsh no
28 # BatchMode no
H A Dsshd_config46 GatewayPorts no
63 PrintMotd no
97 # Default is 600 seconds. 0 means no time limit.
106 # If PermitEmptyPasswords is no, pass PAM_DISALLOW_NULL_AUTHTOK
108 PermitEmptyPasswords no
110 # To disable tunneled clear text passwords, change PasswordAuthentication to no.
116 # Valid options are yes, without-password, no.
117 PermitRootLogin no
132 RhostsAuthentication no
138 RhostsRSAAuthentication no
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dtokens.c48 int no; in conv_isalist() local
72 for (no = 1, ptr = list; *ptr; ptr++) { in conv_isalist()
74 no++; in conv_isalist()
76 if ((opt = malloc(no * sizeof (Isa_opt))) == 0) in conv_isalist()
79 desc->isa_optno = no; in conv_isalist()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A DMakefile.in1193 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1200 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1207 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='boot.c' object='libgrub_a-boot.o' libtool=no @AMDEPBACKSL…
1214 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='boot.c' object='libgrub_a-boot.obj' libtool=no @AMDEPBACK…
1221 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='builtins.c' object='libgrub_a-builtins.o' libtool=no @AMD…
1228 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='builtins.c' object='libgrub_a-builtins.obj' libtool=no @A…
1235 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='char_io.c' object='libgrub_a-char_io.o' libtool=no @AMDEP…
1242 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='char_io.c' object='libgrub_a-char_io.obj' libtool=no @AMD…
1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmdline.c' object='libgrub_a-cmdline.o' libtool=no @AMDEP…
1256 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmdline.c' object='libgrub_a-cmdline.obj' libtool=no @AMD…
[all …]
/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dar.msg70 @ MSG_ELF_GETSCN_FILE "ar: %s has no section header or bad elf format: %s\n"
71 @ MSG_ELF_GETSCN_AR "ar: %s(%s) has no section header or bad elf \
73 @ MSG_ELF_GETSHSTRNDX_FILE "ar: %s has no string table index: %s\n"
74 @ MSG_ELF_GETSHSTRNDX_AR "ar: %s(%s) has no string table index: %s\n"
78 @ MSG_W_ELF_NODATA_FILE "ar: %s has no data in section header table\n"
79 @ MSG_W_ELF_NODATA_AR "ar: %s(%s) has no data in section header table\n"
85 @ MSG_SYMTAB_NOSTR_FILE "ar: %s has no string table for symbol names\n"
86 @ MSG_SYMTAB_NOSTR_AR "ar: %s(%s) has no string table for symbol names\n"
87 @ MSG_SYMTAB_NODAT_FILE "ar: %s has no data in string table\n"
88 @ MSG_SYMTAB_NODAT_AR "ar: %s(%s) no data in string table\n"
[all …]
/titanic_41/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
/titanic_41/usr/src/grub/
H A Dmenu.lst29 # root (hd<disk no>,<partition no>)
35 # root (hd<disk no>,<partition no>)
44 # root (hd<disk no>,<partition no>,x) --x = Solaris root slice
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A DMakefile.in354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config.c' object='libdrivers_a-config.o' libtool=no @AMDE…
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config.c' object='libdrivers_a-config.obj' libtool=no @AM…
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fsys_tftp.c' object='libdrivers_a-fsys_tftp.o' libtool=no
389 …stdepCC_FALSE@ source='fsys_tftp.c' object='libdrivers_a-fsys_tftp.obj' libtool=no @AMDEPBACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='libdrivers_a-main.o' libtool=no @AMDEPBAC…
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='libdrivers_a-main.obj' libtool=no @AMDEPB…
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc.c' object='libdrivers_a-misc.o' libtool=no @AMDEPBAC…
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc.c' object='libdrivers_a-misc.obj' libtool=no @AMDEPB…
[all …]
/titanic_41/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh77 -n|--nocompress) compress=no
135 SPLIT=no
136 compress=no
141 SPLIT=no # there's only 64-bit (sparcv9), so don't split
142 compress=no
145 [ -x $GZIP_CMD ] || compress=no
285 if [ $ISA = i386 ] && [ $compress = no ] && \
349 if [ $ISA = i386 ] &&[ $compress = no ] && [ -x $GZIP_CMD ]
476 if [ $SPLIT = no ]; then
/titanic_41/usr/src/lib/efcode/fcode_test/
H A Dloop.fth27 " no loop (1) " 1 begin 0 while 1- repeat .passed?
33 " no loop (2) " btest1
37 " no loop (3)" 1 begin dup until .passed?
43 " no loop (4)" btest3
48 " no loop (1)" 1 0 0 ?do 1- loop .passed?
57 " no loop (2)" 1 0 0 loop2
/titanic_41/usr/src/lib/libm/i386/src/
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;
/titanic_41/usr/src/cmd/vi/port/
H A Dex_set.c47 bool no; in set() local
75 no = 0; in set()
241 no++; in set()
278 op->ovalue = 1 - no; in set()
280 oprompt = 1 - no; in set()
283 if (no) in set()
/titanic_41/usr/src/grub/grub-0.97/
H A Dacinclude.m427 grub_cv_asm_uscore=no
71 grub_cv_prog_objcopy_absolute=no
110 grub_cv_asm_addr32=no
134 grub_cv_asm_prefix_requirement=no
170 grub_cv_asm_absolute_without_asterisk=no
193 grub_cv_check_start_symbol=no)])
212 grub_cv_check_uscore_start_symbol=no)])
231 grub_cv_check_uscore_uscore_bss_start_symbol=no)])
250 grub_cv_check_edata_symbol=no)])
269 grub_cv_check_uscore_edata_symbol=no)])
[all …]
/titanic_41/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c270 __nis_dhext_extract_pkey(netobj *no, keylen_t keylen, algtype_t algtype) in __nis_dhext_extract_pkey() argument
274 extdhkey_t *keyent = (extdhkey_t *)no->n_bytes; in __nis_dhext_extract_pkey()
277 while (keyent < (extdhkey_t *)(no->n_bytes + no->n_len)) { in __nis_dhext_extract_pkey()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dattach.test67 } {1 {no such table: t2}}
72 } {1 {no such table: two.t2}}
82 } {1 {no such table: three.sqlite_master}}
87 } {1 {no such database: three}}
172 } {1 {no such database: db14}}
182 } {1 {no such database: db12}}
311 } {1 {no such table: t2}}
490 SELECT 'no-op';
498 SELECT 'no-op';
506 SELECT 'no-op' FROM orig.t1;
[all …]
/titanic_41/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu_asm.s148 mov %g0, %o0 ! XXX no cpu list yet
149 mov %g0, %o1 ! XXX no cpu list yet
326 mov -1, %o2 ! use -1 if no second TSB
338 mov -1, %o2 ! use -1 if no third TSB
343 nop ! panic if no third TSB
351 mov -1, %o2 ! use -1 if no 3rd or 4th TSB
354 mov -1, %o2 ! use -1 if no 3rd or 4th TSB
357 mov -1, %o2 ! use -1 if no 4th TSB
420 sethi %hi(panicstr), %g1 ! panic if no 3rd TSB
/titanic_41/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4234 # who I masquerade as (null for no masquerading) (see also $=M)
247 `errprint(WARNING: `confAUTO_REBUILD' is no longer valid.
341 # default messages to old style headers if no special punctuation?
346 `errprint(WARNING: `confDAEMON_OPTIONS' is no longer valid.
357 `errprint(WARNING: `confCLIENT_OPTIONS' is no longer valid. See cf/README for more information.
470 # list of locations of user database file (null means no lookup)
491 # load average at which we delay connections; 0 means no limit
527 # action to take if there are no recipients in the message
798 dnl This is flagged as an error in S0; no need to silently fix it here.
830 R$* < @ localhost > $* $: $1 < @ $j . > $2 no domain at all
[all …]
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dstring.c87 int no; in sh_lookopt() local
104 if(no = *t=='n' && *(t+1)=='o' && *(t+2)!='t') in sh_lookopt()
112 *invert ^= no; in sh_lookopt()
122 no = !no; in sh_lookopt()
125 *invert ^= no; in sh_lookopt()
136 inv = no; in sh_lookopt()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl35 # hme0.VERIFIED_LEASE_ONLY=no
41 # hme0.VERIFIED_LEASE_ONLY=no specify hme0 v4 behavior
42 # hme0.v6.VERIFIED_LEASE_ONLY=no specify hme0 v6 behavior
43 # VERIFIED_LEASE_ONLY=no match all v4 interfaces
44 # .v6.VERIFIED_LEASE_ONLY=no match all v6 interfaces
49 # that the address is no longer in use, leaving it possibly available
73 # responses to a DISCOVER. If it receives no OFFERs in this time, it
104 # REQUEST_HOSTNAME=no
/titanic_41/usr/src/uts/sun4/sys/
H A Dbbc_beep.h93 #define BEEP_WRITE_COUNTER_REG(no, val) \ argument
95 ((uint8_t *)&bbc_beeptr->bbc_beep_regsp->bbc_beep_counter[no]), \

12345678910>>...30