Searched refs:tport (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c317 mach_port_t kxport, tport = MACH_PORT_NULL, myport = MACH_PORT_NULL; local
325 tport = mach_task_self();
326 if (tport == MACH_PORT_NULL) goto finish;
327 macherr = mach_port_allocate(tport, MACH_PORT_RIGHT_RECEIVE, &myport);
359 mach_port_mod_refs(tport, myport, MACH_PORT_RIGHT_RECEIVE, -1);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dkrpc_subr.c221 u_int16_t tport; local
274 tport = IPPORT_RESERVED;
276 tport--;
277 sin->sin_port = htons(tport);
280 tport > IPPORT_RESERVED / 2);
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c732 mach_port_t kxport, tport = MACH_PORT_NULL, myport = MACH_PORT_NULL; local
740 tport = mach_task_self();
741 if (tport == MACH_PORT_NULL) goto finish;
742 macherr = mach_port_allocate(tport, MACH_PORT_RIGHT_RECEIVE, &myport);
774 mach_port_mod_refs(tport, myport, MACH_PORT_RIGHT_RECEIVE, -1);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Docsp.c101 char *thost = NULL, *tport = NULL, *tpath = NULL; local
179 if (tport)
180 OPENSSL_free(tport);
192 tport = port;
886 if (tport)
887 OPENSSL_free(tport);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dfetch.c332 char *cp, *ep, *thost, *tport; local
344 tport = NULL;
350 tport = httpport;
355 tport = ftpport;
449 tport = cp;
452 if (tport != NULL)
453 *port = ftp_strdup(tport);
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A Dpmconfigd.c1409 mach_port_t nport, tport; local
1416 result = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &tport);
1420 result = mach_port_move_member(mach_task_self(), tport, nport);
1424 result = host_request_notification(mach_host_self(), HOST_NOTIFY_CALENDAR_CHANGE, tport);
1429 mpref = _SC_CFMachPortCreateWithPort("PowerManagement/calendarResync", tport, calendarRTCDidResync, NULL);
H A DPrivateLib.c3176 mach_port_t tport; local
3183 result = mach_port_allocate(mach_task_self(),MACH_PORT_RIGHT_RECEIVE, &tport);
3190 tport,
3208 host_request_notification(host_port,HOST_NOTIFY_CALENDAR_CHANGE, tport);
/macosx-10.10/vim-55/runtime/syntax/
H A Dmush.vim183 syntax keyword mushAttribute semaphore sex startup succ tfail tport ufail

Completed in 222 milliseconds