Searched refs:ev (Results 1 - 25 of 176) sorted by path

12345678

/illumos-gate/usr/src/boot/lib/libstand/
H A Denvironment.c40 static void env_discard(struct env_var *ev);
50 struct env_var *ev; local
52 for (ev = environ; ev != NULL; ev = ev->ev_next)
53 if (!strcmp(ev->ev_name, name))
55 return(ev);
70 struct env_var *ev, *curr, *last; local
72 if ((ev
144 struct env_var *ev; local
181 struct env_var *ev; local
198 env_discard(struct env_var *ev) argument
[all...]
H A Dstand.h309 typedef char *(ev_format_t)(struct env_var *ev);
310 typedef int (ev_sethook_t)(struct env_var *ev, int flags,
312 typedef int (ev_unsethook_t)(struct env_var *ev);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c251 struct env_var *ev; local
259 for (ev = environ; ev != NULL; ev = ev->ev_next) {
260 pager_output(ev->ev_name);
261 cp = getenv(ev->ev_name);
H A Dconsole.c38 static int cons_set(struct env_var *ev, int flags, const void *value);
42 static int twiddle_set(struct env_var *ev, int flags, const void *value);
176 cons_set(struct env_var *ev, int flags, const void *value) argument
192 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
301 twiddle_set(struct env_var *ev, int flags, const void *value) argument
312 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
H A Dinterp.c282 char *pr, *p, *cp, *ev; local
294 ev = getenv(p + 2);
296 if (ev != NULL)
297 n = sprintf(promptbuf+n, "%s", ev);
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Ddelay.c38 static EFI_EVENT ev = 0; local
41 if (!ev) {
42 if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev)
47 BS->SetTimer(ev, TimerRelative, usecs * 10);
48 BS->WaitForEvent(1, &ev, &junk);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c272 char *ev, *p; local
311 ev = getenv("smbios.system.maker");
312 if (ev != NULL && !strcmp(ev, "Apple Inc.")) {
313 ev = getenv("smbios.system.product");
314 if (ev != NULL && !strcmp(ev, "iMac7,1")) {
322 } else if (ev != NULL && !strcmp(ev, "MacBook3,1")) {
362 ev
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c61 for (i = 0; howto_names[i].ev != NULL; i++) {
62 if (getenv(howto_names[i].ev) != NULL)
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c79 for (i = 0; howto_names[i].ev != NULL; i++) {
80 if (getenv(howto_names[i].ev) != NULL)
H A Ddevicename.c186 efi_setcurrdev(struct env_var *ev, int flags, const void *value) argument
196 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
H A Dloader_efi.h40 int efi_setcurrdev(struct env_var *ev, int flags, const void *value);
H A Dmain.c307 for (i = 0; howto_names[i].ev != NULL; i++)
309 setenv(howto_names[i].ev, "YES", 1);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo.c99 for (i = 0; howto_names[i].ev != NULL; i++)
100 if (getenv(howto_names[i].ev) != NULL)
144 for (i = 0; howto_names[i].ev != NULL; i++)
146 setenv(howto_names[i].ev, "YES", 1);
H A Dcomconsole.c77 static int comc_pcidev_set(struct env_var *ev, int flags,
380 comc_mode_set(struct env_var *ev, int flags, const void *value) argument
387 if ((cp = get_console(ev->ev_name)) == NULL)
395 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
401 comc_cd_set(struct env_var *ev, int flags, const void *value) argument
409 if ((cp = get_console(ev->ev_name)) == NULL)
422 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
428 comc_rtsdtr_set(struct env_var *ev, int flags, const void *value) argument
436 if ((cp = get_console(ev->ev_name)) == NULL)
449 env_setenv(ev
532 comc_pcidev_set(struct env_var *ev, int flags, const void *value) argument
[all...]
H A Ddevicename.c196 i386_setcurrdev(struct env_var *ev, int flags, const void *value) argument
204 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
H A Dlibi386.h93 int i386_setcurrdev(struct env_var *ev, int flags, const void *value);
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Ddevicename.c136 ofw_setcurrdev(struct env_var *ev, int flags, const void *value) argument
145 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c110 for (i = 0; howto_names[i].ev != NULL; i++)
111 if (getenv(howto_names[i].ev) != NULL)
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c110 for (i = 0; howto_names[i].ev != NULL; i++) {
111 if (getenv(howto_names[i].ev) != NULL)
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Ddevicename.c191 uboot_setcurrdev(struct env_var *ev, int flags, const void *value) argument
199 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
H A Dlibuboot.h54 int uboot_setcurrdev(struct env_var *ev, int flags, const void *value);
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo.c100 for (i = 0; howto_names[i].ev != NULL; i++)
101 if (getenv(howto_names[i].ev) != NULL)
139 for (i = 0; howto_names[i].ev != NULL; i++)
141 setenv(howto_names[i].ev, "YES", 1);
H A Ddevicename.c214 userboot_setcurrdev(struct env_var *ev, int flags, const void *value) argument
222 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
H A Dlibuserboot.h60 int userboot_setcurrdev(struct env_var *ev, int flags, const void *value);
/illumos-gate/usr/src/boot/sys/sys/
H A Dboot.h38 const char *ev; member in struct:__anon405

Completed in 201 milliseconds

12345678