| /freebsd-9-stable/lib/libstand/ |
| D | environment.c | 53 if (!strcmp(ev->ev_name, name)) in env_getenv() 85 ev->ev_name = strdup(name); in env_setenv() 99 if (strcmp(ev->ev_name, curr->ev_name) < 0) { in env_setenv() 203 free(ev->ev_name); in env_discard()
|
| D | stand.h | 290 char *ev_name; member
|
| /freebsd-9-stable/sys/boot/userboot/userboot/ |
| D | bootinfo.c | 178 CALLBACK(copyin, ep->ev_name, addr, strlen(ep->ev_name)); in bi_copyenv() 179 addr += strlen(ep->ev_name); in bi_copyenv()
|
| D | devicename.c | 202 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in userboot_setcurrdev()
|
| /freebsd-9-stable/sys/boot/i386/libi386/ |
| D | bootinfo.c | 178 i386_copyin(ep->ev_name, addr, strlen(ep->ev_name)); in bi_copyenv() 179 addr += strlen(ep->ev_name); in bi_copyenv()
|
| D | comconsole.c | 187 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_speed_set() 205 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_port_set() 296 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_pcidev_set()
|
| D | devicename.c | 204 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in i386_setcurrdev()
|
| /freebsd-9-stable/usr.sbin/pmcstat/ |
| D | pmcstat.c | 137 ev_clone->ev_name = strdup(ev->ev_name); in pmcstat_clone_event_descriptor() 185 ev->ev_name, (int)pt->pt_pid); in pmcstat_attach_pmcs() 203 ev->ev_pmcid, ev->ev_name); in pmcstat_cleanup() 206 ev->ev_pmcid, ev->ev_name); in pmcstat_cleanup() 207 free(ev->ev_name); in pmcstat_cleanup() 374 ev->ev_pmcid, ev->ev_name); in pmcstat_start_pmcs() 403 ev->ev_cpu, w-3, ev->ev_name); in pmcstat_print_headers() 406 ev->ev_name); in pmcstat_print_headers() 429 ev->ev_name); in pmcstat_print_counters() 788 ev->ev_name = malloc(c + 1); in main() [all …]
|
| D | pmcstat.h | 117 char *ev_name; /* (derived) event name */ member
|
| /freebsd-9-stable/contrib/openbsm/libbsm/ |
| D | bsm_mask.c | 65 char ev_name[AU_EVENT_NAME_MAX]; member 81 aemp->ev.ae_name = aemp->ev_name; in audit_event_map_alloc()
|
| /freebsd-9-stable/sys/boot/pc98/libpc98/ |
| D | comconsole.c | 187 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_speed_set() 205 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_port_set() 296 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_pcidev_set()
|
| /freebsd-9-stable/sys/boot/powerpc/ofw/ |
| D | metadata.c | 146 archsw.arch_copyin(ep->ev_name, addr, strlen(ep->ev_name)); in md_copyenv() 147 addr += strlen(ep->ev_name); in md_copyenv()
|
| /freebsd-9-stable/sys/boot/powerpc/ps3/ |
| D | metadata.c | 145 archsw.arch_copyin(ep->ev_name, addr, strlen(ep->ev_name)); in md_copyenv() 146 addr += strlen(ep->ev_name); in md_copyenv()
|
| D | devicename.c | 236 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in ps3_setcurrdev()
|
| /freebsd-9-stable/sys/boot/uboot/common/ |
| D | metadata.c | 155 archsw.arch_copyin(ep->ev_name, addr, strlen(ep->ev_name)); in md_copyenv() 156 addr += strlen(ep->ev_name); in md_copyenv()
|
| /freebsd-9-stable/sys/boot/sparc64/loader/ |
| D | metadata.c | 190 archsw.arch_copyin(ep->ev_name, addr, strlen(ep->ev_name)); in md_copyenv() 191 addr += strlen(ep->ev_name); in md_copyenv()
|
| /freebsd-9-stable/sys/boot/i386/efi/ |
| D | bootinfo.c | 122 len = strlen(ep->ev_name); in bi_copyenv() 123 if (i386_copyin(ep->ev_name, addr, len) != len) in bi_copyenv()
|
| D | devicename.c | 167 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in i386_setcurrdev()
|
| /freebsd-9-stable/sys/boot/ia64/common/ |
| D | bootinfo.c | 120 len = strlen(ep->ev_name); in bi_copyenv() 121 if (ia64_copyin(ep->ev_name, addr, len) != len) in bi_copyenv()
|
| D | devicename.c | 167 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in ia64_setcurrdev()
|
| /freebsd-9-stable/sys/boot/common/ |
| D | commands.c | 257 pager_output(ev->ev_name); in command_show() 258 cp = getenv(ev->ev_name); in command_show()
|
| D | console.c | 174 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in cons_set()
|
| /freebsd-9-stable/sys/boot/ofw/libofw/ |
| D | devicename.c | 145 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in ofw_setcurrdev()
|
| /freebsd-9-stable/sys/boot/uboot/lib/ |
| D | devicename.c | 199 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in uboot_setcurrdev()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/lockstat/ |
| D | lockstat.c | 139 char ev_name[DTRACE_NAMELEN]; member 681 if (info->ev_name[0] == '\0') in dprog_addevent() 756 dprog_add("%s\n", info->ev_name); in dprog_addevent() 779 dprog_add("%s\n", info->ev_name); in dprog_addevent() 1172 (void) sprintf(g_event_info[j].ev_name, in main()
|