Searched refs:port (Results 1 - 25 of 1942) sorted by relevance

1234567891011>>

/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dgethtml11 local host port
14 echo "usage: $FUNCNAME hostname path [port]" >&2
19 port="${3:-80}"
21 exec 3<> /dev/tcp/$host/$port || {
22 echo "$FUNCNAME: $host/$port: cannot connect" >&2
/macosx-10.9.5/architecture-265/i386/
H A Dpio.h60 i386_ioport_t port)
63 __asm__ volatile("inl %w1, %0" : "=a" (datum) : "Nd" (port));
68 i386_ioport_t port)
71 __asm__ volatile("inw %w1, %w0" : "=a" (datum) : "Nd" (port));
76 i386_ioport_t port)
79 __asm__ volatile("inb %w1, %b0" : "=a" (datum) : "Nd" (port));
84 i386_ioport_t port,
87 __asm__ volatile("outl %0, %w1" : : "a" (datum), "Nd" (port));
91 i386_ioport_t port,
94 __asm__ volatile("outw %w0, %w1" : : "a" (datum), "Nd" (port));
59 inl( i386_ioport_t port) argument
67 inw( i386_ioport_t port) argument
75 inb( i386_ioport_t port) argument
83 outl( i386_ioport_t port, unsigned long datum) argument
90 outw( i386_ioport_t port, unsigned short datum) argument
97 outb( i386_ioport_t port, unsigned char datum) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/nns/
H A Dcommon.tcl13 proc ::nameserv::common::port {} {
14 variable port
15 return $port
19 # Derivation of the standard port number for this service.
26 variable port 38573
28 # The modulo operation is required because IP port numbers are
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h65 i386_ioport_t port)
68 __asm__ volatile("inl %w1, %0" : "=a" (datum) : "Nd" (port));
73 i386_ioport_t port)
76 __asm__ volatile("inw %w1, %w0" : "=a" (datum) : "Nd" (port));
81 i386_ioport_t port)
84 __asm__ volatile("inb %w1, %b0" : "=a" (datum) : "Nd" (port));
89 i386_ioport_t port,
92 __asm__ volatile("outl %0, %w1" : : "a" (datum), "Nd" (port));
96 i386_ioport_t port,
99 __asm__ volatile("outw %w0, %w1" : : "a" (datum), "Nd" (port));
64 inl( i386_ioport_t port) argument
72 inw( i386_ioport_t port) argument
80 inb( i386_ioport_t port) argument
88 outl( i386_ioport_t port, unsigned int datum) argument
95 outw( i386_ioport_t port, unsigned short datum) argument
102 outb( i386_ioport_t port, unsigned char datum) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtask_special_ports.h62 * port identifiers - they are only used for the task_get_special_port
75 #define TASK_HOST_PORT 2 /* The host (priv) port for task. */
77 #define TASK_NAME_PORT 3 /* the name (unpriv) port for task */
85 #define TASK_SEATBELT_PORT 7 /* Seatbelt compiler/DEM port for task. */
87 /* PORT 8 was the GSSD TASK PORT which transformed to a host port */
96 #define task_get_kernel_port(task, port) \
97 (task_get_special_port((task), TASK_KERNEL_PORT, (port)))
99 #define task_set_kernel_port(task, port) \
100 (task_set_special_port((task), TASK_KERNEL_PORT, (port)))
102 #define task_get_host_port(task, port) \
[all...]
H A Dthread_special_ports.h62 * port identifiers - they are only used for the thread_get_special_port
77 #define thread_get_kernel_port(thread, port) \
78 (thread_get_special_port((thread), THREAD_KERNEL_PORT, (port)))
80 #define thread_set_kernel_port(thread, port) \
81 (thread_set_special_port((thread), THREAD_KERNEL_PORT, (port)))
H A Dhost_special_ports.h107 * be the local node host port. In the set call, the host must the per-node
108 * host port for the node being affected.
110 #define host_get_host_port(host, port) \
112 HOST_LOCAL_NODE, HOST_PORT, (port)))
113 #define host_set_host_port(host, port) (KERN_INVALID_ARGUMENT)
115 #define host_get_host_priv_port(host, port) \
117 HOST_LOCAL_NODE, HOST_PRIV_PORT, (port)))
118 #define host_set_host_priv_port(host, port) (KERN_INVALID_ARGUMENT)
120 #define host_get_io_master_port(host, port) \
122 HOST_LOCAL_NODE, HOST_IO_MASTER_PORT, (port)))
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_notify.h73 /* Send a port-deleted notification */
75 ipc_port_t port,
80 ipc_port_t port,
83 /* Send a port-destroyed notification */
85 ipc_port_t port,
90 ipc_port_t port,
95 ipc_port_t port);
99 ipc_port_t port,
H A Dipc_notify.c66 #include <mach/port.h>
76 * Send a port-deleted notification.
79 * Consumes a ref/soright for port.
84 ipc_port_t port,
87 (void)mach_notify_port_deleted(port, name);
97 * Consumes a ref/soright for port.
102 ipc_port_t port,
105 (void)mach_notify_send_possible(port, name);
112 * Send a port-destroyed notification.
115 * Consumes a ref/soright for port
83 ipc_notify_port_deleted( ipc_port_t port, mach_port_name_t name) argument
101 ipc_notify_send_possible( ipc_port_t port, mach_port_name_t name) argument
122 ipc_notify_port_destroyed( ipc_port_t port, ipc_port_t right) argument
140 ipc_notify_no_senders( ipc_port_t port, mach_port_mscount_t mscount) argument
158 ipc_notify_send_once( ipc_port_t port) argument
175 ipc_notify_dead_name( ipc_port_t port, mach_port_name_t name) argument
[all...]
H A Dipc_port.c75 #include <mach/port.h>
103 ipc_port_t port,
114 ipc_port_release(ipc_port_t port) argument
116 ip_release(port);
120 ipc_port_reference(ipc_port_t port) argument
122 ip_reference(port);
144 * The port is locked and active.
153 ipc_port_t port,
163 ipc_port_t port,
179 assert(ip_active(port));
152 ipc_port_request_alloc( ipc_port_t port, mach_port_name_t name, ipc_port_t soright, boolean_t send_possible, boolean_t immediate, ipc_port_request_index_t *indexp, boolean_t *importantp) argument
239 ipc_port_request_grow( ipc_port_t port, ipc_table_elems_t target_size) argument
353 ipc_port_request_sparm( ipc_port_t port, __assert_only mach_port_name_t name, ipc_port_request_index_t index, mach_msg_option_t option) argument
406 ipc_port_request_type( ipc_port_t port, __assert_only mach_port_name_t name, ipc_port_request_index_t index) argument
445 ipc_port_request_cancel( ipc_port_t port, __assert_only mach_port_name_t name, ipc_port_request_index_t index) argument
483 ipc_port_pdrequest( ipc_port_t port, ipc_port_t notify, ipc_port_t *previousp) argument
512 ipc_port_nsrequest( ipc_port_t port, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
549 ipc_port_clear_receiver( ipc_port_t port, queue_t links) argument
587 ipc_port_init( ipc_port_t port, ipc_space_t space, mach_port_name_t name) argument
644 ipc_port_t port; local
703 ipc_port_t port; local
746 ipc_port_spnotify( ipc_port_t port) argument
835 ipc_port_dnnotify( ipc_port_t port) argument
872 ipc_port_destroy( ipc_port_t port) argument
1026 ipc_port_check_circularity( ipc_port_t port, ipc_port_t dest) argument
1260 ipc_port_importance_delta( ipc_port_t port, mach_port_delta_t delta) argument
1368 ipc_port_t port; local
1403 ipc_port_make_send_locked( ipc_port_t port) argument
1420 ipc_port_make_send( ipc_port_t port) argument
1452 ipc_port_copy_send( ipc_port_t port) argument
1519 ipc_port_release_send( ipc_port_t port) argument
1561 ipc_port_make_sonce_locked( ipc_port_t port) argument
1579 ipc_port_make_sonce( ipc_port_t port) argument
1611 ipc_port_release_sonce( ipc_port_t port) argument
1637 ipc_port_release_receive( ipc_port_t port) argument
1670 ipc_port_t port; local
1717 ipc_port_dealloc_special( ipc_port_t port, __assert_only ipc_space_t space) argument
1751 ipc_port_finalize( ipc_port_t port) argument
1822 ipc_port_init_debug( ipc_port_t port, uintptr_t *callstack, unsigned int callstack_max) argument
1886 ipc_port_track_dealloc( __unused ipc_port_t port) argument
1892 ipc_port_track_dealloc( ipc_port_t port) argument
[all...]
H A Dipc_port.h84 #include <mach/port.h>
96 * A receive right (port) can be in four states:
101 * to the destination port and holds a ref for it)
104 * If the port is active, and ip_receiver points to some space,
106 * If the port is not active, then ip_timestamp contains a timestamp
107 * taken when the port was destroyed.
145 ip_impdonation:1, /* port supports importance donation */
148 ip_guarded:1, /* port guarded (use context value as guard) */
188 #define IP_VALID(port) IPC_PORT_VALID(port)
231 struct ipc_port *port; member in union:ipc_port_request::__anon15321
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Daudit_sessionport.c42 * the new port.
43 * *sessionport Pointer to the current session port. This may
47 * NULL Failed to allocate port (due to lack of memory
51 * If there were no outstanding send rights against the port,
55 * the port's reference until all send rights go away.
61 ipc_port_t port; local
64 * If we don't have an existing session port, then create one.
66 port = *sessionport;
67 if (!IP_VALID(port)) {
72 if (!OSCompareAndSwapPtr(port, new_por
123 audit_session_porttoaia(ipc_port_t port) argument
163 ipc_port_t port = notification->not_header.msgh_remote_port; local
201 ipc_port_t port = *sessionport; local
[all...]
H A Dipc_clock.c58 ipc_port_t port; local
60 port = ipc_port_alloc_kernel();
61 if (port == IP_NULL)
63 clock->cl_service = port;
65 port = ipc_port_alloc_kernel();
66 if (port == IP_NULL)
68 clock->cl_control = port;
89 * Convert from a port to a clock.
90 * Doesn't consume the port ref; produces a clock ref,
97 ipc_port_t port)
96 convert_port_to_clock( ipc_port_t port) argument
123 convert_port_to_clock_ctrl( ipc_port_t port) argument
151 ipc_port_t port; local
169 ipc_port_t port; local
186 ipc_port_t port; local
[all...]
H A Dipc_host.c86 ipc_port_t port, boolean_t matchn, processor_set_t *ppset);
97 ipc_port_t port; local
105 port = ipc_port_alloc_kernel();
106 if (port == IP_NULL)
109 ipc_kobject_set(port, (ipc_kobject_t) &realhost, IKOT_HOST_SECURITY);
111 ipc_port_make_send(port));
113 port = ipc_port_alloc_kernel();
114 if (port == IP_NULL)
117 ipc_kobject_set(port, (ipc_kobject_t) &realhost, IKOT_HOST);
119 ipc_port_make_send(port));
181 ipc_port_t port; local
214 ipc_port_t port; local
268 convert_port_to_host( ipc_port_t port) argument
296 convert_port_to_host_priv( ipc_port_t port) argument
323 convert_port_to_processor( ipc_port_t port) argument
350 convert_port_to_pset( ipc_port_t port) argument
376 convert_port_to_pset_name( ipc_port_t port) argument
392 ref_pset_port_locked(ipc_port_t port, boolean_t matchn, processor_set_t *ppset) argument
422 ipc_port_t port; local
442 ipc_port_t port = processor->processor_self; local
463 ipc_port_t port = pset->pset_self; local
485 ipc_port_t port = pset->pset_name_self; local
503 convert_port_to_host_security( ipc_port_t port) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java24 The network port component of the site address.
26 public int port; field in class:ReplicationHostAddress
37 host: localhost and port 0.
48 Create a ReplicationHostAddress with user defined host and port information.
50 public ReplicationHostAddress(String host, int port) argument
52 this.port = port;
58 return host + ":" + port;
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dmig_reply_port.c43 _mig_set_reply_port(mach_port_t port) argument
45 _os_tsd_set_direct(__TSD_MIG_REPLY, port);
49 * Called by mig interface code whenever a reply port is needed.
57 mach_port_t port = _mig_get_reply_port(); local
58 if (port == MACH_PORT_NULL) {
59 port = mach_reply_port();
60 _mig_set_reply_port(port);
62 return port;
66 * Called by mig interface code after a timeout on the reply port.
67 * May also be called by user. The new mig calls with port passe
72 mach_port_t port = _mig_get_reply_port(); local
75 (void) mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_RECEIVE, -1); local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dportnum.sh4 tid="port number parsing"
7 port=$1
8 verbose "$tid: invalid port $port"
9 if ${SSH} -F $OBJ/ssh_proxy -p $port somehost true 2>/dev/null ; then
10 fail "$tid accepted invalid port $port"
14 port=$1
15 verbose "$tid: valid port $port"
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_mig_server.h29 CFMachPortRef port,
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/distrib/
H A DMakefile3 BUILD= layout.html port.html
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfmessageport.py23 def callout(port, messageid, data, info):
26 port, shouldFree = CFMessagePortCreateLocal(None, u"name", callout, context, None)
27 self.failUnless(isinstance(port, CFMessagePortRef))
30 self.failIf(CFMessagePortIsRemote(port))
31 ctx = CFMessagePortGetContext(port)
35 port = CFMessagePortCreateRemote(None, u"name")
36 self.failUnless(isinstance(port, CFMessagePortRef))
39 self.failUnless(CFMessagePortIsRemote(port))
40 self.failUnless(CFMessagePortGetName(port), u"name")
42 CFMessagePortSetName(port, "newnam
[all...]
H A Dtest_cfmachport.py19 def callout(port, msg, size, info):
23 #port, shouldFree = CFMachPortCreateWithPort(None, 1, callout, context, None)
24 #self.failUnless(isinstance(port, CFMachPortRef))
27 port, shouldFree = CFMachPortCreate(None, callout, context, None)
28 self.failUnless(isinstance(port, CFMachPortRef))
31 idx = CFMachPortGetPort(port)
34 ctx = CFMachPortGetContext(port)
37 cb = CFMachPortGetInvalidationCallBack(port)
42 def invalidate(port, info):
46 CFMachPortSetInvalidationCallBack(port, invalidat
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfmachport.py18 def callout(port, msg, size, info):
22 #port, shouldFree = CFMachPortCreateWithPort(None, 1, callout, context, None)
23 #self.assertIsInstance(port, CFMachPortRef)
25 port, shouldFree = CFMachPortCreate(None, callout, context, None)
26 self.assertIsInstance(port, CFMachPortRef)
28 idx = CFMachPortGetPort(port)
30 ctx = CFMachPortGetContext(port, None)
32 cb = CFMachPortGetInvalidationCallBack(port)
36 def invalidate(port, info):
40 CFMachPortSetInvalidationCallBack(port, invalidat
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dtestsock.pl27 my $port = 0;
29 GetOptions("p=i" => \$port,
41 my $sa = pack_sockaddr_in($port, $addr);
48 inet_ntoa($addr), $port);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dtestsock.pl26 my $port = 0;
28 GetOptions("p=i" => \$port,
40 my $sa = pack_sockaddr_in($port, $addr);
47 inet_ntoa($addr), $port);
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_app_uri.rb7 uri.port

Completed in 153 milliseconds

1234567891011>>