Home
last modified time | relevance | path

Searched refs:qp_offset (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c274 qbuf->qb_ptrs.qp_offset = 0; in hci1394_q_buf_setup()
430 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
484 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
497 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
508 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
562 qbuf->qb_ptrs.qp_offset = 0; in hci1394_q_next_buf()
971 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current - in hci1394_q_at_write_OMI()
1032 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current - in hci1394_q_at_write_OLI()
1084 ].dmac_address + qbuf->qb_ptrs.qp_offset) | (q_handle->q_block_cnt & in hci1394_q_at_write_OLI()
1184 ].dmac_address + qbuf->qb_ptrs.qp_offset) | (q_handle->q_block_cnt & in hci1394_q_at_write_OL()
[all …]
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h207 uint32_t qp_offset; member
255 hci1394_q_buf_s::qb_ptrs.qp_offset \
/titanic_50/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c375 const int qp_offset = 5; /* qop */ in get_secfile_ent() local
413 if (!*(flds + qp_offset) || in get_secfile_ent()
414 (strncasecmp(*(flds + qp_offset), cf_secserv_default_str, in get_secfile_ent()
416 NIS_SEC_CF_NA_CMP(*(flds + qp_offset))) in get_secfile_ent()
419 m->qop = strdup(*(flds + qp_offset)); in get_secfile_ent()