/titanic_44/usr/src/cmd/sh/ |
H A D | pwd.c | 182 struct stat stat1, stat2; in cwd2() local 217 if (stat(".", &stat2) == -1 || in cwd2() 218 stat1.st_dev != stat2.st_dev || in cwd2() 219 stat1.st_ino != stat2.st_ino) in cwd2()
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 337 int ret, stat = LDAP_SUCCESS, stat2, stat3; in entriesFromLDAPreal() local 521 TRYWRITELOCK(mindex, stat2, "w db_mindex::entriesFromLDAPreal"); in entriesFromLDAPreal() 522 if (stat2 == 0) { in entriesFromLDAPreal() 528 if (stat != 0 || stat2 != 0 || stat3 != 0) { in entriesFromLDAPreal() 538 } else if (stat2 != 0) { in entriesFromLDAPreal() 539 if (stat2 == EBUSY) in entriesFromLDAPreal() 546 myself, stat2, NIL(t->objName)); in entriesFromLDAPreal() 577 if (stat2 == 0) { in entriesFromLDAPreal() 910 WRITEUNLOCKNR(mindex, stat2, "db_mindex::entriesFromLDAPreal wu"); in entriesFromLDAPreal() 917 if (stat2 != 0) in entriesFromLDAPreal() [all …]
|
H A D | db_mindex2.cc | 729 int i, na, nq = 0, stat, stat2, numAttrs, ret; in queryLDAP() local 863 WRITELOCKNR(table, stat2, in queryLDAP() 866 if (stat != 0 || stat2 != 0) { in queryLDAP() 870 stat != 0 ? stat : stat2); in queryLDAP()
|
/titanic_44/usr/src/cmd/awk/ |
H A D | awk.g.y | 185 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); } 186 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); } 187 | pa_pat ',' pa_pat { $$ = pa2stat($1, $3, stat2(PRINT, rectonode(), NIL)); } 189 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); } 304 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); } 319 { $$ = stat2(DO, $2, notnull($5)); } 332 | while stmt { $$ = stat2(WHILE, $1, $2); }
|
H A D | parse.c | 167 stat2(int a, Node *b, Node *c) in stat2() function
|
H A D | awk.h | 215 extern Node *stat1(int, Node *), *stat2(int, Node *, Node *);
|
/titanic_44/usr/src/cmd/oawk/ |
H A D | awk.g.y | 211 pattern { $$ = stat2(PASTAT, $1, genprint()); } 212 | pattern '{' stat_list '}' { $$ = stat2(PASTAT, $1, $3); } 216 | '{' stat_list '}' { $$ = stat2(PASTAT, 0, $2); } 318 | while statement { $$ = stat2(WHILE, $1, $2); }
|
H A D | parse.c | 178 NODE *stat2(a, b, c) NODE *b, *c; in stat2() function 242 x = stat2(PRINT, valtonode(lookup(L_record, symtab, 0), CFLD), NULL); in genprint()
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 540 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_44/usr/src/lib/libdladm/common/ |
H A D | libdlvnic.c | 577 dladm_status_t stat2; in dladm_vnic_create() local 579 stat2 = dladm_bridge_refresh(handle, linkid); in dladm_vnic_create() 580 if (status == DLADM_STATUS_OK && stat2 != DLADM_STATUS_OK) in dladm_vnic_create() 581 status = stat2; in dladm_vnic_create()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 1023 struct stat64 stat1, stat2; in get_mount_point() local
|
/titanic_44/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 5195 __be64 stat2; member 5826 __be64 stat2; member 5943 __be64 stat2; member 6936 __be64 stat2; member
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 640 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 643 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \ 649 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \
|