Searched refs:ids (Results 76 - 84 of 84) sorted by relevance

1234

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h58 uint32_t ids[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dx509v3.h280 STACK_OF(SXNETID) *ids; member in struct:SXNET_st
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c4687 int ld_list_size, retcode = 0, ld_index = 0, ids = 0, drv_tgt_id; local
4749 ids = ld_list_mem->ldList[ld_index].ref.ld_context.targetId;
4750 drv_tgt_id = ids + MRSAS_MAX_PD;
4752 sc->ld_ids[ids] = ld_list_mem->ldList[ld_index].ref.ld_context.targetId;
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c3975 char *ids; local
3978 ids = &sc->exclude_ids[0];
3979 while((name = strsep(&ids, ",")) != NULL) {
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.c3704 char *ids; local
3707 ids = &sc->exclude_ids[0];
3708 while((name = strsep(&ids, ",")) != NULL) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c3782 const char *ids; local
3792 ids = id->s;
3794 ids++;
3795 isoent = isoent_find_entry(vdd->rootent, ids);
3799 label, ids);
/freebsd-11-stable/sys/netinet/
H A Dsctp_usrreq.c1875 struct sctp_assoc_ids *ids; local
1879 SCTP_CHECK_AND_CAST(ids, optval, struct sctp_assoc_ids, *optsize);
1892 ids->gaids_assoc_id[at++] = sctp_get_associd(stcb);
1906 ids->gaids_number_of_ids = at;
2887 /* is there room for all of the hmac ids? */
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c1152 * @param rq_ids Array of RQ ids per filter
4741 /* Fill the resp cq ids. */
6382 * @param ids ID of IOs to abort.
6393 uint32_t ids, uint32_t mask, uint16_t tag, uint16_t cq_id)
6403 ocs_log_warn(sli4->os, "warning non-zero mask %#x when aborting XRI %#x\n", mask, ids);
6424 abort->t_tag = ids;
6392 sli_abort_wqe(sli4_t *sli4, void *buf, size_t size, sli4_abort_type_e type, uint32_t send_abts, uint32_t ids, uint32_t mask, uint16_t tag, uint16_t cq_id) argument
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure777 --with-rcs-ids compile-in RCS identifiers
10375 # Check whether --with-rcs-ids or --without-rcs-ids was given.

Completed in 169 milliseconds

1234