Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 15 of 15) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/
A Dmount.h41 typedef struct groupnode *groups; typedef
85 groups gr_next;
91 groups ex_groups;
118 extern bool_t xdr_groups(XDR *, groups*);
A Dmount.x14 typedef struct groupnode *groups; typedef
50 groups gr_next;
55 groups ex_groups;
A Dmount_xdr.c52 xdr_groups(register XDR *xdrs, groups *objp) in xdr_groups()
/components/drivers/ofw/
A Dio.c255 int child_address_cells, child_size_cells, parent_address_cells, groups; in ofw_bus_ranges() local
302 groups = prop->length / sizeof(*cell); in ofw_bus_ranges()
303 groups /= child_address_cells + child_size_cells + parent_address_cells; in ofw_bus_ranges()
305 ranges = rt_malloc(sizeof(*ranges) + sizeof(rt_uint64_t) * 3 * groups); in ofw_bus_ranges()
312 ranges->nr = groups; in ofw_bus_ranges()
314 ranges->parent_addr = &ranges->child_addr[groups]; in ofw_bus_ranges()
315 ranges->child_size = &ranges->parent_addr[groups]; in ofw_bus_ranges()
323 while (groups --> 0) in ofw_bus_ranges()
/components/lwp/
A Dlwp_pgrp.c508 rt_processgroup_t *groups; in list_processgroup() local
520 groups = (rt_processgroup_t *)rt_calloc(count, sizeof(rt_processgroup_t)); in list_processgroup()
521 if (groups) in list_processgroup()
523 … index = rt_object_get_pointers(RT_Object_Class_ProcessGroup, (rt_object_t *)groups, count); in list_processgroup()
529 group = groups[index]; in list_processgroup()
547 rt_free(groups); in list_processgroup()
/components/drivers/pci/
A Dofw.c167 int groups, space_code; in pci_ofw_parse_ranges() local
180 groups = total_cells / sizeof(*cell) / (phy_addr_cells + phy_size_cells + cpu_addr_cells); in pci_ofw_parse_ranges()
181 *out_regions = rt_malloc(groups * sizeof(struct rt_pci_bus_region)); in pci_ofw_parse_ranges()
188 for (int i = 0; i < groups; ++i) in pci_ofw_parse_ranges()
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast
/components/net/lwip/lwip-2.1.2/doc/
A Dmdns.txt51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt26 The groups EGP, CMOT and transmission are disabled by default.
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dauth.c340 if (groups[i] == g->gr_gid) {
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dauth.c491 if (groups[i] == g->gr_gid) {
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dauth.c491 if (groups[i] == g->gr_gid) {
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile363 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
2171 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2172 # in the modules index. If set to NO, only the current project's groups will be
2287 # groups, showing the direct groups dependencies.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
2194 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2195 # in the modules index. If set to NO, only the current project's groups will be
2310 # groups, showing the direct groups dependencies.
A Dlwip.Doxyfile.cmake.in372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
2194 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2195 # in the modules index. If set to NO, only the current project's groups will be
2310 # groups, showing the direct groups dependencies.

Completed in 30 milliseconds