Searched refs:st (Results 226 - 250 of 722) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexpf.S275 ! st %f16,[%fp+tmp0] ! store k
398 st %f16,[%fp+tmp0]
402 st %f2,[%fp+tmp1]
406 st %f4,[%fp+tmp2]
410 st %f6,[%fp+tmp3]
414 st %f8,[%fp+tmp4]
417 st %f10,[%fp+tmp5]
425 st %f12,[%fp+tmp6]
428 st %f14,[%fp+tmp7]
606 st
[all...]
H A D__vcos_ultra3.S144 st %i1,[%fp+xsave] ! save arguments
145 st %i3,[%fp+ysave]
147 st %i0,[%fp+nsave]
148 st %i2,[%fp+sxsave]
149 st %i4,[%fp+sysave]
150 st %g0,[%fp+biguns] ! biguns = 0
207 st %f15,[%o1+4]
230 st %f23,[%o2+4]
253 st %f31,[%o3+4]
259 st
[all...]
H A D__vsin_ultra3.S144 st %i1,[%fp+xsave] ! save arguments
145 st %i3,[%fp+ysave]
147 st %i0,[%fp+nsave]
148 st %i2,[%fp+sxsave]
149 st %i4,[%fp+sysave]
150 st %g0,[%fp+biguns] ! biguns = 0
206 st %f15,[%o1+4]
229 st %f23,[%o2+4]
252 st %f31,[%o3+4]
258 st
[all...]
H A D__vsqrtf.S51 st %f2,[%o3]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c438 shp->st.lineno = error_info.line;
444 savst = shp->st;
445 shp->st.trap[SH_DEBUGTRAP] = 0;
449 if(shp->st.cmdname)
450 error_info.id = shp->st.cmdname;
451 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE);
452 nv_putval(SH_FUNNAMENOD,shp->st.funname,NV_NOFREE);
453 shp->st = savst;
468 struct slnod *saveslp = shp->st.staklist;
523 shp->st
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_get_rp_rd.S40 st %fsr,[%sp+0x44]
44 st %o1,[%o3]
54 st %o1,[%o3]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_smfmonitor.c108 int st; local
122 st = query_smf_state(i);
123 if (st == NSCD_SVC_STATE_UNINITED)
H A Dnscd_door.h87 #define NSCD_SET_STATUS(ph, st, errno) \
90 (ph)->p_status = st; \
103 #define NSCD_SET_N2N_STATUS(ph, st, errno, n2nst) \
106 (ph)->p_status = st; \
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsize.c68 { sfstat_t st; local
69 if(sysfstatf(f->file,&st) < 0)
71 else if((f->extent = st.st_size) < f->here)
/illumos-gate/usr/src/uts/intel/st/
H A DMakefile22 # uts/intel/st/Makefile
27 # This makefile drives the production of the st driver
41 MODULE = st
137 $(WARLOCK_OK): $(WLCMD_DIR)/st.wlcmd $(WARLOCK_OUT) scsi_files \
139 $(WARLOCK) -c $(WLCMD_DIR)/st.wlcmd $(WARLOCK_OUT) $(SCSI_FILES) \
/illumos-gate/usr/src/cmd/dumpadm/
H A Dmain.c53 struct stat st; local
150 if (stat(optarg, &st) == -1 ||
151 !S_ISDIR(st.st_mode)) {
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c84 struct stat st; local
88 if (fstat(h->bstr_fd, &st) < 0)
90 if ((st.st_mode & S_IFMT) != S_IFREG) {
94 *size = st.st_size;
265 struct stat st; local
268 if (stat(file, &st) < 0)
270 if ((st.st_mode & S_IFMT) == S_IFDIR) {
391 struct stat st; local
400 if (fstat(fd, &st) < 0) {
403 if ((st
472 struct stat st; local
[all...]
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c391 char *st = NULL, *op = NULL; local
396 st = strchr(op, ':');
397 *st = '\0';
411 st++;
412 if (!st || !*st || isspace(*st)) {
414 printf("parseconf: st badent, skip\n");
418 if (renew && strchr(st, ',')) {
423 if (st
[all...]
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h95 st %g1, [RP + Y_OFF];
129 st %l0, [SBP + (0*4)]; \
130 st %l1, [SBP + (1*4)]; \
131 st %l2, [SBP + (2*4)]; \
132 st %l3, [SBP + (3*4)]; \
133 st %l4, [SBP + (4*4)]; \
134 st %l5, [SBP + (5*4)]; \
135 st %l6, [SBP + (6*4)]; \
136 st %l7, [SBP + (7*4)]; \
137 st
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c1129 int st; local
1159 st = FBA_TO_LOG_NUM(num);
1160 i = BMAP_BIT_ISSET(bmap, st);
1161 mdb_printf(" BIT (%d) for %x %s set (%02x)", st, num, i?"IS":"IS NOT",
1162 bmap[IND_BYTE(st)] & 0xff);
1170 int num, st, i; local
1218 st = FBA_TO_LOG_NUM(num);
1220 i = brefbyte[st];
1222 i = brefint[st];
1224 mdb_printf("BITREF (%d) for %x %s set (%02x)", st, nu
1286 int first, st, en, pos, len; local
1333 int st = 0; local
1421 int st = 0; local
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java299 StringTokenizer st = new StringTokenizer(sURL, "/", true);
307 String typeName = st.nextToken();
333 String slash1 = st.nextToken();
340 String slash2 = st.nextToken();
386 if (!st.nextToken().equals("/")) {
391 sAddr = st.nextToken();
398 sAddr = st.nextToken();
403 URLPath = "/" + st.nextToken("");
449 if (st.hasMoreTokens() == false) {
455 String sSep = st
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c104 int st; local
115 (void) waitpid(pid, &st, 0);
170 int st; local
182 (void) waitpid(pid, &st, 0);
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpgetmask.s39 st %fsr, [%sp+ARGPUSH] ! get fsr value
H A Dfpgetsticky.s39 st %fsr, [%sp+ARGPUSH] ! get fsr value
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetmask.s39 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
H A Dfpgetsticky.s39 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfmodf.s49 fstp %st(0)
H A Dremainderf.s49 fstp %st(0)
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dcrt.s71 pushl %eax / push argc (1st param)
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c168 struct stat64 st; local
181 if (fstat64(fd, &st) < 0) {
192 if (bufsz != st.st_blksize) {
195 bufsz = (size_t)st.st_blksize;

Completed in 95 milliseconds

1234567891011>>