Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_q_mem.h67 uint8_t occupied; member
H A Dcpqary3_mem.c135 ptr->occupied = CPQARY3_FREE; in cpqary3_meminit()
353 memp->occupied = CPQARY3_OCCUPIED; in cpqary3_cmdlist_occupy()
417 memp->occupied = CPQARY3_FREE; in cpqary3_cmdlist_release()
H A Dcpqary3_util.c156 if (local->occupied == CPQARY3_OCCUPIED) { in cpqary3_tick_hdlr()
H A Dcpqary3_transport.c992 (cpqary3_cmdpvtp->occupied == CPQARY3_OCCUPIED)) { in cpqary3_handle_flag_nointr()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h112 uint32_t occupied:8; member
/titanic_50/usr/src/data/zoneinfo/
H A Dantarctica7 # To keep things manageable, we list only locations occupied year-round; see
321 # Amundsen-Scott South Pole Station, continuously occupied since 1956-11-20
H A Daustralasia638 # The Japanese occupied Kieta in July 1942,
1756 # who was occupied by Germany at the time as GMT+10, together with the like
1777 # time for the occupied area and thus it can probably be seen as such.
1790 # occupied by America at the time), Palau and Yap subprefecture rule the
H A Dasia420 # Japanese-occupied territory.
421 # * Japanese-occupied Manchuria was at UT+9, i.e., Japan time.
429 # different - the occupied districts going by Tokyo time, an hour
2849 # Both areas were occupied by Israel in June 1967, but not annexed (except
3185 # It is unknown what time Manila kept when the British occupied it from
H A Deurope1397 # Le Corre says Paris stuck with occupied-France time after the liberation;
2131 # Actually, Jan Mayen was never occupied by Germany during World War II,
H A Dnorthamerica1221 # occupied 1857/1900 by the Navassa Phosphate Co
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c1155 hsc_slot_occupancy(int slot_number, boolean_t occupied, int flags, int healthy) in hsc_slot_occupancy() argument
1162 slot_number, occupied ? "occupied" : "not occupied", in hsc_slot_occupancy()
1175 if (occupied) { in hsc_slot_occupancy()
H A Dscsb.c7029 scsb_disconnect_slot(scsb_state_t *scsb, int occupied, int slotnum) in scsb_disconnect_slot() argument
7041 if (occupied == B_TRUE) in scsb_disconnect_slot()
7053 return (hsc_slot_occupancy(slotnum, occupied, slot_flag, B_FALSE)); in scsb_disconnect_slot()
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c7591 int occupied = 0; in dtrace_errdebug() local
7597 while (occupied++ < DTRACE_ERRHASHSZ) { in dtrace_errdebug()