Searched refs:ev (Results 1 - 25 of 269) sorted by last modified time

1234567891011

/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c2019 notify_get_event(int token, int *ev, char *buf, int *len)
2021 if (ev != NULL) *ev = 0;
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c774 uint64_t ev = sv + nxrosz, cv = sv; local
780 for (pdep = pmap_pde(npmap, cv); pdep != NULL && (cv < ev);) {
794 for (ptep = pmap_pte(npmap, cv); ptep != NULL && (cv < (pdev + NBPD)) && (cv < ev);) {
2507 pmap_permissions_verify(pmap_t ipmap, vm_map_t ivmmap, vm_offset_t sv, vm_offset_t ev) { argument
2513 ev &= ~PAGE_MASK_64;
2514 while (cv < ev) {
2560 while (cv < ev) {
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocketvar.h81 #include <sys/ev.h>
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Ddlil.c2766 ifnet_update_sndq(struct ifclassq *ifq, cqev_t ev) argument
2779 ifclassq_update(ifq, ev);
2783 ifnet_update_rcv(struct ifnet *ifp, cqev_t ev) argument
2785 switch (ev) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_socket2.c86 #include <sys/ev.h>
H A Dkern_descrip.c95 #include <sys/ev.h>
H A Dkern_event.c3173 struct kern_event_msg *ev; local
3195 ev = mtod(m, struct kern_event_msg *);
3198 tmp = (char *) &ev->event_data[0];
3209 ev->id = ++static_event_id;
3210 ev->total_size = total_size;
3211 ev->vendor_code = event_msg->vendor_code;
3212 ev->kev_class = event_msg->kev_class;
3213 ev->kev_subclass = event_msg->kev_subclass;
3214 ev->event_code = event_msg->event_code;
3227 if (ev_pcb->evp_vendor_code_filter != ev
[all...]
H A Duipc_socket.c92 #include <sys/ev.h>
/macosx-10.9.5/xnu-2422.115.4/bsd/machine/
H A Dexec.h41 char **ev; member in struct:exec_info
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c101 extern uint32_t notify_get_event(int token, int *ev, char *buf, int *len);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dscutil.c210 HistEvent ev; local
212 history(src->h, &ev, H_ENTER, buf);
626 HistEvent ev; local
637 (void)history(src->h, &ev, H_SETSIZE, INT_MAX);
/macosx-10.9.5/configd-596.15/Plugins/Logger/
H A Dlogger.c244 struct net_event_data *ev; local
247 ev = (struct net_event_data *)event_data;
250 ev->if_name,
251 ev->if_unit);
306 struct kev_in_data *ev; local
310 ev = (struct kev_in_data *)event_data;
313 ev->link_data.if_name,
314 ev->link_data.if_unit);
325 sin.sin_addr = ev->ia_addr;
331 sin.sin_addr.s_addr = ntohl(ev
374 struct kev_in6_data *ev; local
[all...]
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c1786 CFDictionaryRef ev; local
1806 ev = (CFDictionaryRef)CFArrayGetValueAtIndex(events, i);
1809 formatter, CFDictionaryGetValue(ev, CFSTR(kIOPMPowerEventTimeKey)));
1816 author = CFDictionaryGetValue(ev, CFSTR(kIOPMPowerEventAppNameKey));
1821 type = CFDictionaryGetValue(ev, CFSTR(kIOPMPowerEventTypeKey));
/macosx-10.9.5/ruby-104/ruby/ext/ripper/lib/ripper/
H A Dlexer.rb156 SCANNER_EVENT_TABLE.each do |ev, |
158 MAP[ev.to_s.sub(/\Aon_/,'')] = seed.shift
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c402 Tcl_Event ev; member in struct:invoke_queue
417 Tcl_Event ev; member in struct:eval_queue
428 Tcl_Event ev; member in struct:call_queue
7196 callq->ev.proc = call_queue_handler;
7203 &(callq->ev), TCL_QUEUE_HEAD); */
7209 &(callq->ev), TCL_QUEUE_HEAD); */
7214 /* Tcl_QueueEvent(&(callq->ev), TCL_QUEUE_HEAD); */
7218 /* Tcl_QueueEvent(&(callq->ev), TCL_QUEUE_HEAD); */
7690 evq->ev.proc = eval_queue_handler;
7698 /* Tcl_ThreadQueueEvent(ptr->tk_thread_id, &(evq->ev), positio
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c554 static long ole_search_event_at(VALUE ary, VALUE ev);
555 static VALUE ole_search_event(VALUE ary, VALUE ev, BOOL *is_default);
556 static VALUE ole_search_handler_method(VALUE handler, VALUE ev, BOOL *is_default_handler);
557 static void ole_delete_event(VALUE ary, VALUE ev);
580 static VALUE evs_push(VALUE ev);
7657 ole_search_event_at(VALUE ary, VALUE ev) argument
7667 if(NIL_P(event_name) && NIL_P(ev)) {
7671 else if (TYPE(ev) == T_STRING &&
7673 rb_str_cmp(ev, event_name) == 0) {
7682 ole_search_event(VALUE ary, VALUE ev, BOO argument
7706 ole_search_handler_method(VALUE handler, VALUE ev, BOOL *is_default_handler) argument
7724 ole_delete_event(VALUE ary, VALUE ev) argument
7831 VALUE ary, obj, event, args, outargv, ev, result; local
8556 evs_push(VALUE ev) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/rd/
H A Dblock_parser.rb318 def on_error(et, ev, _values)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A Dsystem_error.inc23 _system_error_category::message(int ev) const {
24 return _do_message::message(ev);
28 _system_error_category::default_error_condition(int ev) const {
30 if (ev > ELAST)
31 return error_condition(ev, system_category());
33 return error_condition(ev, generic_category());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DProgram.inc225 const char *ev = envp[i];
226 size_t len = strlen(ev) + 1;
227 memcpy(p, ev, len);
H A Dsystem_error.inc26 _system_error_category::message(int ev) const {
33 ev,
58 _system_error_category::default_error_condition(int ev) const {
59 switch (ev) {
140 default: return error_condition(ev, system_category());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dsystem_error.cpp30 error_category::default_error_condition(int ev) const {
31 return error_condition(ev, *this);
45 _do_message::message(int ev) const {
46 return std::string(sys::StrError(ev));
52 virtual std::string message(int ev) const LLVM_OVERRIDE;
61 _generic_error_category::message(int ev) const {
63 if (ev > ELAST)
66 return _do_message::message(ev);
78 virtual std::string message(int ev) const LLVM_OVERRIDE;
79 virtual error_condition default_error_condition(int ev) cons
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Object/
H A DError.cpp24 virtual std::string message(int ev) const;
25 virtual error_condition default_error_condition(int ev) const;
33 std::string _object_error_category::message(int ev) const {
34 switch (ev) {
48 error_condition _object_error_category::default_error_condition(int ev) const {
49 if (ev == object_error::success)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A Dsystem_error.h37 virtual error_condition default_error_condition(int ev) const;
40 virtual std::string message(int ev) const = 0;
116 system_error(int ev, const error_category& ecat, const std::string& what_arg);
117 system_error(int ev, const error_category& ecat, const char* what_arg);
118 system_error(int ev, const error_category& ecat);
656 virtual std::string message(int ev) const LLVM_OVERRIDE;
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-23-sectrust-ocsp.c599 CFBooleanRef ev = (CFBooleanRef)CFDictionaryGetValue(info, local
601 ok(ev && CFEqual(kCFBooleanTrue, ev), "extended validation succeeded");
683 CFBooleanRef ev; local
709 ev = (CFBooleanRef)CFDictionaryGetValue(info,
711 ok(ev, "extended validation succeeded due to caissuers fetch");
727 ev = (CFBooleanRef)CFDictionaryGetValue(info,
729 ok(ev && CFEqual(kCFBooleanTrue, ev), "extended validation succeeded");
749 ev
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dsecport.c311 const char *ev = PR_GetEnv("NSS_DISABLE_ARENA_FREE_LIST"); local
312 if (!ev) doFreeArenaPool = PR_TRUE;

Completed in 615 milliseconds

1234567891011