Home
last modified time | relevance | path

Searched refs:sh (Results 251 – 275 of 692) sorted by relevance

1...<<11121314151617181920>>...28

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-svc33 . /lib/svc/share/smf_include.sh
34 . /lib/svc/share/net_include.sh
H A Dfs-usr31 . /lib/svc/share/smf_include.sh
32 . /lib/svc/share/fs_include.sh
/illumos-gate/usr/src/common/fs/
H A Dufsops.c223 int i, j, sh; in sbmap() local
244 sh = 1; in sbmap()
247 sh *= NINDIR(&devp->un_fs.di_fs); in sbmap()
248 if (bn < sh) in sbmap()
250 bn -= sh; in sbmap()
274 sh /= NINDIR(&devp->un_fs.di_fs); in sbmap()
275 i = (bn / sh) % NINDIR(&devp->un_fs.di_fs); in sbmap()
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c444 eh.sh[2].sh_addr = eh.p[0].p_vaddr; in puthdr()
445 eh.sh[2].sh_offset = eh.p[0].p_offset; in puthdr()
446 eh.sh[2].sh_size = eh.p[0].p_filesz; in puthdr()
447 eh.sh[3].sh_addr = eh.p[1].p_vaddr; in puthdr()
448 eh.sh[3].sh_offset = eh.p[1].p_offset; in puthdr()
449 eh.sh[3].sh_size = eh.p[1].p_filesz; in puthdr()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h37 Shell_t *sh; /* pointer to the interpreter */ member
145 #define shlex (((Lex_t*)(sh.lex_context))->_shlex)
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c1110 scsi_link_t *sl, *sh; in scsi_get_devtype() local
1113 sh = &sa->sa_link_head; in scsi_get_devtype()
1114 for (sl = sh->sl_next; sl != sh; sl = sl->sl_next) in scsi_get_devtype()
1130 scsi_link_t *sl, *sh; in scsi_dev_exists() local
1132 sh = &sa->sa_link_head; in scsi_dev_exists()
1133 for (sl = sh->sl_next; sl != sh; sl = sl->sl_next) in scsi_dev_exists()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dprint-svc29 . /lib/svc/share/smf_include.sh
30 . /lib/svc/share/ipf_include.sh
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A DMakefile51 SSRCS= kclient.sh
57 POFILE= $(SSRCS:%.sh=%.po)
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c172 notin(char *sh, char *lg) in notin() argument
176 if (prefix(sh, lg)) in notin()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DREADME11 the sh directory. However, the shell editing and history routines
74 STATS on Add .sh.stats compound variable.
118 or the /usr/local/bin directory and the name must end in sh. The program
122 you will have to change the source code file sh/suid_exec.c explicitly.
123 If you do not have ksh in one of these secure locations, /bin/sh will
136 The file sh.1 contains the troff (man) description of this Shell.
141 The file sh.memo contains a draft troff (mm) memo describing ksh. The
152 in sh/init.c has to be completed to interface with the dictionary
174 signifies that ksh has been installed as /bin/sh on this machine.
H A DMakefile10 RELEASE := $(SH:/.*sh//)
18 SHOPT_2DMATCH == 1 /* two dimensional .sh.match for ${var//pat/str} */
H A Dksh-regress.tst7 EXPORT HOME=. ENV=.env.sh LC_ALL=C HISTFILE=''
496 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
514 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
540 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
566 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
581 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
599 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
625 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
651 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
666 ksh:REGRESS:source:sh_source:.env.sh:ENOENT'
[all …]
H A DDESIGN30 The directory sh contains most of the code for ksh93.
41 RELEASE file, the ksh93 man file (sh.1) and nval.3 and shell.3
46 The data/bash_pre_rc.sh is a startup script used when emulating
62 global data, sh, and a structure that contains per
63 function data, sh.st.
107 sh directory:
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests7 setslocale='*@(locale).sh'
8 timesensitive='*@(options|sigchld|subshell).sh'
50 [ test.sh ... ] [ name=value ... ]
267 then s=${SHELL:##*sh}
298 for i in ${*-*.sh}
313 u=${u%.sh}
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c731 C_FindObjectsInit(CK_SESSION_HANDLE sh, CK_ATTRIBUTE_PTR pTemplate, in C_FindObjectsInit() argument
753 rv = handle2session(sh, &session_p); in C_FindObjectsInit()
825 C_FindObjects(CK_SESSION_HANDLE sh, CK_OBJECT_HANDLE_PTR phObject, in C_FindObjects() argument
854 rv = handle2session(sh, &session_p); in C_FindObjects()
925 C_FindObjectsFinal(CK_SESSION_HANDLE sh) in C_FindObjectsFinal() argument
942 rv = handle2session(sh, &session_p); in C_FindObjectsFinal()
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c252 int i, j, sh; in sbmap() local
273 sh = 1; in sbmap()
276 sh *= NINDIR(&devp->un_fs.di_fs); in sbmap()
277 if (bn < sh) in sbmap()
279 bn -= sh; in sbmap()
310 sh /= NINDIR(&devp->un_fs.di_fs); in sbmap()
311 i = (bn / sh) % NINDIR(&devp->un_fs.di_fs); in sbmap()
/illumos-gate/usr/src/lib/libresolv2/
H A Ddns-install30 . /lib/svc/share/smf_include.sh
31 . /lib/svc/share/net_include.sh
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.xcl86 msgid "/sbin/sh"
126 msgid "sh"
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A DMakefile65 $(SHFILES): $(SHFILES).sh
67 $(CP) $(SHFILES).sh $(SHFILES)
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni195 protected AuditSession sh; // associated session object
201 sh = auSession;
727 byte[] session = super.sh.getSession();
729 if ((super.sh.AuditIsOn) && (super.sh.ValidSession))
740 byte[] session = super.sh.getSession();
742 if ((super.sh.AuditIsOn) && (super.sh.ValidSession))
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.rv32i.out25 libdis_test+0x60: a3 1f c3 7f sh t3,0x7ff(t1)
26 libdis_test+0x64: 23 90 d3 01 sh t4,0x0(t2)
27 libdis_test+0x68: 23 10 ee 81 sh t5,-0x800(t3)
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c238 char *sh, *getusershell(); in validsh() local
242 while((sh = getusershell()) != NULL ) { in validsh()
243 if( strcmp( rootsh, sh) == 0 ) { in validsh()
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A Druntests.sh158 for script in ./*.sh; do
163 if diff $WORKDIR/test.temp.out ${script/.sh/.ok}; then
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c1301 mlxcx_buf_shard_t *sh; in mlxcx_mac_setprop() local
1319 sh = list_head(&mlxp->mlx_buf_shards); in mlxcx_mac_setprop()
1320 for (; sh != NULL; sh = list_next(&mlxp->mlx_buf_shards, sh)) { in mlxcx_mac_setprop()
1321 mutex_enter(&sh->mlbs_mtx); in mlxcx_mac_setprop()
1322 if (!list_is_empty(&sh->mlbs_free) || in mlxcx_mac_setprop()
1323 !list_is_empty(&sh->mlbs_busy) || in mlxcx_mac_setprop()
1324 !list_is_empty(&sh->mlbs_loaned)) { in mlxcx_mac_setprop()
1326 mutex_exit(&sh->mlbs_mtx); in mlxcx_mac_setprop()
1329 mutex_exit(&sh->mlbs_mtx); in mlxcx_mac_setprop()
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter29 . /lib/svc/share/smf_include.sh
30 . /lib/svc/share/ipf_include.sh

1...<<11121314151617181920>>...28