Searched refs:index (Results 451 - 475 of 1793) sorted by relevance

<<11121314151617181920>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.unpriv_funcs.ksh45 BEGIN { printf("index(\"index\", \"x\") = %d\n",
46 index("index", "x")); }
/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h1 //===--- IndexingAction.h - Frontend index action ---------------*- C++ -*-===//
32 namespace index { namespace in namespace:clang
71 } // namespace index
H A DUSRGeneration.h24 namespace index { namespace in namespace:clang
97 } // namespace index
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBUnixSignals.h51 int32_t GetSignalAtIndex(int32_t index) const;
H A DSBTypeEnumMember.h73 SBTypeEnumMember GetTypeEnumMemberAtIndex(uint32_t index);
/freebsd-current/contrib/ncurses/form/
H A Dfld_current.c151 | Description : Return the index of the field in the field-array of
154 | Return Values : >= 0 : field index
161 returnCode((field != 0 && field->form != 0) ? (int)field->index : -1);
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdtxchg.h72 bit32 index; /* index of structure */ member in struct:ttdsaXchg_s
/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dmm_ext.h266 @Description Returns base address of the memory block specified by the index.
268 If index is 0, returns base address
277 @Param[in] index - Index of the memory block.
279 @Return valid base address or ILLEGAL_BASE if no memory block specified by the index.
281 uint64_t MM_GetMemBlock(t_Handle h_MM, int index);
/freebsd-current/contrib/wpa/src/radius/
H A Dradius_client.h51 * index - radiusAuthServerIndex or radiusAccServerIndex
53 int index; member in struct:hostapd_radius_server
/freebsd-current/sys/contrib/xen/
H A Dtmem.h98 uint32_t index; member in struct:tmem_op::__anon132::__anon134
/freebsd-current/contrib/ldns/ldns/
H A Ddane.h153 * based on the value of cert_usage and index.
169 * \param[in] index Used to select the trust anchor when certificate usage
171 * validation chain. 1 the one but last, etc. When index is -1,
182 ldns_tlsa_certificate_usage cert_usage, int index);
/freebsd-current/contrib/arm-optimized-routines/string/bench/
H A Dstrlen.c107 uint16_t index[MAX_ALIGN]; local
114 index[i] = i * (MAX_STRLEN + 1);
115 a[index[i] + MAX_STRLEN] = 0;
126 index[(align + exp_len) & (MAX_ALIGN - 1)] + MAX_STRLEN - exp_len;
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DOutputSection.h88 uint32_t index = 0; member in class:lld::macho::OutputSection
H A DOutputSegment.h59 uint8_t index; member in class:lld::macho::OutputSegment
/freebsd-current/crypto/openssl/include/openssl/
H A Dtxt_db.h42 LHASH_OF(OPENSSL_STRING) **index; member in struct:txt_db_st
/freebsd-current/lib/libusb/
H A Dlibusb20.h256 int libusb20_dev_req_string_sync(struct libusb20_device *pdev, uint8_t index, uint16_t langid, void *ptr, uint16_t len);
257 int libusb20_dev_req_string_simple_sync(struct libusb20_device *pdev, uint8_t index, void *ptr, uint16_t len);
284 int libusb20_be_get_dev_quirk(struct libusb20_backend *pbe, uint16_t index, struct libusb20_quirk *pq);
285 int libusb20_be_get_quirk_name(struct libusb20_backend *pbe, uint16_t index, struct libusb20_quirk *pq);
H A Dlibusb20_int.h48 typedef int (libusb20_root_get_dev_quirk_t)(struct libusb20_backend *pbe, uint16_t index, struct libusb20_quirk *pq);
49 typedef int (libusb20_root_get_quirk_name_t)(struct libusb20_backend *pbe, uint16_t index, struct libusb20_quirk *pq);
96 typedef int (libusb20_get_config_desc_full_t)(struct libusb20_device *pdev, uint8_t **ppbuf, uint16_t *plen, uint8_t index);
106 typedef int (libusb20_set_config_index_t)(struct libusb20_device *pdev, uint8_t index);
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg.h395 int index = type / 8; local
398 bitmap[index] |= (1 << bit);
403 int index = type / 8; local
406 bitmap[index] &= ~(1 << bit);
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_qmgr.c92 * NB: indices is u16 because this is the queue index width used in the Add VSI AQ command
285 ixl_pf_qidx_from_vsi_qidx(struct ixl_pf_qtag *qtag, u16 index) argument
287 MPASS(index < qtag->num_allocated);
290 return qtag->first_qidx + index;
292 return qtag->qidx[index];
H A Dixl_pf_qmgr.h109 u16 ixl_pf_qidx_from_vsi_qidx(struct ixl_pf_qtag *qtag, u16 index);
/freebsd-current/sys/dev/isci/
H A Disci.h89 uint32_t index; member in struct:ISCI_REMOTE_DEVICE
125 uint8_t index; member in struct:ISCI_DOMAIN
154 int index; member in struct:ISCI_PHY
162 uint8_t index; member in struct:ISCI_CONTROLLER
/freebsd-current/sys/dev/isci/scil/
H A Dscic_phy.h108 * This field specifies the index of the phy in relation to other
109 * phys within the controller. This index is zero relative.
111 U8 index; member in struct:SCIC_PHY_PROPERTIES
/freebsd-current/sys/dev/usb/net/
H A Dif_mugereg.h250 #define PFILTER_HI(index) (ETH_MAF_BASE + (8 * (index)) + (ETH_MAF_HIx))
251 #define PFILTER_LO(index) (ETH_MAF_BASE + (8 * (index)) + (ETH_MAF_LOx))
/freebsd-current/sys/net/
H A Drss_config.h113 u_int rss_get_indirection_to_bucket(u_int index);
/freebsd-current/sys/geom/virstor/
H A Dg_virstor.h74 unsigned int index; /* Component index in array */ member in struct:g_virstor_component

Completed in 233 milliseconds

<<11121314151617181920>>