Home
last modified time | relevance | path

Searched refs:system_id (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daggr_lacp.h131 struct ether_addr system_id; /* MAC address assigned by admin */ member
270 struct ether_addr system_id; /* encoded as MAC address */ member
318 struct ether_addr system_id; /* requestor system */ member
331 struct ether_addr system_id; /* system identifier */ member
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Diso.h70 char system_id [ISODCL(9, 40)]; /* achars */ member
113 char system_id [ISODCL(9, 40)]; /* achars */ member
150 char system_id [ISODCL(17, 48)]; /* achars */ member
211 char system_id [ISODCL(85, 116)]; /* achars */ member
/illumos-gate/usr/src/cmd/etdump/
H A Detdump.h45 const char *system_id_string(uchar_t system_id);
H A Detdump.c57 system_id_string(uchar_t system_id) in system_id_string() argument
60 switch (system_id) { in system_id_string()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfat.h38 __s8 system_id[8]; /* Name - can be used to special case member
H A Diso9660.h116 u_int8_t system_id[32]; member
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c698 bcopy(aggrp->lg_addr, (uchar_t *)&lacp->actor_info.system_id, in fill_lacp_pdu()
712 lacp->partner_info.system_id = pl->PartnerOperSystem; in fill_lacp_pdu()
960 if (ether_cmp(&markerp->system_id, in receive_marker_pdu()
1839 pl->PartnerOperSystem = lacp->actor_info.system_id; in record_PDU()
1862 (ether_cmp(&lacp->partner_info.system_id, in record_PDU()
1904 &lacp->actor_info.system_id) != 0) || in update_selected()
1968 &lacp->partner_info.system_id) != 0) || in update_NTT()