Searched refs:ev_value (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/lib/libstand/
H A Denvironment.c86 ev->ev_value = NULL;
122 if (ev->ev_value != NULL)
123 free(ev->ev_value);
127 ev->ev_value = strdup(value);
129 ev->ev_value = (char *)value;
145 if (ev->ev_value != NULL)
146 return(ev->ev_value);
205 free(ev->ev_value);
H A Dstand.h294 void *ev_value; member in struct:env_var
/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dbootinfo.c160 if (ep->ev_value != NULL) {
161 i386_copyin(ep->ev_value, addr, strlen(ep->ev_value));
162 addr += strlen(ep->ev_value);
/freebsd-10.1-release/sys/boot/userboot/userboot/
H A Dbootinfo.c160 if (ep->ev_value != NULL) {
161 CALLBACK(copyin, ep->ev_value, addr, strlen(ep->ev_value));
162 addr += strlen(ep->ev_value);
/freebsd-10.1-release/sys/boot/powerpc/ofw/
H A Dmetadata.c128 if (ep->ev_value != NULL) {
129 archsw.arch_copyin(ep->ev_value, addr, strlen(ep->ev_value));
130 addr += strlen(ep->ev_value);
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dmetadata.c127 if (ep->ev_value != NULL) {
128 archsw.arch_copyin(ep->ev_value, addr, strlen(ep->ev_value));
129 addr += strlen(ep->ev_value);
/freebsd-10.1-release/sys/boot/sparc64/loader/
H A Dmetadata.c172 if (ep->ev_value != NULL) {
173 archsw.arch_copyin(ep->ev_value, addr, strlen(ep->ev_value));
174 addr += strlen(ep->ev_value);
/freebsd-10.1-release/sys/boot/uboot/common/
H A Dmetadata.c140 if (ep->ev_value != NULL) {
141 archsw.arch_copyin(ep->ev_value, addr,
142 strlen(ep->ev_value));
143 addr += strlen(ep->ev_value);
/freebsd-10.1-release/sys/boot/i386/efi/
H A Dbootinfo.c107 if (ep->ev_value != NULL) {
108 len = strlen(ep->ev_value);
109 if (i386_copyin(ep->ev_value, addr, len) != len)
/freebsd-10.1-release/sys/boot/ia64/common/
H A Dbootinfo.c105 if (ep->ev_value != NULL) {
106 len = strlen(ep->ev_value);
107 if (ia64_copyin(ep->ev_value, addr, len) != len)
/freebsd-10.1-release/sys/dev/sfxge/common/
H A Dsiena_mon.c166 uint16_t ev_value; local
177 ev_value = (uint16_t)MCDI_EV_FIELD(eqp, SENSOREVT_VALUE);
194 valuep->emsv_value = ev_value;
/freebsd-10.1-release/sys/boot/amd64/efi/
H A Dbootinfo.c123 if (ep->ev_value != NULL) {
124 len = strlen(ep->ev_value);
125 if (x86_efi_copyin(ep->ev_value, addr, len) != len)

Completed in 203 milliseconds