Home
last modified time | relevance | path

Searched refs:sh (Results 126 – 150 of 691) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth.c61 struct share *sh; in nfsauth_access() local
76 sh = findentry(argp->req_path); in nfsauth_access()
77 if (sh == NULL) { in nfsauth_access()
84 result->auth_perm = check_client(sh, &cln, argp->req_flavor, in nfsauth_access()
90 sharefree(sh); in nfsauth_access()
H A Dexportlist.c74 struct share *sh; in export() local
98 sh = shp->shl_sh; in export()
110 opts = strdup(sh->sh_opts); in export()
129 opts = strdup(sh->sh_opts); in export()
154 tail = newexport(sh->sh_path, groups, tail); in export()
H A Dnfs_cmd.c171 struct share *sh = NULL; in nfscmd_charmap_lookup() local
178 sh = findentry(args->arg.charmap.path); in nfscmd_charmap_lookup()
180 if (sh != NULL) { in nfscmd_charmap_lookup()
186 name = charmap_search(&nb, sh->sh_opts); in nfscmd_charmap_lookup()
196 sharefree(sh); in nfscmd_charmap_lookup()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh267 [[ ${.sh.match[0]} == dfg ]] || err_exit '.sh.match[0] not dfg'
268 [[ ${.sh.match[1]} == d ]] || err_exit '.sh.match[1] not d'
269 [[ ${.sh.match[2]} == g ]] || err_exit '.sh.match[2] not g'
272 [[ ${.sh.match[1]} == ddd ]] || err_exit '.sh.match[1] not ddd'
302 [[ ${.sh.match[@]:2:4} == 'B C D E' ]] || err_exit '${.sh.match[@]:2:4} incorrect'
500 if [[ ax == @(a)* ]] && [[ ${.sh.match[1]:0:${#.sh.match[1]}} != a ]]
591 [[ -v .sh.match[0] ]] || err_exit '[[ -v .sh.match[0] ]] should be true'
592 [[ -v .sh.match[3] ]] || err_exit '[[ -v .sh.match[3] ]] should be true'
593 [[ -v .sh.match[4] ]] && err_exit '[[ -v .sh.match[4] ]] should be false'
620 [[ $(print -v .sh.match) == "$exp" ]] || err_exit '.sh.match not correct with alternations'
[all …]
/illumos-gate/usr/src/lib/scsi/libses/
H A DMakefile.targ30 ../common/ses_errno.c: ../common/mkerrno.sh ../common/libses.h
31 sh ../common/mkerrno.sh < $(ROOTSCSIHDRDIR)/libses.h > $@
/illumos-gate/usr/src/cmd/netadm/
H A DMakefile27 SRCS= $(PROG:%=%.sh)
76 _sysconfig: _sysconf.sh
77 $(SH) _sysconf.sh
80 $(SH) $@.sh
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMamfile32 setv SHELL /bin/sh
41 make msgadmin.sh
42 done msgadmin.sh
43 meta msgadmin %.sh>% msgadmin.sh msgadmin
44 prev msgadmin.sh
65 exec - cat - msgadmin.sh <<'!'
194 make msgcc.sh
195 done msgcc.sh
196 meta msgcc %.sh>% msgcc.sh msgcc
197 prev msgcc.sh
[all …]
/illumos-gate/usr/src/cmd/etdump/
H A Detdump.c135 boot_catalog_section_header *sh; in dump_section() local
141 sh = (boot_catalog_section_header *)&buffer[offset]; in dump_section()
143 outputter->output_section(outfile, filename, sh); in dump_section()
146 platform_id = sh->platform_id[0]; in dump_section()
149 for (i = 1; i <= (int)sh->num_section_entries[0]; i++) { in dump_section()
158 return (1 + (int)sh->num_section_entries[0]); in dump_section()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk23 * :TEST: xxx.sh [ :: test-prereq ... :: ] [ args [ : args ... ] ]
113 for S .c .sh
170 $(@.SCAN.sh)
193 test%.sh test%.out : %.rt
195 then $(MKTEST) --style=shell $(>) > $(<:N=*.sh)
196 $(SHELL) $(<:N=*.sh) --accept > $(<:N=*.out)
/illumos-gate/usr/src/tools/btxld/
H A Delfh.c62 htole32(offsetof(struct elfh, sh)), /* e_shoff */
67 htole16(sizeof(elfhdr.sh[0])), /* e_shentsize */
68 htole16(sizeof(elfhdr.sh) / sizeof(elfhdr.sh[0])), /* e_shnum */
/illumos-gate/usr/src/cmd/initpkg/
H A DrcS.sh50 . /lib/svc/share/smf_include.sh
109 . /lib/svc/share/fs_include.sh
144 *.sh) /lib/svc/bin/lsvcrun -s $f stop
161 *.sh) /lib/svc/bin/lsvcrun -s $f start
/illumos-gate/usr/src/cmd/ast/ksh/
H A DMakefile76 $(RM) $(ROOTSBIN)/sh
77 $(SYMLINK) ../usr/bin/$(ARCH32)/ksh93 $(ROOTSBIN)/sh
82 $(RM) $(ROOTBIN)/sh
83 $(SYMLINK) $(ARCH32)/ksh93 $(ROOTBIN)/sh
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DMakefile122 $(ROOTETCMAILCF)/sh/makeinfo.sh
157 $(ROOTUSRSBIN)/check-%: sh/check-%.sh
164 $(RM) $(ROOTETCMAILCF)/sh/check-hostname
165 $(SYMLINK) ../../../../usr/sbin/check-hostname $(ROOTETCMAILCF)/sh/check-hostname
166 $(RM) $(ROOTETCMAILCF)/sh/check-permissions
167 $(SYMLINK) ../../../../usr/sbin/check-permissions $(ROOTETCMAILCF)/sh/check-permissions
/illumos-gate/usr/src/cmd/csh/
H A Dmake.sh.tconst.h.ed7 * This file was made from sh.tconst by the ed script make.sh.tconst.h.ed.
10 w sh.tconst.h
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/
H A DMakefile.com39 ../common/libses_elemtype.c: ../common/mkelemtype.sh $(SES2HDR) $(SUNPLUGINHDR)
40 sh ../common/mkelemtype.sh $(SES2HDR) $(SUNPLUGINHDR) > $@
/illumos-gate/usr/src/cmd/mdb/intel/ia32/dof/
H A DMakefile42 dof_names.c: $(MODSRCS_DIR)/mkdof.sh $(SRC)/uts/common/sys/dtrace.h
43 sh $(MODSRCS_DIR)/mkdof.sh < $(SRC)/uts/common/sys/dtrace.h > $@
/illumos-gate/usr/src/cmd/diffmk/
H A DMakefile38 $(PROG): $(PROG).sh
40 sed -e "s/TEXT_DOMAIN/${TEXT_DOMAIN}/g" $(PROG).sh > $@
47 grep gettext $(PROG).sh | tr '`' ' ' | sed -e "s/TEXT_DOMAIN/\(/" | sed -e "s/$$/);/" > $(PROG).i
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dalarm.c47 Shell_t *sh; member
120 tp->sh->trapnote |= SH_SIGALRM; in trap_timeout()
124 tp->sh->sigflag[SIGALRM] |= SH_SIGALRM; in trap_timeout()
125 if(sh_isstate(SH_TTYWAIT) && !tp->sh->bltinfun) in trap_timeout()
126 sh_timetraps(tp->sh); in trap_timeout()
187 Shell_t *shp = tp->sh; in putval()
271 tp->sh = shp; in b_alarm()
/illumos-gate/usr/src/cmd/mdb/intel/amd64/dof/
H A DMakefile43 dof_names.c: $(MODSRCS_DIR)/mkdof.sh $(SRC)/uts/common/sys/dtrace.h
44 sh $(MODSRCS_DIR)/mkdof.sh < $(SRC)/uts/common/sys/dtrace.h > $@
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh72 /sbin/sh`
86 `egrep -v "(^[#]|-F)" | /sbin/sh`
97 cat $infile|/sbin/sh
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dbuild_kernel_data.sh31 if ! $DATA_DIR/db/create_db.sh -p=kernel smatch_warns.txt ; then
39 $SCRIPT_DIR/test_kernel.sh --call-tree --info --spammy --data=$DATA_DIR || BUILD_STATUS=$?
48 $DATA_DIR/db/create_db.sh -p=kernel smatch_warns.txt
/illumos-gate/usr/src/cmd/mdb/intel/amd64/dtrace/
H A DMakefile45 dof_names.c: $(MODSRCS_DIR)/mkdof.sh $(SRC)/uts/common/sys/dtrace.h
46 sh $(MODSRCS_DIR)/mkdof.sh < $(SRC)/uts/common/sys/dtrace.h > $@
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dregress.h39 #define sh_isregress(r) is_option(&sh.regress->options,r)
40 #define sh_onregress(r) on_option(&sh.regress->options,r)
41 #define sh_offregress(r) off_option(&sh.regress->options,r)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c241 longlong_t sh; in bmap_read() local
245 if (tbn < sh) in bmap_read()
247 tbn -= sh; in bmap_read()
596 longlong_t sh; in bmap_write() local
600 if (tbn < sh) in bmap_write()
602 tbn -= sh; in bmap_write()
964 dblks -= sh; in bmap_has_holes()
1240 if (tbn < sh) in bmap_find()
1242 tbn -= sh; in bmap_find()
1374 if (tbn < sh) in bmap_set_bn()
[all …]
/illumos-gate/usr/src/cmd/amt/
H A DMakefile42 SHFILERCS= $(PROG:%=%.sh)
60 $(PROG): $(PROG).sh
62 $(CP) $(PROG).sh $(PROG)

12345678910>>...28