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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h200 * q. qp_offset is (qp_current - qp_begin). This is used to determine
207 uint32_t qp_offset; member in struct:hci1394_q_bufptr_s
255 hci1394_q_buf_s::qb_ptrs.qp_offset \
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c274 qbuf->qb_ptrs.qp_offset = 0;
430 qbuf->qb_ptrs.qp_offset);
484 qbuf->qb_ptrs.qp_offset);
497 qbuf->qb_ptrs.qp_offset);
508 qbuf->qb_ptrs.qp_offset);
562 qbuf->qb_ptrs.qp_offset = 0;
971 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current -
1032 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current -
1084 ].dmac_address + qbuf->qb_ptrs.qp_offset) | (q_handle->q_block_cnt &
1184 ].dmac_address + qbuf->qb_ptrs.qp_offset) | (q_handl
[all...]
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c375 const int qp_offset = 5; /* qop */ local
413 if (!*(flds + qp_offset) ||
414 (strncasecmp(*(flds + qp_offset), cf_secserv_default_str,
416 NIS_SEC_CF_NA_CMP(*(flds + qp_offset)))
419 m->qop = strdup(*(flds + qp_offset));

Completed in 53 milliseconds