/solaris-userland/components/krb5/Solaris/private/krb5/ |
H A D | prof_solaris.h | 31 int *value; member in struct:_profile_options 37 char **value; member in struct:_profile_times 60 char *value);
|
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_uri.c | 275 char *value = NULL; local 282 value = getenv("OPENSSL_PKCS11_PIN_CACHING_POLICY"); 284 if (value == NULL || strcmp(value, "none") == 0) { 289 if (strcmp(value, "memory") == 0) { 294 if (strcmp(value, "mlocked-memory") == 0) {
|
/solaris-userland/components/krb5/Solaris/ |
H A D | prof_solaris.c | 99 char *name = NULL, *value = NULL, **ret_values = NULL; local 114 code = profile_iterator(&state, &name, &value); 117 if (key != NULL && value != NULL) { 118 boolean_t ex_match = strcmp(key, value) ? 120 boolean_t match = strcasecmp(key, value) ? 150 if (value != NULL) { 151 profile_release_string(value); 152 value = NULL; 166 if (value != NULL) 167 profile_release_string(value); 1249 k5_profile_add_libdefaults_entry(profile_t profile, char *name, char *value) argument 1283 char *value = NULL; local 1329 char *value = NULL; local [all...] |
/solaris-userland/components/libusb/wrapper/src/ |
H A D | wr_libusb.c | 813 "value for libusb_init\n"); 1222 int value, int index, char *bytes, int size, int timeout) 1234 return ((*hdl)(dev, requesttype, request, value, index, 1221 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *bytes, int size, int timeout) argument
|
/solaris-userland/components/libusb/ugen/src/ |
H A D | libusbugen.c | 80 int value, int index, char *data, int size); 441 int value, int index, char *data, int size, int timeout) 463 requesttype, request, value, index, data, size); 892 "cfg value=%d index=%d, iface=%d, alt=%d #alts=%d\n", 1200 usb_send_msg(int fd, int stat_fd, int requesttype, int request, int value, argument 1212 requesttype, request, value, index, size); 1216 req[2] = (uint8_t)value; 1217 req[3] = (uint8_t)(value >> 8); 440 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *data, int size, int timeout) argument
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 149 /* max value of PPA is 4294967294, which is (UINT_MAX - 1) */ 387 * Returns the flags value for the logical interface in `lifname' 475 * -1 or some invalid value to signify that 2690 * The property value is in the format of "ether_src-xxx" 2754 uint_t i, value; local 2761 * The property value is in the format of "src:xxx" "dst:xxx" 2795 value = strtoul(sep, &endp, 16); 2796 if (errno != 0 || value > 0xff || *endp != '\0') 2799 ipv4.ipv4_tos = value; 2805 value 2826 uint_t i, value; local 2912 uint_t i, value; local 3049 uint_t i, value; local [all...] |
/solaris-userland/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 166 /* This is the shift value to use to find start of the receive queue element. */ 856 * shift value to use in order to find the start of a work queue element. 944 /* This is the shift value to use to find start of the receive queue element. */ 1011 * the value of the SE bit in the incoming message. 1158 * Error retry counter initial value. Read by tsu_dma and used by tsu_cmpl to 1186 * retry_tag_comitted, tsu_rqs must update retry_tag_comitted to the value of 1404 /* Send Queue RNR retry count initialization value. */ 1466 * using this value to decide if we go into or out of response scheduling 1503 * is initialized, this value should be set equal to 1510 * initialized, this value shoul 2819 u64 value; member in struct:psif_epsc_query_req [all...] |
H A D | psif_hw_data_le.h | 115 /* This is the shift value to use to find start of the receive queue element. */ 811 * shift value to use in order to find the start of a work queue element. 913 /* This is the shift value to use to find start of the receive queue element. */ 1009 * the value of the SE bit in the incoming message. 1087 * retry_tag_comitted, tsu_rqs must update retry_tag_comitted to the value of 1115 * Error retry counter initial value. Read by tsu_dma and used by tsu_cmpl to 1359 /* Send Queue RNR retry count initialization value. */ 1435 * using this value to decide if we go into or out of response scheduling 1498 * initialized, this value should be set equal to apm_failed_event_needed. 1504 * is initialized, this value shoul 2793 u64 value; member in struct:psif_epsc_query_req [all...] |