Searched refs:port_list (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c53 struct list_head port_list; member in struct:ib_agent_port_private
65 list_for_each_entry(entry, &ib_agent_port_list, port_list) {
191 list_add_tail(&port_priv->port_list, &ib_agent_port_list);
217 list_del(&port_priv->port_list);
H A Dmad_priv.h200 struct list_head port_list; member in struct:ib_mad_port_private
H A Dib_user_mad.c115 struct list_head port_list; member in struct:ib_umad_file
963 list_add_tail(&file->port_list, &port->file_list);
967 list_del(&file->port_list);
999 list_del(&file->port_list);
1268 list_for_each_entry(file, &port->file_list, port_list) {
H A Dib_sysfs.c1089 list_add_tail(&p->kobj.entry, &device->port_list);
1241 list_for_each_entry_safe(p, t, &device->port_list, entry) {
H A Dib_mad.c103 list_for_each_entry(entry, &ib_mad_port_list, port_list) {
2199 if (list_empty_careful(&port_priv->port_list))
2449 if (list_empty_careful(&port_priv->port_list))
3194 list_add_tail(&port_priv->port_list, &ib_mad_port_list);
3207 list_del_init(&port_priv->port_list);
3244 list_del_init(&port_priv->port_list);
H A Dib_device.c227 INIT_LIST_HEAD(&device->port_list);
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c92 char **port_list; local
197 port_list = NULL;
245 port_list = realloc(port_list,
247 if (port_list == NULL)
249 port_list[port_len++] = svcport_str;
270 } else if (port_list != NULL) {
275 complete_service(nconf, port_list[port_pos++]);
282 if (port_list != NULL) {
284 free(port_list[port_po
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c56 TAILQ_INIT(&cc->port_list);
77 while (!TAILQ_EMPTY(&cc->port_list))
78 cc_port_destroy(TAILQ_FIRST(&cc->port_list), 1);
146 TAILQ_FOREACH(port, &cc->port_list, node_link) {
201 TAILQ_FOREACH(port, &cc->port_list, node_link) {
H A Dcc_port.c56 TAILQ_FOREACH(port, &cc->port_list, node_link)
74 TAILQ_FOREACH(port, &cc->port_list, node_link)
97 TAILQ_FOREACH(p1, &cc->port_list, node_link)
103 TAILQ_INSERT_TAIL(&cc->port_list, port, node_link);
120 TAILQ_REMOVE(&port->cc->port_list, port, node_link);
153 TAILQ_FOREACH(port, &cc->port_list, node_link) {
200 TAILQ_FOREACH(port, &cc->port_list, node_link)
223 TAILQ_FOREACH(port, &cc->port_list, node_link)
279 TAILQ_FOREACH(p1, &port->cc->port_list, node_link)
339 TAILQ_FOREACH(p, &cc->port_list, node_lin
[all...]
H A Dcc_user.c1085 if (TAILQ_EMPTY(&priv->port_list)) {
1100 TAILQ_FOREACH(port, &priv->port_list, node_link)
1106 port = TAILQ_FIRST(&priv->port_list);
H A Dcc_dump.c319 TAILQ_FOREACH(port, &cc->port_list, node_link)
H A Dccpriv.h64 struct ccport_list port_list; /* list of ports */ member in struct:ccdata
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c127 char **port_list; local
321 port_list = NULL;
375 port_list = realloc(port_list,
378 if (port_list == NULL)
380 port_list[port_len++] =
402 } else if (port_list != NULL) {
409 port_list[port_pos++]);
416 if (port_list != NULL) {
418 free(port_list[port_po
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend.c86 STAILQ_INIT(&fe->port_list);
207 STAILQ_INSERT_TAIL(&port->frontend->port_list, port, fe_links);
208 for (tport = NULL, nport = STAILQ_FIRST(&softc->port_list);
213 STAILQ_INSERT_AFTER(&softc->port_list, tport, port, links);
215 STAILQ_INSERT_HEAD(&softc->port_list, port, links);
233 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links);
234 STAILQ_REMOVE(&port->frontend->port_list, port, ctl_port, fe_links);
H A Dctl_frontend.h262 STAILQ_HEAD(, ctl_port) port_list; /* used by CTL */ member in struct:ctl_frontend
H A Dctl_private.h461 STAILQ_HEAD(, ctl_port) port_list; member in struct:ctl_softc
H A Dctl.c632 while ((port = STAILQ_FIRST(&ha_frontend.port_list)) != NULL) {
1040 STAILQ_FOREACH(port, &softc->port_list, links) {
1077 STAILQ_FOREACH(port, &softc->port_list, links) {
1937 STAILQ_INIT(&softc->port_list);
2643 STAILQ_FOREACH(port, &softc->port_list, links) {
2981 STAILQ_FOREACH(port, &softc->port_list, links) {
3291 STAILQ_FOREACH(port, &softc->port_list, links) {
3500 STAILQ_FOREACH(port, &softc->port_list, links) {
4816 STAILQ_FOREACH_SAFE(port, &softc->port_list, links, nport) {
4859 STAILQ_FOREACH(port, &softc->port_list, link
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mcast_mgr.c142 static void create_mgrp_switch_map(cl_qmap_t * m, cl_qlist_t * port_list) argument
151 for (i = cl_qlist_head(port_list); i != cl_qlist_end(port_list);
744 cl_qlist_t port_list; local
762 if (osm_mcast_make_port_list_and_map(&port_list, &port_map, mbox)) {
769 num_ports = cl_qlist_count(&port_list);
774 osm_mcast_drop_port_list(&port_list);
794 p_sw = osm_mcast_mgr_find_root_switch(sm, &port_list);
799 osm_mcast_drop_port_list(&port_list);
804 mbox->root = mcast_mgr_branch(sm, mbox->mlid, p_sw, &port_list,
[all...]
H A Dosm_ucast_dfsssp.c1670 static void update_mgrp_membership(cl_qlist_t * port_list) argument
1677 for (i = cl_qlist_head(port_list); i != cl_qlist_end(port_list);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_fcp.h429 fc_rscn_affected_port_id_page_t port_list[1]; member in struct:fc_rscn_payload_s
639 } port_list[1]; member in struct:fcct_gidft_acc_s
647 } port_list[1]; member in struct:fcct_gidpt_acc_s
H A Docs_fabric.c1871 portlist_count = (gidpt_len - sizeof(fcct_iu_header_t)) / sizeof(gidpt->port_list);
1907 port_id = fc_be24toh(gidpt->port_list[i].port_id);
1915 if (gidpt->port_list[i].ctl & FCCT_GID_PT_LAST_ID)
1938 uint32_t port_id = fc_be24toh(gidpt->port_list[i].port_id);
1965 if (gidpt->port_list[i].ctl & FCCT_GID_PT_LAST_ID) {
H A Docs_els.c1208 ocs_memcpy(req->port_list, port_ids, port_ids_count*sizeof(fc_rscn_affected_port_id_page_t));
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c150 STAILQ_HEAD(,cctl_port) port_list;
305 STAILQ_INSERT_TAIL(&devlist->port_list, cur_port, links);
420 STAILQ_INIT(&devlist.port_list);
525 STAILQ_FOREACH(port, &devlist.port_list, links) {
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c3498 STAILQ_HEAD(,cctl_port) port_list;
3548 STAILQ_INSERT_TAIL(&portlist->port_list, cur_port, links);
3671 STAILQ_INIT(&portlist.port_list);
3752 STAILQ_FOREACH(port, &portlist.port_list, links) {
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y493 %type <v.port> portspec port_list port_item
3207 | '{' optnl port_list '}' { $$ = $3; }
3210 port_list : port_item optnl { $$ = $1; } label
3211 | port_list comma port_item optnl {

Completed in 273 milliseconds

12