Searched refs:status (Results 1 - 25 of 2759) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/lib/libc/uuid/
H A Duuid_create_nil.c39 uuid_create_nil(uuid_t *u, uint32_t *status) argument
42 if (status)
43 *status = uuid_s_ok;
H A Duuid_equal.c39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) argument
42 if (status != NULL)
43 *status = uuid_s_ok;
H A Duuid_is_nil.c38 uuid_is_nil(const uuid_t *u, uint32_t *status) argument
42 if (status)
43 *status = uuid_s_ok;
/illumos-gate/usr/src/boot/lib/libstand/
H A Duuid_from_string.c88 uuid_from_string(const char *s, uuid_t *u, uint32_t *status) argument
94 uuid_create_nil(u, status);
98 if (status != NULL)
99 *status = uuid_s_invalid_string_uuid;
126 if (status != NULL)
127 *status = uuid_s_bad_version;
129 if (status != NULL)
130 *status = uuid_s_ok;
H A Duuid_to_string.c61 * NOTE: The references given above do not have a status code for when
62 * the string could not be allocated. The status code has been
74 uuid_to_string(const uuid_t *u, char **s, uint32_t *status) argument
79 if (status != NULL)
80 *status = uuid_s_ok;
85 if (status != NULL)
86 *status = uuid_s_no_memory;
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c307 s->status = FINISH_STATE;
338 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
413 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
680 (s->status == FINISH_STATE && flush != Z_FINISH)) {
690 if (s->status == INIT_STATE) {
707 s->status = BUSY_STATE;
732 s->status = EXTRA_STATE;
753 s->status = BUSY_STATE;
765 if (s->status == EXTRA_STATE) {
787 s->status
982 int status; local
[all...]
H A Ddeflate.h61 /* Stream status */
99 int status; /* as the name implies */ member in struct:internal_state
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootspi/
H A Dee.c96 unsigned int status; local
103 status = twiPtr->TWI_SR;
104 status = twiPtr->TWI_RHR;
115 status = twiPtr->TWI_SR;
136 unsigned status; local
144 status = twiPtr->TWI_SR;
152 status = twiPtr->TWI_SR;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Deeprom.c89 unsigned int status; local
92 status = twiPtr->TWI_SR;
93 status = twiPtr->TWI_RHR;
105 status = twiPtr->TWI_SR;
121 status = twiPtr->TWI_SR;
147 unsigned status; local
161 status = twiPtr->TWI_SR;
173 status = twiPtr->TWI_SR;
H A Dsd-card.c69 volatile unsigned int status; local
78 status = AT91C_BASE_MCI->MCI_SR;
81 while( !(status & waitfor) && (timeout>0) );
83 status = AT91C_BASE_MCI->MCI_SR;
86 if (MCI_Device.state == AT91C_MCI_TX_SINGLE_BLOCK && status & AT91C_MCI_TXBUFE) {
93 if (MCI_Device.state == AT91C_MCI_RX_SINGLE_BLOCK && status & AT91C_MCI_RXBUFF) {
99 //printf("WaitReady returning status %x\n", status);
101 return status;
121 int status; local
213 unsigned int status; local
272 int status; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c242 u_int8_t status; member in struct:__anon122
268 u_int8_t status; local
290 status = cfread8(CF_STATUS);
291 if (status != 0x50)
292 printf("cf-ata0 %x\n", (u_int32_t)status);
293 if (status == 0xff) {
458 u_int8_t status; local
463 status = cfread8(CF_STATUS);
464 if (status == 0xff) {
465 printf("%s: master: no status, reselectin
500 u_int8_t status; local
558 u_int8_t status; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c360 * it simply boots, otherwise it returns the status of last EFI call.
372 EFI_STATUS status; local
374 status = load_loader(&mod, &dev, &loaderbuf, &loadersize, TRUE);
375 if (status != EFI_SUCCESS) {
376 status = load_loader(&mod, &dev, &loaderbuf, &loadersize,
378 if (status != EFI_SUCCESS) {
380 return (status);
396 status = mod->load(PATH_DOTCONFIG, dev, &buf, &bufsize);
397 if (status == EFI_NOT_FOUND)
398 status
473 EFI_STATUS status; local
539 EFI_STATUS status; local
573 EFI_STATUS status; local
739 EFI_STATUS status; local
[all...]
H A Dboot_module.h91 /* status outputs information about the probed devices. */
92 void (*status)(void); member in struct:boot_module_t
H A Dufs_module.c50 EFI_STATUS status; local
55 status = devinfo->dev->ReadBlocks(devinfo->dev,
58 if (status != EFI_SUCCESS) {
60 "status: %lu\n", devinfo->dev,
62 EFI_ERROR_CODE(status));
99 EFI_STATUS status; local
121 if ((status = bs->AllocatePool(EfiLoaderData, size, &buf)) !=
124 size, filepath, EFI_ERROR_CODE(status));
125 return (status);
145 status() function
[all...]
H A Dzfs_module.c48 EFI_STATUS status; local
53 status = devinfo->dev->ReadBlocks(devinfo->dev,
55 if (status != EFI_SUCCESS) {
57 " status: %lu\n", devinfo->dev,
59 EFI_ERROR_CODE(status));
71 EFI_STATUS status; local
74 if ((status = bs->AllocatePool(EfiLoaderData, sizeof(*dev),
77 EFI_ERROR_CODE(status));
78 return (status);
102 EFI_STATUS status; local
157 status() function
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defifpswa.h15 UINT64 status; member in struct:_FPSWA_RET
H A Defilib.h51 void exit(EFI_STATUS status);
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defi_console.c499 EFI_STATUS status; local
512 status = conin->ReadKeyStroke(conin, &key);
513 if (status == EFI_NOT_READY) {
515 status = conin->ReadKeyStroke(conin, &key);
H A Definet.c121 EFI_STATUS status; local
126 status = net->Transmit(net, 0, len, pkt, 0, 0, 0);
127 if (status != EFI_SUCCESS)
133 status = net->GetStatus(net, 0, &buf);
138 } while (status == EFI_SUCCESS && buf == 0);
140 /* XXX How do we deal with status != EFI_SUCCESS now? */
141 return ((status == EFI_SUCCESS) ? len : -1);
149 EFI_STATUS status; local
159 status = net->Receive(net, 0, &bufsz, buf, 0, 0, 0);
160 if (status
185 EFI_STATUS status; local
268 EFI_STATUS status; local
[all...]
H A Defipart.c85 EFI_STATUS status; local
93 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 0);
94 if (status == EFI_BUFFER_TOO_SMALL) {
96 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz,
98 if (EFI_ERROR(status))
101 if (EFI_ERROR(status))
102 return (efi_status_to_errno(status));
116 status = BS->HandleProtocol(hin[n], &devpath_guid,
118 if (EFI_ERROR(status)) {
130 status
181 EFI_STATUS status; local
212 EFI_STATUS status; local
265 EFI_STATUS status; local
[all...]
H A Derrno.c34 efi_status_to_errno(EFI_STATUS status) argument
38 switch (status) {
H A Dlibefi.c91 EFI_STATUS status; local
99 status = BS->LocateProtocol(&console_control_protocol, NULL,
101 if (status == EFI_SUCCESS)
108 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData,
110 if (status != EFI_SUCCESS)
111 BS->Exit(IH, status, 0, NULL);
117 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
118 if (status != EFI_SUCCESS)
119 exit(status);
198 status
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c120 EFI_STATUS status; local
123 status = uga->Blt(uga, &pix0, EfiUgaVideoToBltBuffer,
125 if (EFI_ERROR(status)) {
145 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
148 if (EFI_ERROR(status)) {
152 status = uga->Blt(uga, &pix1, EfiUgaBltBufferToVideo,
154 if (EFI_ERROR(status)) {
158 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
161 if (EFI_ERROR(status)) {
165 status
193 EFI_STATUS status; local
228 EFI_STATUS status; local
273 EFI_STATUS status; local
433 EFI_STATUS status; local
472 EFI_STATUS status; local
542 EFI_STATUS status; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Defimd.c65 EFI_STATUS status; local
74 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle);
75 if (status == 0)
76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa);
77 bi->bi_fpswa = (status == 0) ? (uint64_t)fpswa : 0;
95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages,
97 if (EFI_ERROR(status)) {
99 (long)status);
111 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver);
112 if (EFI_ERROR(status)) {
129 EFI_STATUS status; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c243 EFI_STATUS status; local
291 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
293 if (EFI_ERROR(status)) {
295 EFI_ERROR_CODE(status));
308 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver);
309 if (EFI_ERROR(status)) {
311 EFI_ERROR_CODE(status));
314 status = BS->ExitBootServices(IH, efi_mapkey);
315 if (EFI_ERROR(status) == 0) {
325 printf("ExitBootServices error %lu\n", EFI_ERROR_CODE(status));
[all...]

Completed in 157 milliseconds

1234567891011>>