Searched refs:st (Results 326 - 350 of 722) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dstret.s44 # define ST st
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcpy.s57 st %o0, [%sp + 68] ! save des address for return val
103 st %g1, [%o0]
124 st %g1, [%o0]
147 st %g1, [%o0]
160 st %o4, [%o0] ! write at destination address
H A Dmemset.s74 1: st %o1, [%o5] ! word writing loop
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfmod.s56 fstp %st(0)
H A Dremainder.s66 fstp %st(0)
H A Dremquol.s44 fstp %st(1)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfmod.s48 fstp %st(1)
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c1264 int st; local
1315 st = lockf(fd, F_LOCK, 1);
1316 if (st == -1) {
1352 int st; local
1374 st = write(fd, uaddr, len);
1375 if (st != len) {
1386 st = lockf(fd, F_LOCK, 1);
1387 if (st == -1) {
1402 int st; local
1420 st
1498 int st; local
[all...]
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c57 struct stat64 st; local
67 if (fstat64(fd, &st) != 0 || !S_ISREG(st.st_mode) ||
68 strcmp(st.st_fstype, "proc") != 0) {
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c155 struct stat st; local
313 if (stat(cmdbuf, &st) < 0)
327 if (!S_ISREG(st.st_mode)
329 && !S_ISLNK(st.st_mode)
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c440 int st; local
449 st = safefile(db_file_name, user_info->smdbu_id,
452 if (st != 0)
453 return st;
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_device.c76 struct stat st; local
112 if (stat(path, &st) != 0) {
145 LDMA_DBG("VALIDATE_PATH(%s): file mode = 0x%lx", path, st.st_mode);
147 switch (st.st_mode & S_IFMT) {
/illumos-gate/usr/src/cmd/tail/
H A Dextern.h56 struct stat st; member in struct:file_info
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_cck_common.c49 kiconv_state_t st; local
51 st = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
53 st->bom_processed = 0;
55 return ((void *)st);
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dsysctrl_asm.s76 st %g4, [%g4] ! indicate we are ready
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c311 struct stat st; local
327 if (stat(data->filespec, &st)) {
334 frac = st.st_mtimensec;
336 frac = st.st_mtimespec.tv_nsec;
338 frac = st.st_mtim.tv_nsec;
342 if (st.st_mtime == data->timestamp
389 data->timestamp = st.st_mtime;
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c388 zone_state_t st; local
418 if (zone_get_state((char *)a_zoneName, &st) != Z_OK) {
423 if (st < ZONE_STATE_INSTALLED) {
425 zone_state_str(st));
429 if (st != ZONE_STATE_RUNNING && st != ZONE_STATE_MOUNTED) {
431 zone_state_str(st));
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioFile.cc101 struct stat st; local
104 if ((stat(path, &st) < 0) ||
105 !S_ISDIR(st.st_mode) ||
294 struct stat st; local
303 if (stat(pathname, &st) < 0)
307 if (!S_ISREG(st.st_mode))
341 maplen = st.st_size;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsin.S193 st %i1,[%fp+xsave] ! save arguments
194 st %i3,[%fp+ysave]
196 st %i0,[%fp+nsave]
197 st %i2,[%fp+sxsave]
198 st %i4,[%fp+sysave]
278 st %f6,[%o3]
283 st %f7,[%o3+4]
295 st %f16,[%o4]
301 st %f17,[%o4+4]
307 st
[all...]
H A D__vpowf.S739 st %i0,[%fp+tmp_counter]
784 st %g0,[%fp+tmp_counter]
815 st %o4,[%fp+tmp3] ! (Y0_2) STORE exp0
818 st %o4,[%fp+tmp2] ! (Y0_2) STORE i0
842 st %i3,[%fp+tmp4] ! (Y1_2) STORE exp0
845 st %o0,[%fp+tmp5] ! (Y1_2) STORE i0
883 st %l7,[%fp+tmp6] ! (Y2_2) STORE exp0
886 st %i1,[%fp+tmp2] ! (Y2_2) STORE i0
936 st %o4,[%fp+tmp3] ! (Y0_2) STORE exp0
939 st
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c2114 int first, st, en; local
2120 first = st = FBA_TO_LOG_NUM(fba_pos);
2122 while (st <= en) {
2123 BMAP_BIT_SET((uchar_t *)bitmask, st - first);
2124 st++;
2143 int first, st, en; local
2165 first = st = FBA_TO_LOG_NUM(fba_pos);
2167 ASSERT(st <= en);
2168 while (st <= en) {
2187 if (!BMAP_BIT_ISSET(krdc->dcio_bitmap, st)) {
2267 int first, st, en; local
2348 int st; local
[all...]
H A Drdc_svc.c290 int pos, st; local
297 st = SVC_GETARGS(xprt, xdr_rread, (char *)&diskio);
298 if (!st) {
299 (void) svc_sendreply(xprt, xdr_int, (char *)&st);
319 st = 0;
320 (void) svc_sendreply(xprt, xdr_int, (char *)&st);
323 st = rdc_readmaxfba(diskio.cd, diskio.pos, diskio.len,
326 if (!svc_sendreply(xprt, xdr_int, (char *)&st)) {
327 if (st != 0) {
329 if (dset = rdc_net_get_set(diskio.cd, st)) {
448 int pos, st; local
613 int st; local
819 int st; local
[all...]
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c95 struct stat st; local
129 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
131 } else if (!S_ISDIR(st.st_mode)) {
153 (void) check_path(hosts_allow_table, &st);
154 (void) check_path(hosts_deny_table, &st);
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s309 st %l4,[%i2]
310 st %o0,[%i2+4]
325 st %l4,[%i2]
326 st %g0,[%i2+4]
334 st %l4,[%i2]
335 st %o0,[%i2+4]
339 st %i4,[%i3]
607 st %l4,[%i2]
608 st %g0,[%i2+4]
669 st
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c148 struct stat st; local
152 if (fstat(fd, &st) != 0) {
158 *pghpp = malloc(st.st_size);
160 debug("cannot malloc() %ld bytes for pagedata", st.st_size);
163 (void) bzero(*pghpp, st.st_size);
166 if ((res = read(fd, *pghpp, st.st_size)) != st.st_size) {
1015 struct stat st; local
1033 if (fstat(lpc->lpc_xmap_fd, &st) != 0) {
1040 if ((st
[all...]

Completed in 92 milliseconds

<<11121314151617181920>>