Searched refs:port_name (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libsyscall/mach/servers/
H A Dnetname.defs61 port_name : netname_name_t;
67 port_name : netname_name_t;
71 port_name : netname_name_t;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dipc_tt.h156 mach_port_name_t port_name);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomnaf.h272 unsigned_char_p_t *port_name,
H A Dipnaf.c272 unsigned_char_p_t * /*port_name*/,
2238 ** port_name
2256 unsigned_char_p_t *port_name,
2288 (*port_name,
2295 ((char *) *port_name, "%lu", (unsigned long) list_p -> current_port_in_range);
2229 get_next_restricted_port( rpc_protseq_id_t protseq_id, unsigned_char_p_t *port_name, unsigned32 *status ) argument
H A Dcomnaf.c1944 ** port_name
1963 unsigned_char_p_t *port_name,
1977 (protseq_id, port_name, status);
1933 rpc__naf_get_next_restricted_port( rpc_protseq_id_t protseq_id, unsigned_char_p_t *port_name, unsigned32 *status ) argument
H A Dcomsoc_bsd.c657 unsigned_char_p_t port_name;
668 &port_name, &status);
676 rpc__naf_addr_set_endpoint (port_name, &temp_addr, &status);
681 rpc_string_free (&port_name, &status);
693 rpc_string_free (&port_name, &status);
652 unsigned_char_p_t port_name; local
H A Dnpnaf.c270 unsigned_char_p_t * /*port_name*/,
2182 ** port_name
2200 unsigned_char_p_t *port_name,
2206 port_name = NULL;
2173 get_next_restricted_port( rpc_protseq_id_t protseq_id ATTRIBUTE_UNUSED, unsigned_char_p_t *port_name, unsigned32 *status ) argument
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c106 extern thread_t port_name_to_thread(mach_port_name_t port_name);
H A Dkern_sig.c121 extern thread_t port_name_to_thread(mach_port_name_t port_name);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c1420 CFStringRef port_name = NULL; local
1521 port_name = CFStringCreateWithFormat(NULL, NULL, CFSTR("%ld"), n + 1);
1526 return port_name;
1531 pci_slot_info(io_registry_entry_t interface, int ift, CFStringRef *slot_name, CFStringRef *port_name) argument
1539 *port_name = NULL;
1554 *port_name = pci_port(pci_slot_name, ift, bsd_name);
1956 CFStringRef port_name; local
1961 pci_slot_info(interface, ift, &slot_name, &port_name)) {
1963 if (port_name == NULL) {
1969 interfacePrivate->localized_arg2 = port_name;
2055 CFStringRef port_name; local
[all...]
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_internal.h248 extern thread_t port_name_to_thread(mach_port_name_t port_name);
/macosx-10.10/vim-55/src/
H A Dos_mswin.c2182 char_u *port_name = (char_u *)devname +devname->wOutputOffset; local
2185 prt_name = alloc((unsigned)(STRLEN(printer_name) + STRLEN(port_name)
2188 wsprintf(prt_name, text, printer_name, port_name);

Completed in 240 milliseconds