| /titanic_53/usr/src/boot/sys/boot/arm/at91/libat91/ |
| H A D | emac.c | 386 unsigned short stat2; in MII_GetLinkSpeed() local 400 stat2 = AT91F_MII_ReadPhy(pEmac, MII_STS2_REG); in MII_GetLinkSpeed() 401 if (!(stat2 & MII_STS2_LINK)) in MII_GetLinkSpeed() 404 if (stat2 & MII_STS2_100TX) in MII_GetLinkSpeed() 406 if (stat2 & MII_STS2_FDX) in MII_GetLinkSpeed() 412 stat2 = AT91F_MII_ReadPhy(pEmac, MII_STS_REG); in MII_GetLinkSpeed() 413 if (stat2 & MII_STS_LINK_STAT) in MII_GetLinkSpeed() 420 if (stat2 & MII_STS_LINK_STAT) in MII_GetLinkSpeed() 427 stat2 = AT91F_MII_ReadPhy(pEmac, MII_SPEC_STS_REG); in MII_GetLinkSpeed() 429 if (stat2 & (MII_SSTS_100FDX | MII_SSTS_100HDX)) { in MII_GetLinkSpeed() [all …]
|
| /titanic_53/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_53/usr/src/lib/libnisdb/ |
| H A D | db_mindex3.cc | 339 int ret, stat = LDAP_SUCCESS, stat2, stat3; in entriesFromLDAPreal() local 523 TRYWRITELOCK(mindex, stat2, "w db_mindex::entriesFromLDAPreal"); in entriesFromLDAPreal() 524 if (stat2 == 0) { in entriesFromLDAPreal() 530 if (stat != 0 || stat2 != 0 || stat3 != 0) { in entriesFromLDAPreal() 540 } else if (stat2 != 0) { in entriesFromLDAPreal() 541 if (stat2 == EBUSY) in entriesFromLDAPreal() 548 myself, stat2, NIL(t->objName)); in entriesFromLDAPreal() 579 if (stat2 == 0) { in entriesFromLDAPreal() 912 WRITEUNLOCKNR(mindex, stat2, "db_mindex::entriesFromLDAPreal wu"); in entriesFromLDAPreal() 919 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_53/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_53/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_53/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
| H A D | test.c | 546 struct stat stat1,stat2; in test_inode() local 547 if(test_stat(file1,&stat1)>=0 && test_stat(file2,&stat2)>=0) in test_inode() 548 if(stat1.st_dev == stat2.st_dev && stat1.st_ino == stat2.st_ino) in test_inode()
|
| /titanic_53/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_53/usr/src/uts/common/fs/zfs/ |
| H A D | arc.c | 614 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 617 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \ 623 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \
|
| /titanic_53/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
|