Searched refs:upcall (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s18 .handle resw 1 ; handle for upcall
H A Dpkt_rx0.asm48 handle dw 0 ; handle for upcall
/macosx-10.9.5/swig-10/Source/Modules/
H A Dcsharp.cxx621 * Add new director upcall signature
661 * Get director upcall signature
3413 /* And add to the upcall args */
3451 * intermediate's upcall code */
3569 /* Finish off the inherited upcall's definition */
3574 /* Emit the intermediate class's upcall to the actual class */
3576 String *upcall = NewStringf("%s(%s)", symname, imcall_args); local
3583 Replaceall(tm, "$cscall", upcall);
3591 Printf(callback_code, " %s;\n", upcall);
3594 Delete(upcall);
[all...]
H A Djava.cxx692 * Add new director upcall signature
731 * Get director upcall signature
3520 /* Start the Java field descriptor for the intermediate class's upcall (insert self object) */
3558 /* And add to the upcall args */
3595 * intermediate's upcall code */
3715 /* Emit the intermediate class's upcall to the actual class */
3717 String *upcall = NewStringf("self.%s(%s)", symname, imcall_args); local
3725 Replaceall(tm, "$javacall", upcall);
3736 Printf(callback_code, " %s;\n", upcall);
3739 Delete(upcall);
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c309 * NFS client connect socket upcall.
321 NFS_SOCK_DBG("nfs connect - socket %p upcall - connecting\n", nso);
328 NFS_SOCK_DBG("nfs connect - socket %p upcall - nevermind\n", nso);
332 NFS_SOCK_DBG("nfs connect - socket %p upcall\n", nso);
561 if (nso->nso_flags & NSO_UPCALL) /* give upcall a chance to complete */
586 * in the socket upcall non-blocking.
1056 sock_upcall upcall; local
1219 /* remove the connect upcall so nfs_portmap_lookup() can use this socket */
1448 /* put the real upcall in place */
1449 upcall
[all...]

Completed in 204 milliseconds