Searched refs:Status (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h136 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 Dundi.c191 #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 Dundi.h64 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 Dpost.c46 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 Dfieldtype.c105 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 Dfield_stat.c60 if (Status(Field(f), USR_CHG))
H A Dform_sub.c41 if (Status(f, POSTED))
H A Dform_win.c41 if (Status(f, POSTED))
H A Dfield_buf.c54 if (Status(f, GROWABLE) && len > size)
H A Ddriver.c186 if (Status(f, DRIVER))
190 else if (Status(f, POSTED)) {
H A Dform.c189 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 Dutility.c42 #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 Dfield.c218 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 Dpodchecker.PL108 Status 1 overrides status 2. If you want unambigouus
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dutility.h64 #define Status(f, s) ((f) -> status & (s)) macro
/osnet-11/usr/src/lib/smhba/common/
H A Dsmhbaapi.h62 /* 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 DSMTP.pm667 Status Notification).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm1051 =head2 Test Status and Info

Completed in 87 milliseconds