Searched refs:result (Results 151 - 175 of 192) sorted by relevance

12345678

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c1061 errno_t result = 0; local
1073 result = ENOBUFS;
1100 result = ENOBUFS;
1117 return result;
H A Dkern_credential.c82 * result.
255 * We've already waited an initial 30 seconds with no result.
313 /* if the request was processed, copy the result */
353 /* collect request result */
388 * this system call to give the result to the kernel, and wait
438 * Got a result returning?
462 * Parameters: result Error code or 0 for the sleep
473 kauth_resolver_getwork_continue(int result) argument
479 if (result) {
481 return(result);
608 int error, result; local
[all...]
H A Dsysv_shm.c277 int segnum, result; local
284 result = mach_vm_deallocate(current_map(), shmmap_s->va, size);
285 if (result != KERN_SUCCESS)
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dmemcmp.s47 mr r6,r3 ; we want to use r3 for compare result
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_sym.c939 boolean_t result; local
946 result = TRUE;
948 result = FALSE;
949 return(result);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c2271 errno_t result = 0; local
2282 result = arp_route_to_gateway_route((const struct sockaddr*)ip6_dest, hint, &route);
2283 if (result != 0)
2284 return result;
2301 result = EADDRNOTAVAIL;
2309 result = EHOSTUNREACH;
2317 return result;
H A Dip6_input.c970 errno_t result; local
972 result = filter->ipf_filter.ipf_input(
974 if (result == EJUSTRETURN) {
978 if (result != 0) {
1553 * contains the result, or NULL on error.
H A Dip6_output.c348 * result: IPv6 dest2 payload
374 * result: IPv6 hbh dest1 rthdr dest2 payload
417 errno_t result; local
419 result = filter->ipf_filter.ipf_output(filter->ipf_filter.cookie, (mbuf_t*)&m, ippo);
420 if (result == EJUSTRETURN) {
425 if (result != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vnops.c1824 int result; local
1832 result = KNOTE_DETACH(&VTOI(vp)->i_knotes, kn);
1842 int result; local
1862 result = 1;
1874 result = (kn->kn_data != 0);
1880 return (result);
1888 int result; local
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c2178 Rem3Return result; local
2205 result = c->fRetCode;
2206 if (kR3Remangled == result) {
2208 result = kR3BufferTooSmallRemangled;
2214 return result;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dvmachmon.c435 ** We need to return the result in the return code rather than in the return parameters
790 ** We need to return the result in the return code rather than in the return parameters
814 kern_return_t result = KERN_SUCCESS; /* Assume success */ local
831 result = vmm_activate_gsa(act, index); /* Activate guest shadow assist */
836 return result; /* Return activate result */
849 kern_return_t result = KERN_SUCCESS; /* Assume success */ local
871 return result; /* Return deactivate result */
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c2289 kern_return_t result; local
2375 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_external, NULL,
2378 if (result != KERN_SUCCESS)
2383 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_garbage_collect, NULL,
2386 if (result != KERN_SUCCESS)
2423 kern_return_t result; local
2426 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_internal, NULL, BASEPRI_PREEMPT - 1, &vm_pageout_internal_iothread);
2427 if (result == KERN_SUCCESS)
2429 return result;
4879 vm_fault_return_t result; local
[all...]
H A Dvm_user.c116 kern_return_t result; local
152 result = vm_map_enter(
166 return(result);
183 kern_return_t result; local
219 result = vm_map_enter(
233 return(result);
583 * JMM - If the result of the copyout is an address range
586 * anyway), it will result in a truncated address being
2418 * user wired memory. Unwiring pages wired down as a result of
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c3818 int result; local
3839 result = KERN_FAILURE;
3842 result = KERN_SUCCESS;
3844 return result;
3857 kern_return_t result; local
3873 result = KERN_FAILURE;
3875 result = KERN_SUCCESS;
3877 return result;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c388 kern_return_t result,
451 code = result;
385 kdp_i386_trap( unsigned int trapno, x86_saved_state32_t *saved_state, kern_return_t result, vm_offset_t va ) argument
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSMetaClass.h74 @result 'this' if object cas been successfully created.
81 @result A unique Type ID for the class.
88 @result The typeID, ie. OSMetaClass *.
97 @result inst if object non-zero and it is of the desired type, otherwise 0.
106 @result false if typeinst or inst are 0 or inst is not a subclass of typeinst's class. true otherwise.
195 @result A pointer to function of the given type. This function will panic if an attempt is made to call it with a multiply inherited class.
229 @result Current retain count
246 @result
256 @result true if the objects are equivalent, false otherwise.
264 @result 'thi
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c546 systrace_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
552 *result = (void *)systrace_devi;
556 *result = (void *)0;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp843 long result = 0; local
846 result = gIOPlatform->getGMTTimeOfDay();
848 return (result);
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dsha1.c251 int result; local
253 result = performSHA1WithinKernelOnly(SHA1Ref, data, dataLen, inHashBuffer, options, inHashBuffer, usePhysicalAddress);
254 if(result != KERN_SUCCESS) {
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs.c441 int result = 0; local
444 return result;
450 return (result);
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_r_zip.c1474 u_short payload_len, result; local
1515 result = zt_add_zonename(zname);
1517 if (result == ZT_MAXEDOUT) {
1526 zt_set_zmap(result, Entry->ZoneBitMap);
H A Dasp_proto.c1852 int nbds, result, msize, Primitive; local
2092 result = primitives->CmdReplyReq.CmdResult;
2132 *(long *)atpBDS[0].bdsUserData = (long)result;
2133 *(long *)atp->user_bytes = (long)result;
2136 ("ASPputmsg: ATP CmdReplyReq, loc=%d, state=%s, msgsize = %d, result = %d, tid = %d\n",
2138 (mdata ? gbuf_msgsize(mdata) : 0), result, tid));
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c269 vm_offset_t *result);
636 vm_offset_t *result)
702 *result = zalloc_next_space;
634 zget_space( vm_offset_t size, vm_offset_t *result) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_input.c477 errno_t result; local
487 result = filter->ipf_filter.ipf_input(
489 if (result == EJUSTRETURN) {
493 if (result != 0) {
1440 * As a result, n+1 frags are actually allowed per packet, but
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_mqueue.c105 void ipc_mqueue_receive_results(wait_result_t result);

Completed in 254 milliseconds

12345678