Searched defs:qp_offset (Results 1 - 2 of 2) 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/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 83 milliseconds