/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | pxe.h | 136 PXENV_STATUS_t Status; member in struct:__anon228 146 PXENV_STATUS_t Status; member in struct:__anon229 151 PXENV_STATUS_t Status; member in struct:__anon230 156 PXENV_STATUS_t Status; member in struct:__anon231 170 PXENV_STATUS_t Status; member in struct:__anon233 176 PXENV_STATUS_t Status; member in struct:__anon234 181 PXENV_STATUS_t Status; member in struct:__anon235 194 PXENV_STATUS_t Status; member in struct:__anon236 199 PXENV_STATUS_t Status; member in struct:__anon237 230 PXENV_STATUS_t Status; member in struct:__anon239 236 PXENV_STATUS_t Status; member in struct:__anon240 242 PXENV_STATUS_t Status; member in struct:__anon241 248 PXENV_STATUS_t Status; member in struct:__anon242 268 PXENV_STATUS_t Status; member in struct:__anon243 277 PXENV_STATUS_t Status; member in struct:__anon244 282 PXENV_STATUS_t Status; member in struct:__anon245 287 PXENV_STATUS_t Status; member in struct:__anon246 292 PXENV_STATUS_t Status; member in struct:__anon247 299 PXENV_STATUS_t Status; member in struct:__anon248 329 PXENV_STATUS_t Status; member in struct:__anon252 338 PXENV_STATUS_t Status; member in struct:__anon253 366 PXENV_STATUS_t Status; member in struct:__anon254 371 PXENV_STATUS_t Status; member in struct:__anon255 381 PXENV_STATUS_t Status; member in struct:__anon256 386 PXENV_STATUS_t Status; member in struct:__anon257 394 PXENV_STATUS_t Status; member in struct:__anon258 409 PXENV_STATUS_t Status; member in struct:__anon259 418 PXENV_STATUS_t Status; member in struct:__anon260 451 PXENV_STATUS_t Status; member in struct:__anon264 458 PXENV_STATUS_t Status; member in struct:__anon265 515 PXENV_STATUS_t Status; member in struct:__anon269 520 PXENV_STATUS_t Status; member in struct:__anon270 [all...] |
H A D | undi.c | 191 #define UNDI_STATUS(pxs) ( (pxs)->Status == PXENV_EXIT_SUCCESS ? \ 193 ( (pxs)->Status == PXENV_EXIT_FAILURE ? \ 410 undi.pxs->Status ); 436 opcode, undi.pxs->Status ); 529 DBG ( "PXENV_START_UNDI <= Status=%s\n", UNDI_STATUS(undi.pxs) ); 539 DBG ( "PXENV_UNDI_STARTUP <= Status=%s\n", UNDI_STATUS(undi.pxs) ); 549 DBG ( "PXENV_UNDI_CLEANUP <= Status=%s\n", UNDI_STATUS(undi.pxs) ); 561 DBG ( "PXENV_UNDI_INITIALIZE <= Status=%s\n", UNDI_STATUS(undi.pxs) ); 571 DBG ( "PXENV_UNDI_SHUTDOWN <= Status=%s\n", UNDI_STATUS(undi.pxs) ); 592 DBG ( "PXENV_UNDI_OPEN <= Status [all...] |
H A D | undi.h | 64 PXENV_STATUS_t Status; /* Make it easy to read status member in union:pxenv_structure
|
/osnet-11/usr/src/lib/libeti/form/common/ |
H A D | post.c | 46 if (Status(f, POSTED)) 75 if (!Status(f, POSTED)) 78 if (Status(f, DRIVER)) 97 if (!Status(f, POSTED)) 112 if (!Status(f, POSTED)) { 117 if (Status(f, DRIVER)) 163 if (!Status(f, POSTED)) { 168 if (Status(f, DRIVER))
|
H A D | fieldtype.c | 105 if (Status(left, ARGS) || Status(right, ARGS)) 108 if (Status(left, CHOICE) || Status(right, CHOICE)) 128 if (Status(t, LINKED)) { 173 if (! t || ! Status(t, ARGS)) 176 if (Status(t, LINKED)) { 201 if (!t || !Status(t, ARGS)) 204 if (Status(t, LINKED)) { 223 if (!t || !Status( [all...] |
H A D | field_stat.c | 60 if (Status(Field(f), USR_CHG))
|
H A D | form_sub.c | 41 if (Status(f, POSTED))
|
H A D | form_win.c | 41 if (Status(f, POSTED))
|
H A D | field_buf.c | 54 if (Status(f, GROWABLE) && len > size)
|
H A D | driver.c | 186 if (Status(f, DRIVER)) 190 else if (Status(f, POSTED)) {
|
H A D | form.c | 189 if (nf == 0 || Status(x[nf], NEW_PAGE)) 207 else if (Status(x[i], NEW_PAGE)) { 252 if (Status(f, POSTED)) 270 if (Status(f, POSTED))
|
H A D | utility.c | 42 #define Posted(f) (Status((f) -> form, POSTED)) 214 if (Status(c, TOP_CHG)) { 286 if (Status(f, WIN_CHG)) { 483 if (Status(f, BUF_CHG) || !Opt(c, O_PASSOK)) { 504 if (c != field || ! Status(f, POSTED)) { 566 if (P(f) != page || ! Status(f, POSTED)) {
|
H A D | field.c | 218 f->status = Status(field, GROWABLE); 269 f->status = Status(field, GROWABLE); 456 if (Status(Field(f), NEW_PAGE))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | podchecker.PL | 108 Status 1 overrides status 2. If you want unambigouus
|
/osnet-11/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 64 #define Status(f, s) ((f) -> status & (s)) macro
|
/osnet-11/usr/src/lib/smhba/common/ |
H A D | smhbaapi.h | 62 /* SM-HBA 6.2 Status Return Values */ 343 HBA_STATUS Status; member in struct:SMHBA_BindingEntry
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | SMTP.pm | 667 Status Notification).
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Builder.pm | 1051 =head2 Test Status and Info
|