Home
last modified time | relevance | path

Searched refs:none (Results 76 – 100 of 195) sorted by relevance

12345678

/illumos-gate/usr/src/tools/
H A DMakefile.tools73 STACKPROTECT = none
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c104 typedef enum {none, begin, begin_rec, begin_tag, middle, end } TYST; enumerator
106 static TYST tydef = none;
571 if (!level && tydef == none) /* Fix for #1034126 */ in C_entries()
676 tydef = none; in C_entries()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar218 printf( "-none-\n" );
302 printf( "-none-\n" );
344 printf( "-none-\n" );
457 printf( "token -none-\n" );
/illumos-gate/usr/src/lib/libumem/
H A DMakefile.com163 $(STANDLIBRARY) := STACKPROTECT = none
/illumos-gate/usr/src/lib/libdisasm/
H A DMakefile.com131 STACKPROTECT = none
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_dts.sh78 psecflags -s none $$
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.po18 msgid "none - I want to specify the time zone using the POSIX "
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.msg61 @ MSG_SYMINFO_BT_NONE_NF "none"
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S53 jz sio_flush.2 # Till none
/illumos-gate/usr/src/test/zfs-tests/tests/functional/resilver/
H A Dresilver_restart_001.ksh119 log_must zfs create -o primarycache=none -o recordsize=1k $TESTPOOL/$fs
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.kmdb65 STACKPROTECT = none
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com122 STACKPROTECT = none
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dcase12.ref45 fid=1 Lease=1 State=0x803 BreakTo=0x801 Excl=N onlist: RHBQ(to none)
H A Dcase05.ref32 fid=3 Lease=4 State=0x803 BreakTo=0x800 Excl=N onlist: RHBQ(to none)
/illumos-gate/usr/src/tools/scripts/
H A Dnightly1291 *) scm_type=none
1308 none|git|mercurial)
1310 *) scm_type=none
1516 if [[ $SCM_TYPE != none && $SCM_TYPE != $PARENT_SCM_TYPE ]]; then
1543 [[ $SCM_TYPE == none ]] && SCM_TYPE=$PARENT_SCM_TYPE
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c893 int none = 0; in smb_shr_hostaccess() local
899 none = smb_chk_hostaccess(ipaddr, none_list); in smb_shr_hostaccess()
906 if (none != 0) in smb_shr_hostaccess()
914 if (none < 0) { in smb_shr_hostaccess()
922 if (none > 0) in smb_shr_hostaccess()
928 if (none > 0) in smb_shr_hostaccess()
/illumos-gate/usr/src/cmd/sgs/rtld/
H A DMakefile.com173 STACKPROTECT = none
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecalgs43 ALG|2|0|none,any|-|0|0
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSMF.dict38 defect.sunos.smf.svc.none=9
H A DZFS.po58 …sing 'zpool online'.\n see: http://illumos.org/msg/ZFS-8000-2Q\n scrub: none requested\nconfig:\…
74 …sing 'zpool online'.\n see: http://illumos.org/msg/ZFS-8000-3C\n scrub: none requested\nconfig:\…
90 …ing 'zpool replace'.\n see: http://illumos.org/msg/ZFS-8000-4J\n scrub: none requested\nconfig:\…
106 …rom a backup source.\n see: http://illumos.org/msg/ZFS-8000-5E\n scrub: none requested\nconfig:\…
154none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test …
170 …ith 'zpool replace'.\n see: http://illumos.org/msg/ZFS-8000-9P\n scrub: none requested\nconfig:\…
186 … on this system.\naction: Destroy and re-create the pool.\n scrub: none requested\nconfig:\…
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example103 # sets the attribute "special-features" to "none":
104 # net.slp.SAAttributes=(special-features=none)
/illumos-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs55 CCDEPMODE = depmode=none
H A Ddepcomp503 none)
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help6 cd,chdir [directory] chdir to directory or home if none given
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c132 enum { none, by_database, by_terminfo, by_longnames, by_cap } enumerator
133 sortorder = none; /* sort the fields for printing */
1102 if (sortorder == none) { in main()

12345678