Searched refs:st (Results 301 - 325 of 722) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_states.c281 zone_state_t st; local
408 if (zone_get_state(a_zlem->_zlName, &st) != Z_OK) {
411 if ((st == ZONE_STATE_DOWN) ||
412 (st == ZONE_STATE_INSTALLED)||
413 (st == ZONE_STATE_READY)) {
424 a_zlem->_zlCurrKernelStatus = st;
/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c275 struct stat st; local
292 fstat(fileno(fbuf), &st); local
293 if (st.st_size > mailsize) {
315 p = st.st_size - mailsize;
373 if (stat(mailname, &st) >= 0)
374 PRIV(delempty(st.st_mode, mailname));
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmakemap.c96 int st; local
480 st = 1;
484 st = 0;
488 st = -1;
492 if (st < 0)
501 else if (st > 0)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c83 struct stat st; local
101 if (stat(bufferpath, &st) == -1) {
116 if (stat(buffer_inprog, &st) == -1) {
135 if ((st.st_size < min_size) &&
255 if (stat(ncp->nc_rpclogpath, &st) == -1 &&
284 if (stat(ncp->nc_logpath, &st) == -1 &&
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c134 amd64_gart_softstate_t *st; local
142 st = ddi_get_soft_state(amd64_gart_glob_soft_handle, instance);
143 if (st != NULL) {
144 mutex_enter(&st->gsoft_lock);
145 *resultp = st->gsoft_dip;
146 mutex_exit(&st->gsoft_lock);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dbrk.s46 st %o2, [%g1]
49 st %o2, [%g1 + %lo(.curbrk)]
H A Dcerror.s41 st %o0, [%g1]
44 st %o0, [%g1 + %lo(errno)]
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A D_xtoll.s97 fcomip %st(1),%st /* compare 2**31 to x */
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dilogbl.s68 fdivp %st,%st(0) / raise invalid as per SUSv3
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dilogb.s67 fdivp %st,%st(0) / raise invalid as per SUSv3
H A Dilogbl.s68 fdivp %st,%st(0) / raise invalid as per SUSv3
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c139 int pid, st; local
163 if (read(pfds[0], &st, sizeof (st)) == sizeof (st))
164 _exit(st);
165 if (waitpid(pid, &st, 0) == pid && WIFEXITED(st))
166 _exit(WEXITSTATUS(st));
/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c154 struct stat st; local
164 if (fstat(i, &st) == -1 && open("/dev/null", 2) != i)
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s75 st %o7, [%o0 + PCVAL] ! return pc
76 st %sp, [%o0 + SPVAL] ! save caller's sp
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c319 timerfd_settime_t st; local
321 if (copyin((void *)arg, &st, sizeof (st)) != 0)
324 if ((err = timerfd_copyin(st.tfd_settime_value, &when)) != 0)
334 if (st.tfd_settime_ovalue != NULL) {
372 st.tfd_settime_flags & TFD_TIMER_ABSTIME ?
376 if (err != 0 || st.tfd_settime_ovalue == NULL)
379 if ((err = timerfd_copyout(&oval, st.tfd_settime_ovalue)) != 0)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c179 struct stat st; local
218 if (!stat(path, &st))
220 if (S_ISDIR(st.st_mode))
233 if (!stat(fp->encode.file, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR))
244 else if (st.st_uid == uid && (st.st_mode & S_IWUSR))
257 if (!stat(fp->encode.file, &st) && st
713 struct stat st; local
[all...]
/illumos-gate/usr/src/common/crypto/sha1/sparc/sun4u/
H A Dsha1_asm.s103 st %o2, [%o0 + FPU_FPRS]
337 st %f8, [%i0 + (16*4) + (0)]
342 st %f0, [%i0 + (16*4) + (4)]
347 st %f1, [%i0 + (16*4) + (8)]
427 st %f1, [%i0 + (19*4) + (4)]
432 st %f8, [%i0 + (19*4) + (8)]
437 st %f0, [%i0 + (19*4) + (0)]
517 st %f8, [%i0 + (22*4) + (0)]
522 st %f0, [%i0 + (22*4) + (4)]
527 st
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c415 struct stat st; local
423 if (fstat(fd, &st) < 0)
426 st.st_size = MAXINT; /* should be 0 */
430 if (send_lpd_message(sock, "\003%d %s\n", st.st_size, dfname) < 0)
435 if (sendfile(sock, fd, &off, st.st_size) != st.st_size)
498 struct stat st; local
516 if (fstat(fd, &st) < 0) {
524 if ((metadata = calloc(1, st.st_size + 1)) == NULL) {
532 if (read(fd, metadata, st
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c749 struct stat st; local
753 if (stat(dfile, &st) < 0)
754 st.st_size = -1;
757 dfile, (long) st.st_size);
960 struct stat64 st; local
962 struct stat st;
971 fstat64(sm_io_getinfo(df, SM_IO_WHAT_FD, NULL), &st)
973 fstat(sm_io_getinfo(df, SM_IO_WHAT_FD, NULL), &st)
976 st.st_size = 0;
979 if (st
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y310 st: label
315 BREAK st { $$ = stat1(BREAK, NIL); }
316 | CLOSE pattern st { $$ = stat1(CLOSE, $2); }
317 | CONTINUE st { $$ = stat1(CONTINUE, NIL); }
318 | do stmt WHILE '(' pattern ')' st
320 | EXIT pattern st { $$ = stat1(EXIT, $2); }
321 | EXIT st { $$ = stat1(EXIT, NIL); }
326 | NEXT st { if (infunc)
329 | RETURN pattern st { $$ = stat1(RETURN, $2); }
330 | RETURN st {
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c586 struct stat64 st; local
673 ret = stat64(file, &st);
680 data = uu_msprintf(MHASH_FORMAT_V2, st.st_uid, st.st_gid,
681 st.st_size, st.st_mtime);
725 if (md5_hash_file(file, st.st_size, &hash[MHASH_SIZE_OLD]) != 0) {
758 data = uu_msprintf(MHASH_FORMAT_V1, st.st_ino, st.st_uid,
759 st
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c361 st->st_configd_pid = pid;
463 MUTEX_LOCK(&st->st_configd_live_lock);
464 st->st_configd_lives = 1;
465 err = pthread_cond_broadcast(&st->st_configd_live_cv);
467 MUTEX_UNLOCK(&st->st_configd_live_lock);
512 MUTEX_LOCK(&st->st_configd_live_lock);
513 st->st_configd_lives = 1;
514 (void) pthread_cond_broadcast(&st->st_configd_live_cv);
515 MUTEX_UNLOCK(&st->st_configd_live_lock);
588 if (st
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpow.S1054 st counter,[%fp+tmp_counter]
1093 st %g0,[%fp+tmp1_lo] ! *((int*)&ax + 1) = 0;
1095 st %g0,[%fp+tmp2_lo] ! (Y0_0) *((int*)&dtmp0 + 1) = 0;
1096 st MASK_0x000fffff,[%fp+tmp_mant]
1098 st %o2,[%fp+tmp_mant+4]
1104 st %g0,[%fp+tmp_counter]
1122 st %o5,[%fp+tmp0_hi] ! (Y0_3) *(int*)&x = hx;
1126 st %i2,[%fp+tmp0_lo] ! (Y0_3) *((int*)&x + 1) = ((unsigned*)px)[1];
1130 st %l4,[%fp+tmp1_hi] ! (Y0_3) *(int*)&ax = hx;
1138 st
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c193 char *trap = shp->st.trapcom[0];
222 shp->st.trapcom[0] = trap;
261 if(!(rp=shp->st.real_fun) || !(dp=rp->sdict))
493 savst = shp->st;
524 shp->st.otrapcom = 0;
525 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0])
528 memcpy(savsig=malloc(nsig),(char*)&shp->st.trapcom[0],nsig);
530 shp->st.otrapcom = (char**)savsig;
575 if(comsub!=2 && jmpval!=SH_JMPSUB && shp->st
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dacl_api.c277 struct stat st; local
305 if (fstat(fd, &st) != 0)
308 uid = st.st_uid;
310 gid = st.st_gid;

Completed in 98 milliseconds

<<11121314151617181920>>