Home
last modified time | relevance | path

Searched refs:ports (Results 51 – 75 of 124) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c842 statep->ports[num] = port; in audio1575_alloc_port()
1559 audio1575_free_port(statep->ports[M1575_PLAY]); in audio1575_destroy()
1560 audio1575_free_port(statep->ports[M1575_REC]); in audio1575_destroy()
H A Daudio1575.h383 audio1575_port_t *ports[2]; /* DMA engines */ member
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_brdcfg.h100 long ports; /* max no of physical ports */ member
/illumos-gate/usr/src/lib/librstp/common/
H A DChangeLog23 - - Defaults for 'bridge' and 'ports' configuration have
H A Dstp_in.c128 for (port = this->ports; port; port = port->next) in _stpapi_port_find()
950 port = this->ports; in STP_IN_port_add()
989 if (!this->ports) in STP_IN_port_remove()
H A Dtopoch.c79 for (tmp = port->owner->ports; tmp; tmp = tmp->next) { in setTcPropBridge()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c1168 laioc_port_t *ports) in aggr_grp_add_ports() argument
1216 if ((rc = aggr_grp_add_port(grp, ports[i].lp_linkid, in aggr_grp_add_ports()
1305 port = aggr_grp_port_lookup(grp, ports[i].lp_linkid); in aggr_grp_add_ports()
1441 laioc_port_t *ports, uint32_t policy, boolean_t mac_fixed, boolean_t force, in aggr_grp_create() argument
1515 err = aggr_grp_add_port(grp, ports[i].lp_linkid, force, &port); in aggr_grp_create()
1901 aggr_grp_rem_ports(datalink_id_t linkid, uint_t nports, laioc_port_t *ports) in aggr_grp_rem_ports() argument
1934 if (aggr_grp_port_lookup(grp, ports[i].lp_linkid) == NULL) { in aggr_grp_rem_ports()
1944 port = aggr_grp_port_lookup(grp, ports[i].lp_linkid); in aggr_grp_rem_ports()
1954 ports[i].lp_linkid); in aggr_grp_rem_ports()
1975 port = aggr_grp_port_lookup(grp, ports[i].lp_linkid); in aggr_grp_rem_ports()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c421 goto ports; in i_match_hostorip()
470 goto ports; in i_match_hostorip()
510 ports: in i_match_hostorip()
/illumos-gate/usr/src/cmd/devfsadm/
H A DMakefile.com88 COMPAT_LINKS = disks tapes ports audlinks devlinks drvconfig
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3505 fc_remote_port_t *ports; in fctl_link_remote_port_to_remote_node() local
3510 for (ports = rnodep->fd_portlistp; ports != NULL; in fctl_link_remote_port_to_remote_node()
3511 ports = ports->pd_port_next) { in fctl_link_remote_port_to_remote_node()
3512 if (ports == pd) { in fctl_link_remote_port_to_remote_node()
3520 last = ports; in fctl_link_remote_port_to_remote_node()
3560 fc_remote_port_t *ports; in fctl_unlink_remote_port_from_remote_node() local
3575 ports = rnodep->fd_portlistp; in fctl_unlink_remote_port_from_remote_node()
3576 while (ports != NULL) { in fctl_unlink_remote_port_from_remote_node()
3577 if (ports == pd) { in fctl_unlink_remote_port_from_remote_node()
3580 last = ports; in fctl_unlink_remote_port_from_remote_node()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi18 * I/O ports detection:: How to probe I/O ports used by INT 13H
354 @node I/O ports detection
355 @section How to probe I/O ports used by INT 13H
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.sr8 # packets which can be missing the flags/ports (depending on which part
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c2233 uint32_t ports; /* Source and destination ports */ in ip_fanout_v6() local
2251 ports = *(uint32_t *)&sctph->sh_sport; in ip_fanout_v6()
2263 ip_fanout_sctp_raw(mp, NULL, ip6h, ports, ira); in ip_fanout_v6()
2266 connp = sctp_fanout(&ip6h->ip6_src, &ip6h->ip6_dst, ports, in ip_fanout_v6()
2270 ip_fanout_sctp_raw(mp, NULL, ip6h, ports, ira); in ip_fanout_v6()
2278 ip_fanout_sctp_raw(mp, NULL, ip6h, ports, ira); in ip_fanout_v6()
H A Dip_input.c2581 uint32_t ports; /* Source and destination ports */ in ip_fanout_v4() local
2599 ports = *(uint32_t *)&sctph->sh_sport; in ip_fanout_v4()
2613 ip_fanout_sctp_raw(mp, ipha, NULL, ports, ira); in ip_fanout_v4()
2616 connp = sctp_fanout(&map_src, &map_dst, ports, ira, mp, in ip_fanout_v4()
2620 ip_fanout_sctp_raw(mp, ipha, NULL, ports, ira); in ip_fanout_v4()
2627 ip_fanout_sctp_raw(mp, ipha, NULL, ports, ira); in ip_fanout_v4()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c704 uint32_t ports; in tcp_time_wait_processing() member
713 arg.ports = connp->conn_ports; in tcp_time_wait_processing()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c995 evtchn_port_t ports[1]; in ec_wait_on_evtchn() local
997 ports[0] = evtchn; in ec_wait_on_evtchn()
1004 (void) HYPERVISOR_poll(ports, 1, 0); in ec_wait_on_evtchn()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4065 unsigned short ports[SERIAL_MAX_PORTS]; in serial_func() local
4074 ports[i] = 0; in serial_func()
4142 ports[i++] = (unsigned short) num; in serial_func()
4220 if (units[0] == -1 && ports[0] == 0) in serial_func()
4226 ports[i] = serial_hw_get_port (units[i]); in serial_func()
4227 if (ports[i] == 0) in serial_func()
4230 if (serial_hw_init (ports[i], speed, word_len, parity, stop_bit_len)) in serial_func()
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c795 fcoe_port_instance_t *pi = &inportlist->ports[i]; in FCOE_GetPortList()
921 &(*portlist)->ports[portIndex++]; in FCOE_LoadConfig()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h247 extern int ports __P((char ***, char *, u_short *, int *, u_short *, int));
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h350 #define SCTP_CONN_HASH(sctps, ports) \ argument
351 ((((ports) ^ ((ports) >> 16)) * 31) & \
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c779 int *ports; in topo_usb_gather_devcfg_cb() local
785 di_prop_ints(prop, &ports) == 1 && *ports > 0 && in topo_usb_gather_devcfg_cb()
786 *ports < USB_TOPO_PORT_MAX) { in topo_usb_gather_devcfg_cb()
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.c1055 statep->ports[num] = port; in audio810_alloc_port()
1663 audio810_free_port(statep->ports[i]); in audio810_destroy()
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c126 ports(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ports() function
1316 { "ports", "[-l]", "Leadville port list", ports },
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h604 pmcs_phy_t *ports[PMCS_MAX_PORTS]; member
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c9046 unsigned int ports = 0; in scsi_hba_iport_register() local
9056 &ports); in scsi_hba_iport_register()
9058 if (ports >= SCSI_HBA_MAX_IPORTS) { in scsi_hba_iport_register()
9064 for (i = 0; i < ports; i++) { in scsi_hba_iport_register()
9073 newiports = kmem_alloc((sizeof (char *) * (ports + 1)), KM_SLEEP); in scsi_hba_iport_register()
9075 for (i = 0; i < ports; i++) { in scsi_hba_iport_register()
9078 newiports[ports] = strdup(port); in scsi_hba_iport_register()
9079 ports++; in scsi_hba_iport_register()
9082 "scsi-iports", newiports, ports) != DDI_PROP_SUCCESS) { in scsi_hba_iport_register()
9092 if (ports > 1) in scsi_hba_iport_register()
[all …]

12345