Searched refs:chassis (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c51 #define MAX_CHASSIS 8 /* number of chassis in an ACN site */
70 int chassis; member in struct:unit
148 int chassis, geoslot; local
152 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) {
154 if (units[chassis][geoslot].ip != NULL)
155 printf("%d:%d %2d %s\n", chassis, geoslot, units[chassis][geoslot].fd, units[chassis][geoslo
167 find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) argument
185 int chassis, geoslot; local
211 empty_unit(int chassis, int geoslot) argument
224 int chassis, geoslot; local
238 int chassis, geoslot; local
265 int chassis, geoslot; local
346 close_with_IOP(int chassis, int geoslot, int flag) argument
359 int chassis, geoslot; local
372 int chassis, geoslot; local
554 int chassis, geoslot; local
691 int chassis, geoslot; local
710 int chassis, geoslot; local
761 int chassis, geoslot; local
805 int chassis, geoslot; local
[all...]
/freebsd-10.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dgrouping.c95 /* Byte 3 in system image GUID is chassis type, and */
164 /* If peer port is Leaf 1, use its chassis GUID */
199 ChassisList *chassis; local
201 chassis = find_chassisnum(chassisnum);
202 if (chassis)
203 return chassis->chassisguid;
398 /* (which is lid of chassis router port) */
550 in that chassis
551 chassislist structure = structure of one standalone chassis
579 /* additional 2 passes needed for to overcome a problem of pure "in-chassis" */
710 struct ChassisList *chassis; local
[all...]
H A Dibnetdiscover.c101 struct ChassisList *chassis = NULL; variable in typeref:struct:ChassisList
542 /* Currently, only if Voltaire chassis */
607 /* Currently, only if Voltaire chassis */
706 for (ch = chassis; ch; ch = ch->next) {
757 /* Non Voltaire chassis */
827 /* Now, skip chassis based switches */
847 /* Now, skip chassis based CAs */
1042 chassis = group_nodes();

Completed in 126 milliseconds