/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | variables.h | 30 #define PATHNOD (sh.bltin_nodes) 31 #define PS1NOD (sh.bltin_nodes+1) 32 #define PS2NOD (sh.bltin_nodes+2) 33 #define IFSNOD (sh.bltin_nodes+3) 34 #define PWDNOD (sh.bltin_nodes+4) 35 #define HOME (sh.bltin_nodes+5) 36 #define MAILNOD (sh.bltin_nodes+6) 37 #define REPLYNOD (sh.bltin_nodes+7) 38 #define SHELLNOD (sh.bltin_nodes+8) 39 #define EDITNOD (sh [all...] |
H A D | builtins.h | 29 #define SYSLOGIN (sh.bltin_cmds) 30 #define SYSEXEC (sh.bltin_cmds+1) 31 #define SYSSET (sh.bltin_cmds+2) 32 #define SYSTRUE (sh.bltin_cmds+4) 33 #define SYSCOMMAND (sh.bltin_cmds+5) 34 #define SYSCD (sh.bltin_cmds+6) 35 #define SYSBREAK (sh.bltin_cmds+7) 36 #define SYSCONT (sh.bltin_cmds+8) 37 #define SYSTYPESET (sh.bltin_cmds+9) 38 #define SYSTEST (sh [all...] |
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | system.c | 46 char* sh[4]; local 50 sh[0] = "sh"; 51 sh[1] = "-c"; 52 sh[2] = (char*)cmd; 53 sh[3] = 0; 54 return procrun(NiL, sh, 0);
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | Makefile | 29 fs_include.sh \ 30 ipf_include.sh \ 31 net_include.sh \ 32 routing_include.sh \ 33 sendmail_include.sh \ 34 smf_include.sh \
|
/illumos-gate/usr/src/lib/libast/common/path/ |
H A D | pathshell.c | 53 register char* sh; local 62 if ((sh = getenv("SHELL")) && *sh == '/' && strmatch(sh, "*/(sh|*[!cC]sh)*([[:digit:]])?(-+([.[:alnum:]]))?(.exe)")) 66 if (stat(sh, &st)) 68 if (ru != st.st_uid && !strmatch(sh, "?(/usr)?(/local)/?([ls])bin/?([[:lower:]])sh?(.exe)")) 81 s = sh; [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | Makefile | 27 CLOBBERFILES += sh.tconst.h 28 CLEANFILES += sh.tconst.h 37 sh.o sh.char.o \ 38 sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.exp.o\ 39 sh [all...] |
/illumos-gate/usr/src/cmd/csh/i386/ |
H A D | Makefile | 23 CPPFLAGS += -I../../sh 40 HDDEP = sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.exp.o sh.file.o \ 41 sh.func.o sh [all...] |
/illumos-gate/usr/src/cmd/csh/sparc/ |
H A D | Makefile | 23 CPPFLAGS += -I../../sh 42 HDDEP = sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.exp.o sh.file.o \ 43 sh.func.o sh [all...] |
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | sharefs.c | 46 _sharefs(enum sharefs_sys_op opcode, struct share *sh) argument 56 i = (sh->sh_path ? strlen(sh->sh_path) : 0); 57 sh->sh_size = i; 59 j = (sh->sh_res ? strlen(sh->sh_res) : 0); 60 sh->sh_size += j; 63 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); 64 sh [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | sharetab.c | 63 static share_t *sh = NULL; local 73 if (sh == NULL) { 74 sh = (share_t *)malloc(sizeof (*sh)); 75 if (sh == NULL) 84 sh->sh_path = (char *)strtok_r(p, w, &lasts); 85 if (sh->sh_path == NULL) 87 sh->sh_res = (char *)strtok_r(NULL, w, &lasts); 88 if (sh->sh_res == NULL) 90 sh 105 sharedup(share_t *sh) argument 147 sharefree(share_t *sh) argument [all...] |
/illumos-gate/usr/src/cmd/rexd/ |
H A D | sharetab.c | 64 static share_t *sh = NULL; local 73 if (sh == NULL) { 74 sh = (share_t *)malloc(sizeof (*sh)); 75 if (sh == NULL) 84 sh->sh_path = strtok(p, w); 85 if (sh->sh_path == NULL) 87 sh->sh_res = strtok(NULL, w); 88 if (sh->sh_res == NULL) 90 sh 105 sharedup(share_t *sh) argument 136 sharefree(share_t *sh) argument [all...] |
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | defs.c | 32 Shell_t sh = {0}; variable 34 Shell_t *_imp__sh = &sh;
|
H A D | waitevent.c | 34 old = sh.waitevent; 35 sh.waitevent = newevent;
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | vdev_impl.h | 38 #define VDEV_UBERBLOCK_SHIFT(sh) \ 39 MAX((sh), UBERBLOCK_SHIFT) 40 #define VDEV_UBERBLOCK_COUNT(sh) \ 41 (VDEV_UBERBLOCK_RING >> VDEV_UBERBLOCK_SHIFT(sh)) 42 #define VDEV_UBERBLOCK_OFFSET(sh, n) \ 43 offsetof(vdev_label_t, vl_uberblock[(n) << VDEV_UBERBLOCK_SHIFT(sh)]) 44 #define VDEV_UBERBLOCK_SIZE(sh) \ 45 (1ULL << VDEV_UBERBLOCK_SHIFT(sh))
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsfind/ |
H A D | Makefile | 28 SRCS= nfsfind.sh
|
/illumos-gate/usr/src/lib/libshell/ |
H A D | Makefile.com | 68 sh/args.o \ 69 sh/arith.o \ 70 sh/array.o \ 71 sh/defs.o \ 72 sh/deparse.o \ 73 sh/expand.o \ 74 sh/fault.o \ 75 sh/fcin.o \ 76 sh/init.o \ 77 sh/i [all...] |
/illumos-gate/usr/src/lib/abi/apptrace/amd64/ |
H A D | Makefile | 32 SUPPRESS_LIBS:sh= if test -z "`isainfo | grep amd64`"; then echo \\043; fi macro
|
/illumos-gate/usr/src/lib/brand/solaris10/cmd/ |
H A D | Makefile | 34 CLEANFILES += s10_python_wrapper.sh 36 s10_python_wrapper.sh: s10_python_wrapper.sh.in 37 $(SED) -e "s:@PYTHON_VERSION@:$(PYTHON_VERSION):g" < s10_python_wrapper.sh.in > $@
|
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharetab.c | 60 sh->sh_##field = kmem_alloc(len + 1, KM_SLEEP); \ 61 bcopy(buf, sh->sh_##field, len); \ 62 sh->sh_##field[len] = '\0'; \ 64 sh->sh_size += shl.shl_##field; /* Debug counting */ 67 if (sh->sh_##field) { \ 68 kmem_free(sh->sh_##field, \ 70 strlen(sh->sh_##field) + 1); \ 92 sharefree(share_t *sh, sharefs_lens_t *shl) argument 94 if (!sh) 103 kmem_free(sh, sizeo 111 sharefs_remove(share_t *sh, sharefs_lens_t *shl) argument 194 sharefs_add(share_t *sh, sharefs_lens_t *shl) argument 334 share_t *sh; local [all...] |
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/ |
H A D | AuditSession.java | 74 private byte[] sh; // current session handle field in class:AuditSession 91 sh = new byte[8]; // NULL pointer in C 96 sh = startSession(context, 0); 100 sh = new byte[8]; 104 sh = new byte[8]; 112 // If you think you need this C pointer (sh), see 118 return sh; 126 sessionId = getSessionId(sh); 157 endSession(sh); 174 exportedData = exportSessionData(sh); [all...] |
/illumos-gate/usr/src/cmd/ndmpd/ |
H A D | svc-ndmp | 40 . /lib/svc/share/smf_include.sh
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | svc-vrrp | 1 #!/sbin/sh 32 . /lib/svc/share/smf_include.sh
|
/illumos-gate/usr/src/cmd/consadm/ |
H A D | svc-consadm | 1 #!/bin/sh 37 . /lib/svc/share/smf_include.sh
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | svc-dlmgmtd | 1 #!/sbin/sh 29 . /lib/svc/share/smf_include.sh
|
/illumos-gate/usr/src/cmd/halt/smf.i386/ |
H A D | svc-boot-config | 1 #!/sbin/sh 29 . /lib/svc/share/smf_include.sh
|