/titanic_51/usr/src/lib/libbc/inc/include/ |
H A D | exportent.h | 39 #define RO_OPT "ro" /* export read-only */ 40 #define RW_OPT "rw" /* export read-mostly */ 46 char *xent_dirname; /* directory (or file) to export */
|
/titanic_51/usr/src/cmd/smbsrv/fksmbd/ |
H A D | Run.sh | 52 export SMBD_DOOR_NAME="/tmp/fksmbd_door" 53 export SMB_SHARE_DNAME="/tmp/fksmbshare_door" 56 export LD_LIBRARY_PATH
|
/titanic_51/usr/src/man/man1m/ |
H A D | fuser.1m | 214 example% \fBfuser -c /export/foo\fR 230 example% \fBfuser -cn /export/foo\fR 241 non-blocking mandatory lock on file \fB/export/foo/my_file\fR. 246 example% \fBfuser -fn -s term /export/foo/my_file\fR
|
H A D | fsstat.1m | 667 mounted file systems "/" and "/export/home" every three seconds for every third 673 \fB# fsstat -a ufs / /export/home 3 3\fR 677 11.3K 9.6K 198 0 /export/home 680 1.03K 927 1 0 /export/home 683 361 317 2 0 /export/home 686 711 631 1 0 /export/home
|
/titanic_51/usr/src/lib/krb5/kdb/ |
H A D | encrypt_key.c | 13 * Export of this software from the United States of America may 16 * export to obtain such a license before exporting. 41 * Export of this software from the United States of America may require 43 * responsibility of any person or organization contemplating export to
|
H A D | decrypt_key.c | 13 * Export of this software from the United States of America may 16 * export to obtain such a license before exporting. 41 * Export of this software from the United States of America may require 43 * responsibility of any person or organization contemplating export to
|
/titanic_51/usr/src/cmd/initpkg/ |
H A D | swapadd.sh | 36 NOINUSE_CHECK=1; export NOINUSE_CHECK 38 PATH=/usr/sbin:/usr/bin; export PATH 132 # e.g. swapfile-> servername:/export/swap/clientname 133 # mountpoint-> servername:/export/swap
|
H A D | rcS.sh | 64 # Export boot parameters to rc scripts 100 export _INIT_RUN_LEVEL _INIT_RUN_NPREV _INIT_PREV_LEVEL \ 124 _DVFS_RECONFIG=YES; export _DVFS_RECONFIG 125 _INIT_RECONFIG=set; export _INIT_RECONFIG
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cache/ |
H A D | cache_006_pos.ksh | 41 # 2. Export and import the pool 63 # Nomal export/import operating 65 log_must $ZPOOL export $TESTPOOL
|
/titanic_51/usr/src/pkg/license_files/ |
H A D | lic_OSBL | 150 9. Export Regulations. 153 delivered under this Agreement are subject to U.S. export control laws 154 and may be subject to export or import regulations in other countries. 157 export, re-export, or import as may be required after delivery to you.
|
/titanic_51/usr/src/tools/opensolaris/ |
H A D | BINARYLICENSE.txt | 150 9. Export Regulations. 153 delivered under this Agreement are subject to U.S. export control laws 154 and may be subject to export or import regulations in other countries. 157 export, re-export, or import as may be required after delivery to you.
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_rename_001_pos.ksh | 44 # 3. Export the pool. 67 log_must $ZPOOL export "${pools[i]}-new" 116 log_must $ZPOOL export ${pools[i]} 145 log_must $ZPOOL export "${pools[i]}-new"
|
/titanic_51/usr/src/man/man3rsm/ |
H A D | rsm_intr_signal_post.3rsm | 34 import segment handle (\fBrsm_memseg_import_handle_t\fR) or an export segment 37 exporting process is signalled. If \fImemseg\fR refers to an export handle, all 45 (\fBrsm_memseg_import_handle_t\fR) or an export segment handle
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_007_pos.ksh | 40 # 2. Export and import the pool 69 # Nomal export/import operating 71 log_must $ZPOOL export $TESTPOOL
|
/titanic_51/usr/src/cmd/fm/scripts/ |
H A D | fmsim.ksh | 28 export PATH=/usr/bin:/usr/sbin:/usr/ccs/bin 261 export LD_LIBRARY_PATH=$simroot/usr/lib:$simroot/usr/lib/fm 262 export LD_LIBRARY_PATH_64=$simroot/usr/lib/64:$simroot/usr/lib/fm/$isa64 264 export _THREAD_ERROR_DETECTION=2 282 export LD_LIBRARY_PATH=$simroot/usr/lib:$simroot/usr/lib/fm 283 export LD_LIBRARY_PATH_64=$simroot/usr/lib/64:$simroot/usr/lib/fm/$isa64
|
/titanic_51/usr/src/cmd/sgs/libelf/ |
H A D | Makefile.targ | 95 # suntools.eng:/export/tools/internal/warlock 98 # export PATH=/net/suntools.eng/export/tools/internal/warlock/bin:$PATH 101 # export PATH=/ws/onnv-gate/public/warlock/$MACH:$PATH
|
/titanic_51/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | exportlist.c | 66 * Send current export list to a client 69 export(struct svc_req *rqstp) in export() function 104 * indicates export to everyone. Unfortunately, SunOS 4.x in export() 109 * indicate export to everyone. in export()
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/ |
H A D | zpool_002_pos.ksh | 73 "export $pool" "import -d $TESTDIR $pool" "offline $pool $vdev1" \ 80 "import" "export" "upgrade" "history -?" "get" "set" 83 export ZFS_ABORT=yes
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | make.probe | 20 probe_export_dynamic="-rdynamic -export-dynamic -Wl,-export-dynamic -Wl,-E -bexpall -force_flat_namespace" 55 echo 'int code(){return 0;} int main(){return code();}' > export.$src 566 rm -f export.$obj export.exe 567 if $cc -c export.$src 569 if $cc -o export.exe export.$obj -lm 2>e && lm=-lm || 570 $cc -o export.exe export [all...] |
/titanic_51/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | LICENSE | 159 9. Export Regulations. 162 delivered under this Agreement are subject to U.S. export control laws 163 and may be subject to export or import regulations in other countries. 166 export, re-export, or import as may be required after delivery to you.
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/inuse/ |
H A D | inuse_009_pos.ksh | 42 # 2. Export the pool 102 log_must $ZPOOL export $TESTPOOL1 116 log_must $ZPOOL export $TESTPOOL1
|
/titanic_51/usr/src/lib/libshell/common/scripts/ |
H A D | shlint.sh | 33 export PATH=/usr/xpg6/bin:/usr/xpg4/bin:/bin:/usr/bin 40 export \ 47 export LC_NUMERIC=C
|
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/ |
H A D | shlint.sh | 33 export PATH=/usr/xpg6/bin:/usr/xpg4/bin:/bin:/usr/bin 40 export \ 47 export LC_NUMERIC=C
|
/titanic_51/usr/src/tools/scripts/ |
H A D | xref.sh | 33 XRMAKEFILE=Makefile export XRMAKEFILE 96 export CODEMGR_WS 97 SRC=$CODEMGR_WS/usr/src export SRC 98 MACH=`uname -p` export MACH
|
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | wrap_size_limit.c | 12 * Export of this software from the United States of America may 15 * export to obtain such a license before exporting. 59 * Export of this software from the United States of America may require 61 * responsibility of any person or organization contemplating export to
|