Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c259 qbuf->qb_ptrs.qp_offset = 0; in hci1394_q_buf_setup()
406 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
452 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
465 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
476 qbuf->qb_ptrs.qp_offset); in hci1394_q_reserve()
524 qbuf->qb_ptrs.qp_offset = 0; in hci1394_q_next_buf()
887 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current - in hci1394_q_at_write_OMI()
943 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current - in hci1394_q_at_write_OLI()
1154 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current - in hci1394_q_at_rep_put8()
1580 qbuf->qb_ptrs.qp_offset = (uint32_t)(qbuf->qb_ptrs.qp_current - in hci1394_q_ar_write_IM()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h205 uint32_t qp_offset; member
253 hci1394_q_buf_s::qb_ptrs.qp_offset \
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c373 const int qp_offset = 5; /* qop */ in get_secfile_ent() local
411 if (!*(flds + qp_offset) || in get_secfile_ent()
412 (strncasecmp(*(flds + qp_offset), cf_secserv_default_str, in get_secfile_ent()
414 NIS_SEC_CF_NA_CMP(*(flds + qp_offset))) in get_secfile_ent()
417 m->qop = strdup(*(flds + qp_offset)); in get_secfile_ent()