Searched refs:act (Results 1 - 25 of 160) sorted by last modified time

1234567

/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dposix_spawn.c744 posix_spawn_appendportaction_np(posix_spawnattr_t *attr, _ps_port_action_t *act) argument
749 if (attr == NULL || *attr == NULL || act == NULL) {
775 acts->pspa_actions[acts->pspa_count] = *act;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c99 kern_return_t thread_getstatus(register thread_t act, int flavor,
H A Dkern_exec.c1498 _ps_port_action_t *act = NULL; local
1507 act = &pacts->pspa_actions[i];
1510 act->new_port, MACH_MSG_TYPE_COPY_SEND,
1516 switch (act->port_type) {
1522 act->which, port) != KERN_SUCCESS)
1531 act->mask, port, act->behavior,
1532 act->flavor) != KERN_SUCCESS)
1564 DTRACE_PROC1(spawn__port__failure, mach_port_name_t, act->new_port);
3904 * will ever authorize and an extra page to act a
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c544 #define DTRACEACT_ISSTRING(act) \
545 ((act)->dta_kind == DTRACEACT_DIFEXPR && \
546 (act)->dta_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING)
2292 dtrace_action_t *act; local
2375 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
2376 i = act->dta_rec.dtrd_offset - agg->dtag_base;
2377 limit = i + act
5854 dtrace_action_t *act; local
9496 dtrace_actdesc_t *act; local
9512 dtrace_actdesc_hold(dtrace_actdesc_t *act) argument
9519 dtrace_actdesc_release(dtrace_actdesc_t *act, dtrace_vstate_t *vstate) argument
9666 dtrace_action_t *act; local
9788 dtrace_action_t *act; local
9969 dtrace_ecb_aggregation_destroy(dtrace_ecb_t *ecb, dtrace_action_t *act) argument
10005 dtrace_action_t *act; local
10160 dtrace_action_t *act = ecb->dte_action; local
10182 dtrace_action_t *act = ecb->dte_action; local
10233 dtrace_action_t *act = ecb->dte_action, *next; local
10375 dtrace_actdesc_t *act; local
11076 dtrace_actdesc_t *act; local
11122 dtrace_actdesc_t *act, *next; local
12003 dtrace_actdesc_t *act, *first = NULL, *last = NULL, *next; local
13871 dtrace_actdesc_t *act; local
16110 dtrace_action_t *act; local
16184 dtrace_action_t *act; local
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmain.c1827 struct sigaction act, oldact; local
1829 act.sa_handler = SIG_IGN;
1830 act.sa_flags = 0;
1831 sigaction(sig, &act, &oldact);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dvoucher.c46 _voucher_activity_t act);
51 _voucher_activity_t act);
52 static inline void _voucher_activity_release(_voucher_activity_t act);
321 _voucher_activity_t act = _voucher_activity_get(voucher); local
322 return _voucher_activity_get_atm_mach_voucher(act);
465 _voucher_activity_t act = NULL; local
468 act = _voucher_activity_copy_from_mach_voucher(rkv, va_id);
469 if (!act && _voucher_activity_default) {
473 } else if (act && act
1268 _voucher_activity_buffer_init(_voucher_activity_t act, _voucher_activity_buffer_header_t buffer, bool reuse) argument
1282 _voucher_activity_buffer_alloc_slow(_voucher_activity_t act, _voucher_activity_buffer_header_t current) argument
1313 _voucher_activity_buffer_alloc(_voucher_activity_t act, _voucher_activity_buffer_header_t current) argument
1362 _voucher_activity_copy(_voucher_activity_t act) argument
1375 _voucher_activity_retain(_voucher_activity_t act) argument
1386 _voucher_activity_release(_voucher_activity_t act) argument
1402 _voucher_activity_atm_retain(_voucher_activity_t act) argument
1415 _voucher_activity_atm_release(_voucher_activity_t act) argument
1432 _voucher_activity_t act; local
1441 _voucher_activity_t act; local
1454 _voucher_activity_t act = _voucher_activity_find(va_id, hash); local
1471 _voucher_activity_t act = _voucher_activity_find(va_id, hash); local
1489 _voucher_activity_try_remove(_voucher_activity_t act) argument
1501 TAILQ_REMOVE(vam_activities(hash), act, va_list); local
1525 _voucher_activity_t act = (_voucher_activity_t)buffer; local
1561 _voucher_activity_dispose(_voucher_activity_t act) argument
1583 _voucher_activity_collect(_voucher_activity_t act) argument
1780 _voucher_activity_t act = TAILQ_LAST(vatm_activities(vatm), local
1796 _voucher_activity_t act = TAILQ_FIRST(vatm_used_activities(vatm)); local
1807 _voucher_atm_activity_insert(_voucher_atm_t vatm, _voucher_activity_t act) argument
1825 _voucher_atm_activity_remove(_voucher_activity_t act) argument
1831 TAILQ_REMOVE(vatm_activities(vatm), act, va_atm_used_list); local
1836 TAILQ_REMOVE(vatm_activities(vatm), act, va_atm_list); local
1848 _voucher_atm_activity_mark_used(_voucher_activity_t act) argument
1863 _voucher_atm_activity_mark_unused(_voucher_activity_t act) argument
1888 _voucher_activity_t act; local
1980 _voucher_activity_t act = _voucher_activity_get(_voucher_get()); local
2189 _voucher_activity_get_atm_mach_voucher(_voucher_activity_t act) argument
2285 _voucher_activity_t act = NULL; local
2444 _voucher_activity_t act; local
[all...]
H A Dvoucher_internal.h585 #define _dispatch_voucher_activity_debug(msg, act, ...) \
586 _dispatch_debug("activity[%p] <0x%x>: atm[%p] <%lld>: " msg, (act), \
587 (act) ? VACTID_SUBID((act)->va_id) : 0, (act) ? (act)->va_atm : NULL, \
588 (act) && (act)->va_atm ? (act)->va_atm->vatm_id : 0, ##__VA_ARGS__)
594 #define _dispatch_voucher_activity_debug(msg, act,
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.c88 UInt32 act,
92 if(act == 0) {
96 printf("%s(%u): moved (%u) bytes\n", str, (unsigned)req, (unsigned)act);
101 for(i=0; i<act; i++) {
120 #define tprintf(str, req, act, buf)
85 tprintf( const char *str, UInt32 req, UInt32 act, const UInt8 *buf) argument
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DioSock.c68 UInt32 act,
72 if(act == 0) {
76 printf("%s(%u): moved (%u) bytes\n", str, (unsigned)req, (unsigned)act);
81 for(i=0; i<act; i++) {
100 #define tprintf(str, req, act, buf)
65 tprintf( const char *str, UInt32 req, UInt32 act, const UInt8 *buf) argument
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Devhiperfifo.c231 static void setsock(SockInfo*f, curl_socket_t s, CURL*e, int act, GlobalInfo*g) argument
235 int kind = (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0);
238 f->action = act;
H A Dghiper.c221 static void setsock(SockInfo*f, curl_socket_t s, CURL*e, int act, GlobalInfo*g) argument
224 (act&CURL_POLL_IN?G_IO_IN:0)|(act&CURL_POLL_OUT?G_IO_OUT:0);
227 f->action = act;
H A Dhiperfifo.c229 static void setsock(SockInfo*f, curl_socket_t s, CURL*e, int act, GlobalInfo*g) argument
232 (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0)|EV_PERSIST;
235 f->action = act;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Deasy.c618 int act = poll2cselect(fds[i].revents); /* convert */ local
621 mcode = curl_multi_socket_action(multi, fds[i].fd, act,
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c1045 char *act, *p, *q; local
1060 act = _asl_out_module_find_action(s);
1061 if (act == NULL)
1067 out->options = _strdup_clean(act);
1069 p = act - 1;
1070 if (*p == ']') p = act;
1538 char *act, *p; local
1546 act = _asl_out_module_find_action(s);
1547 if (act == NULL) return NULL;
1550 p = strchr(act, ' ');
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.h379 #define require_action_string(cond, dest, act, msg) do { if (!(cond)) { { act; } goto dest; } } while (0)
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DioSockThr.c65 UInt32 act,
69 if(act == 0) {
73 printf("%s(%d): moved %d bytes\n", str, req, act);
78 for(i=0; i<act; i++) {
97 #define tprintf(str, req, act, buf)
62 tprintf( const char *str, UInt32 req, UInt32 act, const UInt8 *buf) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DModule.pm55 all act normally.
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DioSock.c65 UInt32 act,
69 if(act == 0) {
73 printf("%s(%u): moved (%u) bytes\n", str, (unsigned)req, (unsigned)act);
78 for(i=0; i<act; i++) {
100 #define tprintf(str, req, act, buf)
62 tprintf( const char *str, UInt32 req, UInt32 act, const UInt8 *buf) argument
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Denvutil.rb267 [[test_stdout, stdout], [test_stderr, stderr]].each do |exp, act|
270 assert_match(exp, act, message)
272 assert_equal(exp, act.lines.map {|l| l.chomp }, message)
/macosx-10.10/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionSet.pm99 my ($thing,$rw,$act) = @_;
105 if (defined $act && $act != $prior) {
106 $self->{$select}->add($handle) if $act;
107 $self->{$select}->remove($handle) unless $act;
108 warn $act ? 'Activating' : 'Inactivating',
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1713 JSON::PP::false, two constants that act like C<1> and C<0> respectively
2580 respectively. They are overloaded to act almost exactly like the numbers
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm838 # act on the $request
1000 C<Types::Serialiser::false>, respectively. They are overloaded to act
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DFilter.pm249 they are used by a C<FILTER> directive. This allows them to act
/macosx-10.10/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm26 Simple scalar constants are values that are overloaded to act like simple
/macosx-10.10/dtrace-147/cmd/
H A Ddtrace_1.c1212 dtrace_actkind_t act; local
1226 act = rec->dtrd_action;
1229 if (act == DTRACEACT_EXIT) {
1406 struct sigaction act, oact; local
2063 (void) sigemptyset(&act.sa_mask);
2064 act.sa_flags = 0;
2065 act.sa_handler = intr;
2068 (void) sigaction(SIGINT, &act, NULL);
2071 (void) sigaction(SIGTERM, &act, NULL);

Completed in 254 milliseconds

1234567