Home
last modified time | relevance | path

Searched refs:sh (Results 151 – 175 of 691) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Dsvc-rdisc27 . /lib/svc/share/smf_include.sh
28 . /lib/svc/share/routing_include.sh
29 . /lib/svc/share/ipf_include.sh
/illumos-gate/usr/src/lib/scsi/libscsi/
H A DMakefile.com62 ../common/scsi_errno.c: ../common/mkerrno.sh ../common/libscsi.h
63 sh ../common/mkerrno.sh < ../common/libscsi.h > $@
/illumos-gate/usr/src/lib/libipmi/
H A DMakefile.com65 $(SRCDIR)/ipmi_tables.c: $(SRCDIR)/mktables.sh $(SRCDIR)/libipmi.h
66 sh $(SRCDIR)/mktables.sh $(SRCDIR)/libipmi.h > $@
/illumos-gate/usr/src/cmd/initpkg/
H A Drc2.sh42 . /lib/svc/share/smf_include.sh
82 *.sh) /lib/svc/bin/lsvcrun -s $f \
94 *.sh) /lib/svc/bin/lsvcrun -s $f \
H A Drc3.sh41 . /lib/svc/share/smf_include.sh
75 *.sh) /lib/svc/bin/lsvcrun -s $f stop ;;
84 *.sh) /lib/svc/bin/lsvcrun -s $f start ;;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c902 volatile struct snoop_handler *sh = NULL; in snoop_alarm() local
915 sh = malloc(sizeof (struct snoop_handler)); in snoop_alarm()
916 sh->s_time = now + s_sec; in snoop_alarm()
919 sh->s_handler = s_handler; in snoop_alarm()
920 sh->s_next = NULL; in snoop_alarm()
925 snoop_nalarm = sh->s_time; in snoop_alarm()
926 (void) alarm(sh->s_time - now); in snoop_alarm()
929 snoop_tp = (struct snoop_handler *)sh; in snoop_alarm()
931 if (sh->s_time < snoop_nalarm) { in snoop_alarm()
932 snoop_nalarm = sh->s_time; in snoop_alarm()
[all …]
/illumos-gate/usr/src/lib/libsmbios/
H A DMakefile.com71 ../common/smb_tables.c: $(COMMON_SRCDIR)/mktables.sh $(COMMON_HDR)
72 sh $(COMMON_SRCDIR)/mktables.sh $(COMMON_HDR) > $@
/illumos-gate/usr/src/lib/scsi/libsmp/
H A DMakefile.com65 ../common/smp_errno.c: ../common/mkerrno.sh ../common/libsmp.h
66 sh ../common/mkerrno.sh < ../common/libsmp.h > $@
/illumos-gate/usr/src/cmd/gss/etc/
H A DMakefile43 dummy_mech_token.conf: dummy_mech_token.conf.sh
45 sh dummy_mech_token.conf.sh
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c1426 (void) memset(sh, 0, sizeof (sh)); in sa_sharetab_fill_zfs()
1505 i = (sh->sh_path ? strlen(sh->sh_path) : 0); in sa_share_zfs()
1506 sh->sh_size = i; in sa_share_zfs()
1508 j = (sh->sh_res ? strlen(sh->sh_res) : 0); in sa_share_zfs()
1509 sh->sh_size += j; in sa_share_zfs()
1512 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in sa_share_zfs()
1513 sh->sh_size += j; in sa_share_zfs()
1516 j = (sh->sh_opts ? strlen(sh->sh_opts) : 0); in sa_share_zfs()
1517 sh->sh_size += j; in sa_share_zfs()
1520 j = (sh->sh_descr ? strlen(sh->sh_descr) : 0); in sa_share_zfs()
[all …]
/illumos-gate/usr/src/tools/scripts/
H A DMakefile114 CLEANFILES = $(SHFILES) $(PERLFILES) $(PYFILES) bldenv.1onbld onu.sh
132 onu.sh: onu.sh.in
133 $(SED) -e "s:@PYTHON_VERSION@:$(PYTHON3_VERSION):g" < onu.sh.in > $@
/illumos-gate/usr/src/cmd/allocate/
H A DMakefile59 ALLSCRIPTS = allscripts.sh
73 POFILES = $(OBJS:%.o=%.po) $(ALLSCRIPTS:%.sh=%.po)
127 $(ROOTSECLIB)/%: %.sh
182 $(ALLSCRIPTS): $(SCRIPTS:%=%.sh)
183 $(CAT) $(SCRIPTS:%=%.sh) > $@
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A DMakefile21 KSHFILES :sh= ls *.ksh macro
23 SRCS :sh= ls *.c macro
26 FILES :sh= ls *.zcp *.out *.err macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c62 cp = sfstruse(sh.strbuf); in nv_getv()
339 if(sh.subshell) in assign()
693 fp->subshell = sh.subshell; in nv_disc()
1012 if(!sh.subshell) in clone_putv()
1060 root = sh.var_base; in nv_search()
1064 if(sh.inpool) in nv_search()
1069 if(sh.namespace && !(mode&HASH_NOSCOPE) && root==sh.var_tree) in nv_search()
1195 stakputs(sh.bltin_dir); in sh_addbuiltin()
1208 dtdelete(sh.bltin_tree,np); in sh_addbuiltin()
1214 else for(np=(Namval_t*)dtfirst(sh.bltin_tree);np;np=(Namval_t*)dtnext(sh.bltin_tree,np)) in sh_addbuiltin()
[all …]
H A Ddefs.c32 Shell_t sh = {0}; variable
35 Shell_t *_imp__sh = &sh;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A DMakefile24 KSHFILES :sh= ls *.ksh macro
27 SRCS :sh= ls *.c macro
35 FILES :sh= ls *.zcp *.out *.err 2>/dev/null; true macro
/illumos-gate/usr/src/cmd/ucodeadm/
H A DMakefile78 ucode_errno.c: $(COMMON_SRCDIR)/mkerrno.sh $(ERROR_HEADER)
79 sh $(COMMON_SRCDIR)/mkerrno.sh $(ERROR_HEADER) > $@
/illumos-gate/usr/src/data/zoneinfo/
H A DMakefile68 $(POFILE): $(TABFILES) do_pofile.sh
70 @/bin/sh do_pofile.sh > $@
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtimetype.sh37 then .sh.value=${ printf "%(${_._})T" now ;}
38 else .sh.value=${ printf "%(${_._})T" "#$((_))" ;}
43 .sh.value=${ printf "%(%#)T" "${.sh.value}";}
H A Dtypes.sh56 .sh.q=$y
57 typeset -C www=.sh.q
81 unset z y r s x z2 y2 www .sh.q
373 …Std_t db=(magic='stdinstall (at&t research) 2009-08-25';Std_file_t -A file=( [/./home/gsf/.env.sh]…
383 [[ ${.sh.name} == v ]] || err_exit "name=${.sh.name} should be v"
384 [[ ${.sh.subscript} == 4 ]] || err_exit "subscript=${.sh.subscript} should be 4"
385 [[ ${.sh.value} == hello ]] || err_exit "value=${.sh.value} should be hello"
489 ((.sh.value=sqrt(_.x**2 + _.y**2) ))
536 (( .sh.type.foobar_t.slen == 1 )) || err_exit '.sh.type.foobar_t.slen should be 1'
537 (( .sh.type.foobar_t.len == 1 )) || err_exit '.sh.type.foobar_t.len should be 1'
/illumos-gate/usr/src/cmd/make/bin/
H A Dsvr4.make.rules.file25 .SUFFIXES: .o .c .c~ .y .y~ .l .l~ .s .s~ .sh .sh~ .h .h~ .f .f~ \
68 .sh:
70 .sh~:
72 cp $*.sh $*; chmod 0777 $@
73 -rm -f $*.sh
153 .sh~.sh:
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.strcmp48 3s ysadm * 0 0 System V Administration /usr/admin /bin/sh
51 9s ys * 4 0 System Activity Owner /usr/adm /bin/sh
53 16 rfindd * 66 1 Rfind Daemon and Fsdump /var/rfindd /bin/sh
H A Dt.f140 1root:EMpNB8Zp56:0:0:Super-User,,,,,,,:/:/bin/sh
144 5daemon:*:1:1:daemons:/:/bin/sh
/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c124 ISO_SUSP_HEADER *sh; in susp_lookup_record() local
136 sh = (ISO_SUSP_HEADER *)p; in susp_lookup_record()
137 if (bcmp(sh->type, identifier, 2) == 0) in susp_lookup_record()
138 return (sh); in susp_lookup_record()
139 if (bcmp(sh->type, SUSP_STOP, 2) == 0) in susp_lookup_record()
141 if (bcmp(sh->type, SUSP_CONTINUATION, 2) == 0) { in susp_lookup_record()
142 shc = (ISO_RRIP_CONT *)sh; in susp_lookup_record()
154 p += isonum_711(sh->length); in susp_lookup_record()
157 if (isonum_711(sh->length) == 0) in susp_lookup_record()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMakefile5 msgadmin :: msgadmin.sh
9 msgcc :: msgcc.sh

12345678910>>...28