Searched defs:index (Results 1 - 9 of 9) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentLogicalTable.c65 ASN_INTEGER, /* index: entLogicalIndex */
110 bindings, one for each index in your table. Set the values of
312 int index; local
482 index = AddToLogicalTable(logicent);
483 return (index);
498 /* If index > 0, attempt to insert in appropriate place. */
512 /* If the indexes don't match, we can use the specified index */
547 /* Either index was zero or specified index is already taken */
612 Delete all instances of this logical index i
[all...]
H A DentPhysicalTable.c88 ASN_INTEGER, /* index: entPhysicalIndex */
132 bindings, one for each index in your table. Set the values of
519 int index; local
594 /* reject because it is beyond the valid physical index range */
598 /* a possible index (0 - 2^31-1), but it is stale or does not exist, */
817 index = AddToPhysicalTable(physent);
818 return (index);
833 /* If index > 0, attempt to insert in appropriate place. */
847 /* If the indexes don't match, we can use the specified index */
882 /* Either index wa
[all...]
/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c116 * increments the array index pindex after each .so is read
347 /* ploaded is the highest index that had a module entry */
405 * FAILURE on match return the bus index for this
576 * A match means we have a plugin index which essentially tells us
676 * index simply points to the index of the
1085 usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf, argument
1098 return ((*hdl)(dev, index, langid, buf, buflen));
1102 usb_get_string_simple(usb_dev_handle *dev, int index, char *buf, argument
1115 return ((*hdl)(dev, index, bu
1119 usb_get_descriptor_by_endpoint(usb_dev_handle *dev, int ep, unsigned char type, unsigned char index, void *buf, int size) argument
1138 usb_get_descriptor(usb_dev_handle *dev, unsigned char type, unsigned char index, void *buf, int size) argument
1221 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *bytes, int size, int timeout) argument
[all...]
/solaris-userland/components/open-fabrics/libsif/include/sif/
H A Dsif_user.h250 uint32_t index; member in struct:sif_create_srq_resp_ext
255 uint32_t index; member in struct:sif_create_ah_resp_ext
263 /* Map a collect buffer - cb index as argument */
265 /* Map an SQ, RQ or CQ (entries) - queue index as argument */
271 * block index as argument
277 /* Map a block of qp descriptors - block index as argument */
281 * block index as argument
289 static inline uint64_t mmap_set_cmd(enum sif_mmap_cmd cmd, uint32_t index) argument
291 return ((uint64_t)cmd << 44) | ((uint64_t)index << 13);
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c80 int value, int index, char *data, int size);
85 usb_dev_handle_info_t *info, int index, int interface, int alternate);
89 static int usb_parse_config(usb_dev_handle_impl_t *hdl, uint_t index);
90 static void usb_free_config(usb_device_t *device, uint_t index);
91 static int usb_parse_interface(usb_dev_handle_impl_t *hdl, uint_t index,
93 static void usb_free_interface(usb_device_t *device, uint_t index,
95 static int usb_parse_alternate(usb_dev_handle_impl_t *hdl, uint_t index,
97 static void usb_free_alternate(usb_device_t *device, uint_t index,
99 static int usb_parse_endpoint(usb_dev_handle_impl_t *hdl, int index,
441 int value, int index, cha
440 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *data, int size, int timeout) argument
678 usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf, size_t buflen) argument
709 usb_get_string_simple(usb_dev_handle *dev, int index, char *buf, size_t buflen) argument
786 usb_get_descriptor_by_endpoint(usb_dev_handle *udev, int ep, uchar_t type, uchar_t index, void *buf, int size) argument
805 usb_get_descriptor(usb_dev_handle *udev, uchar_t type, uchar_t index, void *buf, int size) argument
837 int index, iface, err; local
923 int index, i; local
979 int index = usb_ep_index(ep); local
1033 int index; local
1200 usb_send_msg(int fd, int stat_fd, int requesttype, int request, int value, int index, char *data, int size) argument
1331 usb_set_ep_iface_alts(usb_dev_handle_impl_t *hdl, usb_dev_handle_info_t *info, int index, int interface, int alternate) argument
1383 int fd, fdstat, index, rval; local
1681 uint_t index; local
1743 uint_t index; local
1766 usb_parse_config(usb_dev_handle_impl_t *hdl, uint_t index) argument
1883 usb_free_config(usb_device_t *device, uint_t index) argument
1909 usb_parse_interface(usb_dev_handle_impl_t *hdl, uint_t index, uint_t iface, char *cloud) argument
1969 usb_free_interface(usb_device_t *device, uint_t index, uint_t iface) argument
1993 usb_parse_alternate(usb_dev_handle_impl_t *hdl, uint_t index, uint_t iface, uint_t alt, char *cloud) argument
2082 usb_free_alternate(usb_device_t *device, uint_t index, uint_t iface, uint_t alt) argument
2118 usb_parse_endpoint(usb_dev_handle_impl_t *hdl, int index, int iface, int alt, int ep, char *cloud) argument
[all...]
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c799 * so extracting the index here to refer to the ibdev_cache value,
1396 sol_ibv_query_gid(struct ibv_context *context, uint8_t port_num, int index, argument
1405 if (!context || !gid || (index < 0) ||
1406 ((port_num & 0x80) && (index == 0)))
1411 count = index;
1413 start = index;
1455 int index, uint16_t *pkey)
1463 if (!context || !pkey || (index < 0) ||
1464 ((port_num & 0x80) && (index == 0)))
1472 count = index;
1454 sol_ibv_query_pkey(struct ibv_context *context, uint8_t port_num, int index, uint16_t *pkey) argument
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c2246 int index; local
2253 index = cipher_nid_to_pk11(ctx->cipher->nid);
2254 if (index < 0 || index >= PK11_CIPHER_MAX) {
2258 p_ciph_table_row = &ciphers[index];
2671 int index; local
2678 index = md_nid_to_pk11(ctx->digest->type);
2679 if (index < 0 || index >= PK11_DIGEST_MAX) {
2683 pdp = &digests[index];
[all...]
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h65 * is set in the index field. Values returned maches description in PortInfo (See IB specification
71 * the parameter for the PSIF_QUERY sub-operation EPSC_QUERY_PORT_INFO - vHCA IB portnumber set in index field
169 * Hardware modified index pointing to the head of the receive queue. TSU is
229 * index where completions for privileged requests end up. This index points
562 /* Descriptor index for XRC SRQ. */
921 /* Software modified index pointing to the tail reecive entry in host memory. */
947 * Hardware modified index pointing to the head of the receive queue. TSU is
1381 * This is an index to a receive queue descriptor. The descriptor points to
1418 * This is an index t
2537 u64 index:8; member in struct:psif_epsc_csr_set_lid
2549 u64 index:8; member in struct:psif_epsc_csr_set_gid
2560 u64 index:8; member in struct:psif_epsc_csr_set_eoib_mac
2595 u64 index:16; member in struct:psif_epsc_csr_query_table
2817 u32 index; member in struct:psif_epsc_query_req
[all...]
H A Dpsif_hw_data_le.h111 * Hardware modified index pointing to the head of the receive queue. TSU is
183 * index where completions for privileged requests end up. This index points
528 /* Descriptor index for XRC SRQ. */
895 /* Software modified index pointing to the tail reecive entry in host memory. */
909 * Hardware modified index pointing to the head of the receive queue. TSU is
1380 * This is an index to a receive queue descriptor. The descriptor points to
1394 * This is an index to completion queue descriptor. The descriptor points to
1545 * This is an index to send completion queue descriptor. The descriptor
1577 /* gid_indx(1[0] bits)GID index indicatin
2511 u64 index:8; member in struct:psif_epsc_csr_set_lid
2523 u64 index:8; member in struct:psif_epsc_csr_set_gid
2534 u64 index:8; member in struct:psif_epsc_csr_set_eoib_mac
2569 u64 index:16; member in struct:psif_epsc_csr_query_table
2789 u32 index; member in struct:psif_epsc_query_req
[all...]

Completed in 97 milliseconds