/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | ports.c | 6 * $Id: ports.c,v 1.9.4.1 2004/12/09 19:41:22 darrenr Exp $ 17 int ports(seg, proto, pp, cp, tp, linenum) function
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | sil3xxx.c | 59 int ports, i; local 110 ports = 4; 112 ports = 2; 119 for (i = 0; i < ports; i++) {
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | stpm.h | 54 struct port_t* ports; member in struct:stpm_t
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_sv.c | 226 u_short *ports; local 228 ports = (u_short *)pvt->sv.line; 229 ports[0] = 0; 230 ports[1] = port; 231 key.data = ports; 234 strncpy((char *)ports + key.size, proto, 236 key.size += strlen((char *)ports + key.size) + 1;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 42 * number of the event ports framework. The version number is required to 140 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) argument 148 (uintptr_t)ports, (uintptr_t)errors, nent, events, 162 (uintptr_t)&ports[offset], (uintptr_t)&errors[offset],
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | sched.h | 74 * Poll a set of event-channel ports. Return when one or more are pending. An 80 XEN_GUEST_HANDLE(evtchn_port_t) ports; member in struct:sched_poll
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_hca.h | 74 ibt_hca_portinfo_t *ports; member in struct:sol_uverbs_hca
|
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_info.c | 244 hp_node_list_t connections, ports; local 254 /* Clear lists of discovered ports and connections */ 255 (void) memset(&ports, 0, sizeof (hp_node_list_t)); 259 * Scan virtual ports. 263 * Else, this will only build branches for virtual ports that 273 * Ignore ports associated with connectors, unless 279 /* If a connection is specified, ignore non-matching ports */ 308 /* Ignore ports */ 312 /* If a connection is specified, ignore non-matching ports */ 341 node_list_add(&ports, port_nod [all...] |
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat_y.y | 220 mapblockit ifnames addr IPNY_TLATE addr ports mapoptions 423 ports: | IPNY_PORTS YY_NUMBER { nat->in_pmin = $2; } label 809 { "ports", IPNY_PORTS },
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tunables.c | 357 in_port_t *ports; local 377 ports = tcps->tcps_g_epriv_ports; 383 ports = us->us_epriv_ports; 389 ports = sctps->sctps_g_epriv_ports; 398 /* if MOD_PROP_DEFAULT is set then reset the ports list to default */ 401 ports[i] = 0; 402 ports[0] = ULP_DEF_EPRIV_PORT1; 403 ports[1] = ULP_DEF_EPRIV_PORT2; 410 if (new_value == ports[i]) 420 ports[ 472 in_port_t *ports; local [all...] |
/illumos-gate/usr/src/uts/common/io/aggr/ |
H A D | aggr_ctl.c | 85 laioc_port_t *ports = NULL; local 104 ports = kmem_alloc(ports_size, KM_SLEEP); 106 if (ddi_copyin((uchar_t *)arg + sizeof (*create_arg), ports, 117 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer, 121 kmem_free(ports, ports_size); 214 laioc_port_t *ports = NULL; local 223 ports = kmem_alloc(ports_size, KM_SLEEP); 224 if (ddi_copyin((uchar_t *)arg + sizeof (*add_rem_arg), ports, 233 add_rem_arg->la_force, ports); 236 rc = aggr_grp_rem_ports(add_rem_arg->la_linkid, nports, ports); [all...] |
/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cm.c | 183 uint_t ports, port; local 237 ports = hca_devp->hd_hca_attr->hca_nports; 240 for (port = 0; port < ports; port++, portinfop++) {
|
H A D | ibtl_hca.c | 451 * Returns HCA port attributes for one of the HCA ports. 500 * Returns HCA port attributes for one of the HCA ports. 532 * Returns HCA port attributes for one of the HCA ports. 635 * ports_p - The number of hca ports on the specified HCA. 643 * Returns HCA port attributes for either "one", or "all" of the HCA ports. 672 * ports_p - The number of hca ports on the specified HCA. 680 * Returns HCA port attributes for either "one", or "all" of the HCA ports. 824 * else query all ports. 843 * Calculate how much memory we need for all ports, and allocate it. 1030 * Calculate how much memory we need for all ports, an 1341 uint_t ports; local 1390 uint_t ports; local [all...] |
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_time_wait.c | 701 uint32_t ports; member in struct:__anon116 710 arg.ports = connp->conn_ports;
|
H A D | tcp_misc.c | 50 * and ports is allowed. Connections with a matching four tuple and a state 355 uint32_t ports; local 368 pports = (uint16_t *)&ports; 376 pports = (uint16_t *)&ports;
|
/illumos-gate/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.h | 125 FCOE_SMF_PORT_INSTANCE ports[1]; member in struct:fcoe_smf_port_list
|
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 123 ports(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 141 if (mdb_walk_dcmd("ports", "ports", 147 if (mdb_walk_dcmd("ports", "fcport", 394 /* Now read all the ports for this module */ 1312 { "ports", "[-l]", "Leadville port list", ports }, 1329 { "ports", "walk list of Leadville port structures",
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_hash.c | 235 uint32_t ports, zoneid_t zoneid, iaflags_t iraflags, sctp_stack_t *sctps) 243 tf = &(sctps->sctps_conn_fanout[SCTP_CONN_HASH(sctps, ports)]); 249 if (ports != connp->conn_ports) 282 listen_match(in6_addr_t *laddr, uint32_t ports, zoneid_t zoneid, argument 290 lport = ((uint16_t *)&ports)[1]; 321 sctp_find_conn(in6_addr_t *src, in6_addr_t *dst, uint32_t ports, argument 326 sctp = sctp_conn_match(&src, 1, dst, ports, zoneid, iraflags, sctps); 329 sctp = listen_match(dst, ports, zoneid, iraflags, sctps); 350 in6_addr_t *dstp, uint32_t ports, zoneid_t zoneid, sctp_stack_t *sctps, 368 if ((sctp = sctp_conn_match(&srcp, 1, dstp, ports, zonei 234 sctp_conn_match(in6_addr_t **faddrpp, uint32_t nfaddr, in6_addr_t *laddr, uint32_t ports, zoneid_t zoneid, iaflags_t iraflags, sctp_stack_t *sctps) argument 349 sctp_lookup_by_faddrs(mblk_t *mp, sctp_hdr_t *sctph, in6_addr_t *srcp, in6_addr_t *dstp, uint32_t ports, zoneid_t zoneid, sctp_stack_t *sctps, iaflags_t iraflags) argument 484 sctp_fanout(in6_addr_t *src, in6_addr_t *dst, uint32_t ports, ip_recv_attr_t *ira, mblk_t *mp, sctp_stack_t *sctps, sctp_hdr_t *sctph) argument 529 ip_fanout_sctp(mblk_t *mp, ipha_t *ipha, ip6_t *ip6h, uint32_t ports, ip_recv_attr_t *ira) argument 855 sctp_lookup(sctp_t *sctp1, in6_addr_t *faddr, sctp_tf_t *tf, uint32_t *ports, int min_state) argument [all...] |
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket_impl.h | 52 /* Anonymous ports assigned by socket. */ 143 in_port_t (*ports)(uint16_t *, enum Ports); member in struct:inetboot_socket
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | hypercall.c | 379 * Poll one or more event-channel ports, and return when pending. 385 HYPERVISOR_poll(evtchn_port_t *ports, uint_t nr_ports, uint64_t timeout) argument 390 set_xen_guest_handle(sched_poll.ports, ports);
|
/illumos-gate/usr/src/uts/common/sys/fcoe/ |
H A D | fcoeio.h | 144 fcoe_port_instance_t ports[1]; member in struct:fcoe_port_list
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 88 int rflag; /* Random ports flag */ 104 * Used to store a list of ports given by the user and maintaining 105 * information about the number of ports stored. 108 uint16_t *list; /* list containing the ports */ 110 uint_t numports; /* number of ports in the list */ 111 } ports; variable in typeref:struct:__anon112 404 for (i = 0; i < ports.numports; i++) { 406 ports.list[i]); 436 ntohs(ports.list[i]), 448 free(ports [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_input.c | 2227 uint32_t ports; /* Source and destination ports */ local 2244 /* get the ports */ 2245 ports = *(uint32_t *)&sctph->sh_sport; 2257 ip_fanout_sctp_raw(mp, NULL, ip6h, ports, ira); 2260 connp = sctp_fanout(&ip6h->ip6_src, &ip6h->ip6_dst, ports, 2264 ip_fanout_sctp_raw(mp, NULL, ip6h, ports, ira); 2272 ip_fanout_sctp_raw(mp, NULL, ip6h, ports, ira); 2288 uint16_t *up; /* Pointer to ports in ULP header */
|
H A D | ip_input.c | 2569 uint32_t ports; /* Source and destination ports */ local 2586 /* get the ports */ 2587 ports = *(uint32_t *)&sctph->sh_sport; 2601 ip_fanout_sctp_raw(mp, ipha, NULL, ports, ira); 2604 connp = sctp_fanout(&map_src, &map_dst, ports, ira, mp, 2608 ip_fanout_sctp_raw(mp, ipha, NULL, ports, ira); 2615 ip_fanout_sctp_raw(mp, ipha, NULL, ports, ira); 2631 uint16_t *up; /* Pointer to ports in ULP header */
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 51 * user-defined events is to use the event ports for communication between 95 * port_sendn() : send an event of type PORT_SOURCE_USER to a list of ports 118 * The maximum number of ports per system is controlled by the resource 129 * Event ports introduced now SIGEV_PORT. 157 * the upper layer (poll(2), devpoll(7d) and now event ports) about 176 * to send an event to a list of ports. 257 * The global control structure of the event ports framework is port_control_t. 258 * port_control_t keeps track of the number of created ports in the system. 393 &mod_syscallops, "event ports", &port_sysent 410 "32-bit event ports syscall 975 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user, uint_t *nget) argument [all...] |