Home
last modified time | relevance | path

Searched refs:ebit (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh238 typeset ebit
241 ebit=$(get_substr $mode 3 1)
244 ((ebit & 4)) != 0 )); then
255 ((ebit & 2)) != 0 )); then
267 ((ebit & 1)) != 0 )); then
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c394 boolean_t ebit; in sctp_istr_msgs() local
415 ebit = (SCTP_DATA_GET_EBIT(&dp) != 0); in sctp_istr_msgs()
418 dp.sdh_tsn, bbit, ebit); in sctp_istr_msgs()
440 boolean_t bbit, ebit; in sctp_reass_list() local
472 ebit = (SCTP_DATA_GET_EBIT(&dp) != 0); in sctp_reass_list()
475 dp.sdh_tsn, bbit, ebit); in sctp_reass_list()
494 boolean_t ebit; in sctp_uo_reass_list() local
512 ebit = (SCTP_DATA_GET_EBIT(&dp) != 0); in sctp_uo_reass_list()
517 dp.sdh_tsn, dp.sdh_flags, ubit, bbit, ebit); in sctp_uo_reass_list()