HomeSort by: relevance | last modified time | path
    Searched defs:evp (Results 1 - 25 of 25) sorted by relevancy

  /src/lib/libc/stdio/
makebuf.c 66 char evb[64], *evp; local
74 if ((evp = getenv(evb)) == NULL && (evp = getenv("STDBUF")) == NULL)
77 switch (*evp) {
80 evp++;
85 evp++;
90 evp++;
95 if (!isdigit((unsigned char)*evp))
98 s = strtoi(evp, NULL, 0, 0, 1024 * 1024, &e);
  /src/share/examples/rump/btplay/
btplay.c 72 hci_event_hdr_t *evp; local
119 evp = (void *)msg;
138 if (evp->event != HCI_EVENT_COMMAND_COMPL)
146 if (evp->event == HCI_EVENT_INQUIRY_COMPL)
148 if (evp->event == HCI_EVENT_INQUIRY_RESULT) {
183 if (evp->event != HCI_EVENT_REMOTE_NAME_REQ_COMPL)
186 nresp = (void *)(evp+1);
  /src/sys/kern/
subr_evcnt.c 130 struct evcnt * const *evp; local
138 __link_set_foreach(evp, evcnts) {
139 if (*evp == &dummy_static_evcnt)
141 evcnt_attach_static(*evp);
  /src/lib/librumpuser/
rumpuser_dl.c 363 struct evcnt *const *evp, *const *evp_end; local
388 evp = dlsym(handle, "__start_link_set_evcnts");
390 if (evp && evp_end) {
391 for (; evp < evp_end; evp++)
392 doevcntattach(*evp);
393 assert(evp == evp_end);
  /src/sys/compat/netbsd32/
netbsd32_time.c 418 struct sigevent *evp = dst; local
426 netbsd32_to_sigevent(&ev32, evp);
435 syscallarg(netbsd32_sigeventp_t) evp;
440 SCARG(uap, clock_id), SCARG_P32(uap, evp),
netbsd32_syscallargs.h 1242 syscallarg(netbsd32_sigeventp_t) evp; member in struct:netbsd32_timer_create_args
  /src/sys/dev/apm/
apm.c 367 struct apm_event_info *evp; local
373 evp = &sc->sc_event_list[sc->sc_event_ptr];
377 evp->type = event_type;
378 evp->index = ++apm_evindex;
754 struct apm_event_info *evp; local
803 evp = (struct apm_event_info *)data;
806 *evp = sc->sc_event_list[i];
  /src/sys/dev/hpc/apm/
apmdev.c 378 struct apm_event_info *evp; local
384 evp = &sc->sc_event_list[sc->sc_event_ptr];
388 evp->type = event_type;
389 evp->index = ++apm_evindex;
810 struct apm_event_info *evp; local
844 evp = (struct apm_event_info *)data;
847 *evp = sc->sc_event_list[i];
  /src/sys/arch/xen/xen/
evtchn.c 1172 struct evtsource *evp = evtsource[i]; local
1174 if (strcmp(evp->ev_intrname, intrid) == 0)
1175 return evp;
1185 struct evtsource *evp; local
1189 evp = event_get_handler(intrid);
1190 if (evp != NULL && cpu_idx == cpu_index(evp->ev_cpu))
1191 count = evp->ev_evcnt.ev_count;
1201 struct evtsource *evp; local
1207 evp = event_get_handler(intrid)
1217 struct evtsource *evp; local
1237 struct evtsource *evp; local
    [all...]
  /src/lib/libedit/
history.c 203 #define he_seterrev(evp, code) {\
204 evp->num = code;\
205 evp->str = he_strerror(code);\
417 HistEventPrivate *evp = (void *)&h->cursor->ev; local
421 elen = Strlen(evp->str);
429 memcpy(s, evp->str, elen * sizeof(*s));
432 h_free(evp->str);
433 evp->str = s;
483 HistEventPrivate *evp = (void *)&hp->ev; local
493 h_free(evp->str)
    [all...]
  /src/sys/arch/sparc/dev/
tctrl.c 741 struct apm_event_info *evp; local
745 evp = &sc->sc_event_list[sc->sc_event_ptr];
749 evp->type = event_type;
750 evp->index = ++tctrl_apm_evindex;
1092 struct apm_event_info *evp; local
1152 evp = (struct apm_event_info *)data;
1155 *evp = sc->sc_event_list[i];
  /src/sys/ddb/
db_command.c 1149 struct evcnt ev, *evp; local
1178 evp = (struct evcnt *)db_read_ptr("allevents");
1179 while (evp != NULL) {
1180 db_read_bytes((db_addr_t)evp, sizeof(ev), (char *)&ev);
1181 evp = ev.ev_list.tqe_next;
  /src/usr.sbin/pstat/
pstat.c 302 char *e_vnodebase, *endvnode, *evp; local
323 for (evp = e_vnodebase; evp < endvnode; evp += VPTRSZ + VNODESZ) {
324 vp = (struct vnode *)(evp + VPTRSZ);
356 ovflw = vnode_print(*(struct vnode **)evp, vp);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 860 Event *evp = &trace[pos]; local
862 *evp = ev;
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 496 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/compat/linux32/arch/aarch64/
linux32_syscallargs.h 824 syscallarg(struct linux32_sigevent *) evp; member in struct:linux32_sys_timer_create_args
  /src/sys/compat/linux32/arch/amd64/
linux32_syscallargs.h 859 syscallarg(struct linux32_sigevent *) evp; member in struct:linux32_sys_timer_create_args
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 994 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 887 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 952 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 999 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 946 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1015 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 885 syscallarg(struct linux_sigevent *) evp; member in struct:linux_sys_timer_create_args
  /src/sys/sys/
syscallargs.h 1515 syscallarg(struct sigevent *) evp; member in struct:sys_timer_create_args

Completed in 56 milliseconds