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

/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dagent.c49 struct list_head port_list; member in struct:ib_agent_port_private
61 list_for_each_entry(entry, &ib_agent_port_list, port_list) {
181 list_add_tail(&port_priv->port_list, &ib_agent_port_list);
207 list_del(&port_priv->port_list);
H A Dmad_priv.h202 struct list_head port_list; member in struct:ib_mad_port_private
H A Dsysfs.c610 list_add_tail(&p->kobj.entry, &device->port_list);
864 INIT_LIST_HEAD(&device->port_list);
908 list_for_each_entry_safe(p, t, &device->port_list, entry) {
940 list_for_each_entry_safe(p, t, &device->port_list, entry) {
971 list_for_each_entry(p, &device->port_list, entry) {
H A Duser_mad.c117 struct list_head port_list; member in struct:ib_umad_file
832 list_add_tail(&file->port_list, &port->file_list);
859 list_del(&file->port_list);
1098 list_for_each_entry(file, &port->file_list, port_list) {
H A Dmad.c93 list_for_each_entry(entry, &ib_mad_port_list, port_list) {
2530 if (!list_empty(&port_priv->port_list))
2862 list_add_tail(&port_priv->port_list, &ib_mad_port_list);
2875 list_del_init(&port_priv->port_list);
2914 list_del_init(&port_priv->port_list);
/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dstatd.c91 char **port_list; local
193 port_list = NULL;
241 port_list = realloc(port_list,
243 if (port_list == NULL)
245 port_list[port_len++] = svcport_str;
266 } else if (port_list != NULL) {
271 complete_service(nconf, port_list[port_pos++]);
278 if (port_list != NULL) {
280 free(port_list[port_po
[all...]
/freebsd-10.0-release/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-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd.c131 char **port_list; local
325 port_list = NULL;
379 port_list = realloc(port_list,
382 if (port_list == NULL)
384 port_list[port_len++] =
406 } else if (port_list != NULL) {
413 port_list[port_pos++]);
420 if (port_list != NULL) {
422 free(port_list[port_po
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_mcast_mgr.c746 cl_qlist_t port_list; local
755 cl_qlist_init(&port_list);
830 cl_qlist_insert_tail(&port_list, &p_wobj->list_item);
833 count = cl_qlist_count(&port_list);
835 &port_list, 0, 0, &max_depth);
/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c299 char **port_list; local
476 port_list = NULL;
523 port_list = realloc(port_list,
525 if (port_list == NULL)
527 port_list[port_len++] = svcport_str;
547 } else if (port_list != NULL) {
552 complete_service(nconf, port_list[port_pos++]);
559 if (port_list != NULL) {
561 free(port_list[port_po
[all...]
/freebsd-10.0-release/usr.sbin/ctladm/
H A Dctladm.c439 struct ctl_port_list port_list; local
451 bzero(&port_list, sizeof(port_list));
452 port_list.entries = entries;
453 port_list.alloc_num = num_entries;
454 port_list.alloc_len = num_entries * sizeof(*entries);
455 if (ioctl(fd, CTL_GET_PORT_LIST, &port_list) != 0) {
459 if (port_list.status == CTL_PORT_LIST_NEED_MORE_SPACE) {
461 num_entries, port_list.fill_num + port_list
[all...]
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y481 %type <v.port> portspec port_list port_item
2973 | '{' optnl port_list '}' { $$ = $3; }
2976 port_list : port_item optnl { $$ = $1; } label
2977 | port_list comma port_item optnl {
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_verbs.h1373 struct list_head port_list; member in struct:ib_device

Completed in 246 milliseconds