Home
last modified time | relevance | path

Searched refs:synced (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Droletrns.c80 if (! port->synced) { in compute_all_synced()
119 port->synced = False; /* in INIT */ in STP_roletrns_enter_state()
137 port->synced = True; /* In BLOCKED_PORT */ in STP_roletrns_enter_state()
156 port->synced = True; /* In ROOT_AGREED */ in STP_roletrns_enter_state()
313 !port->synced) { in STP_roletrns_check_conditions()
338 (!port->synced && allSynced)) { in STP_roletrns_check_conditions()
341 if (port->proposed && !port->synced) { in STP_roletrns_check_conditions()
393 if (port->agreed && !port->synced) { in STP_roletrns_check_conditions()
396 if (port->operEdge && !port->synced) { in STP_roletrns_check_conditions()
399 if (port->sync && port->synced) { in STP_roletrns_check_conditions()
[all …]
H A Dport.h122 Bool synced; /* 17.18.35 */ member
H A Dportinfo.c375 port->agreed = port->synced = False; /* In UPDATE */ in STP_info_enter_state()
402 port->synced = False; /* due 802.y deleted in SUPERIOR */ in STP_info_enter_state()
H A Dport.c242 if (this->synced) flag |= 0x000004L; in STP_port_trace_flags()
H A Dtransmit.c262 if (port->synced) { in txRstp()
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync31 483d953a86a2507355f8287c5107dc827a0ff516, has not been synced into illumos bhyve
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7934 int synced; in scsi_hba_bus_config_tgtmap() local
8019 if (!synced) in scsi_hba_bus_config_tgtmap()
8023 synced = -1; in scsi_hba_bus_config_tgtmap()
8041 (int)tsa, synced); in scsi_hba_bus_config_tgtmap()
8054 (int)tsa, synced); in scsi_hba_bus_config_tgtmap()
8097 int synced; in scsi_hba_bus_config_iportmap() local
8177 if (!synced) in scsi_hba_bus_config_iportmap()
8181 synced = -1; in scsi_hba_bus_config_iportmap()
8222 (int)tsa, synced); in scsi_hba_bus_config_iportmap()
8733 int synced; in scsi_tgtmap_sync() local
[all …]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos35 older chipsets. While, we would like to get that to be synced up and common, it
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c2141 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list() local
2188 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt181 Make sure all slowpath OS dpc's are synced/flushed.