Home
last modified time | relevance | path

Searched refs:stat1 (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dpwd.c182 struct stat stat1, stat2; in cwd2() local
196 if (lstat((char *)cwdname, &stat1) == -1 || in cwd2()
197 (stat1.st_mode & S_IFMT) == S_IFLNK) { in cwd2()
208 if (stat((char *)cwdname, &stat1) == -1) { in cwd2()
218 stat1.st_dev != stat2.st_dev || in cwd2()
219 stat1.st_ino != stat2.st_ino) in cwd2()
/titanic_50/usr/src/cmd/awk/
H A Dawk.g.y305 …| DELETE varname { yyclearin; ERROR "you can only delete array[element]" SYNTAX; $$ = stat1(DELET…
315 BREAK st { $$ = stat1(BREAK, NIL); }
316 | CLOSE pattern st { $$ = stat1(CLOSE, $2); }
317 | CONTINUE st { $$ = stat1(CONTINUE, NIL); }
320 | EXIT pattern st { $$ = stat1(EXIT, $2); }
321 | EXIT st { $$ = stat1(EXIT, NIL); }
328 $$ = stat1(NEXT, NIL); }
329 | RETURN pattern st { $$ = stat1(RETURN, $2); }
330 | RETURN st { $$ = stat1(RETURN, NIL); }
H A Dparse.c137 stat1(int a, Node *b) in stat1() function
H A Dawk.h215 extern Node *stat1(int, Node *), *stat2(int, Node *, Node *);
/titanic_50/usr/src/cmd/oawk/
H A Dawk.g.y320 | NEXT st { $$ = stat1(NEXT, 0); }
321 | EXIT st { $$ = stat1(EXIT, 0); }
322 | EXIT expr st { $$ = stat1(EXIT, $2); }
323 | BREAK st { $$ = stat1(BREAK, 0); }
324 | CONTINUE st { $$ = stat1(CONTINUE, 0); }
H A Dparse.c156 NODE *stat1(a, b) NODE *b; in stat1() function
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtest.c540 struct stat stat1,stat2; in test_inode() local
541 if(test_stat(file1,&stat1)>=0 && test_stat(file2,&stat2)>=0) in test_inode()
542 if(stat1.st_dev == stat2.st_dev && stat1.st_ino == stat2.st_ino) in test_inode()
/titanic_50/usr/src/uts/common/io/vr/
H A Dvr.c993 ddi_put32(vrp->rxring.acchdl, &rp->cdesc->stat1, in vr_rxring_init()
1066 ddi_put32(vrp->txring.acchdl, &wp->cdesc->stat1, 0); in vr_txring_init()
1588 ddi_put32(vrp->txring.acchdl, &wp->cdesc->stat1, in vr_tx_enqueue_msg()
1610 uint32_t stat0, stat1, freed, dirty; in vr_tx_reclaim() local
1631 stat1 = ddi_get32(vrp->txring.acchdl, &cp->cdesc->stat1); in vr_tx_reclaim()
1632 if ((stat1 & VR_TDES1_STP) != 0) { in vr_tx_reclaim()
H A Dvr.h218 uint32_t stat1; member
/titanic_50/usr/src/cmd/idmap/idmap/
H A Didmap.c513 idmap_stat stat, stat1; in fini_udt_command() local
531 stat1 = idmap_udt_get_error_index(udt, &failpos); in fini_udt_command()
532 if (stat1 != IDMAP_SUCCESS) { in fini_udt_command()
535 idmap_stat2string(stat1)); in fini_udt_command()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5194 __be64 stat1; member
5825 __be64 stat1; member
5942 __be64 stat1; member
6935 __be64 stat1; member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c644 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
647 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
649 ARCSTAT_BUMP(arcstat_##stat1##_##notstat2##_##stat); \