Searched refs:value (Results 501 - 525 of 2564) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_strerror.c50 IN DAT_RETURN value,
55 IN DAT_RETURN value,
67 IN DAT_RETURN value,
70 switch (DAT_GET_TYPE(value)) {
186 IN DAT_RETURN value,
189 switch (DAT_GET_SUBTYPE(value)) {
579 IN DAT_RETURN value,
585 * suggesting that the consumer's DAT_RETURN value be used
591 if (DAT_SUCCESS != dat_strerror_major(value, major_message)) {
593 } else if (DAT_SUCCESS != dat_strerror_minor(value, minor_messag
66 dat_strerror_major( IN DAT_RETURN value, OUT const char **message) argument
185 dat_strerror_minor( IN DAT_RETURN value, OUT const char **message) argument
578 dat_strerror( IN DAT_RETURN value, OUT const char **major_message, OUT const char **minor_message) argument
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c44 const char *value; member in struct:langinfo_test
197 for (int i = 0; test[i].value != NULL; i++) {
200 test[i].param, test[i].value, v);
201 if (strcmp(v, test[i].value) != 0) {
204 test[i].param, test[i].value, v);
235 for (int i = 0; test[i].value != NULL; i++) {
238 test[i].param, test[i].value, v);
239 if (strcmp(v, test[i].value) != 0) {
242 test[i].param, test[i].value, v);
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c170 * Replace the current value of a property string given its name and
171 * new value.
174 promif_ldom_setprop(char *name, void *value, int valuelen) argument
202 (void) strncpy(&setp->name_and_value[namelen + 1], value, valuelen);
242 caddr_t value; local
250 value = p1275_cell2ptr(ci[5]);
254 len = promif_ldom_setprop(name, value, len);
257 len = promif_stree_setprop(node, name, (void *)value, len);
273 caddr_t value; local
280 value
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_irq.c347 u32 value; local
351 value = 0;
354 value |= DRM_RADEON_VBLANK_CRTC1;
357 value |= DRM_RADEON_VBLANK_CRTC2;
358 return (value);
362 radeon_vblank_crtc_set(drm_device_t *dev, int64_t value) argument
367 if (value & ~(DRM_RADEON_VBLANK_CRTC1 | DRM_RADEON_VBLANK_CRTC2)) {
369 (unsigned int)value);
372 dev_priv->vblank_crtc = (unsigned int)value;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dspi_flash.c38 * Private function sends 8-bit value to the device and returns the 8-bit
39 * value in response.
222 unsigned value; local
256 value = pSPI->SPI_RDR;
257 value = pSPI->SPI_SR;
259 value = GetFlashStatus() & 0xFC;
261 if (value != 0xB4 && value != 0xAC)
262 printf(" Bad SPI status: 0x%x\n", value);
264 if (value !
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_inttab.c69 dt_inttab_insert(dt_inttab_t *ip, uint64_t value, uint_t flags) argument
71 uint_t h = value & (ip->int_hashlen - 1);
76 if (hp->inh_value == value && hp->inh_flags == flags)
86 hp->inh_value = value;
/illumos-gate/usr/src/lib/libvolmgt/
H A Dvolmgt.h49 * return value(s):
63 * return value(s):
75 * return value(s):
91 * return value(s):
111 * return value(s):
128 * return value(s):
143 * return value(s):
169 * return value(s):
181 * returns the value for an attribute for a piece of
190 * return value(
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_structs.h50 /* A single value. If the value is a (char *), the length includes the NUL */
53 void *value; member in struct:__anon3620
61 int repeat; /* Should value be repeated ? */
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c122 time_t value; local
134 value = (time_t)atoi(value_str);
135 if (value == 0)
142 (void) log_printf("%s", ctime(&value));
H A Ddisplay_sun4u.c63 void *value; /* used for opaque PROM data */ local
91 value = get_prop_val(find_prop(root, "clock-frequency"));
92 if (value != NULL) {
93 sys_clk = ((*((int *)value)) + 500000) / 1000000;
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dclock_timer.c141 timer_gettime(timer_t timerid, itimerspec_t *value) argument
143 return (__timer_gettime(timerid, value));
147 timer_settime(timer_t timerid, int flags, const itimerspec_t *value, argument
150 return (__timer_settime(timerid, flags, value, ovalue));
/illumos-gate/usr/src/lib/libgss/
H A Dg_export_name.c56 exported_name->value = NULL;
H A Dg_glue.c68 * If the High order bit is not set then the length is just the value
219 * The routine fills in the OID value and returns an error as necessary.
225 if ((token == NULL) || (token->value == NULL))
230 buffer_ptr = (unsigned char *) token->value;
277 memcmp(token->value, NTLMSSP_SIGNATURE,
281 ((char *)token->value)[0] == 0x6E) {
409 if ((name_buf->value = (void*)malloc(name_buf->length)) ==
417 buf = (unsigned char *)name_buf->value;
418 (void) memset(name_buf->value, 0, name_buf->length);
429 * mech OID value
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_private.h89 boolean_t is_in_list(char **list, char *value);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DMakefile22 CERRWARN += -_gcc=-Wno-unused-value
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c300 char *value; local
320 if ((value = kva_match(exec->attr, EXECATTR_IPRIV_KW)) == NULL ||
321 (fset = get_privset(value, NULL, pap->pfa_path)) == NULL) {
358 char *value; local
409 if ((value = kva_match(exec->attr, EXECATTR_UID_KW)) != NULL)
410 euid = uid = get_uid(value, &res->pfr_allowed, path);
412 if ((value = kva_match(exec->attr, EXECATTR_GID_KW)) != NULL)
413 egid = gid = get_gid(value, &res->pfr_allowed, path);
415 if ((value = kva_match(exec->attr, EXECATTR_EUID_KW)) != NULL)
416 euid = get_uid(value,
[all...]
/illumos-gate/usr/src/cmd/rexd/
H A Dmntent.c75 register int value = 0; local
82 value *= 10;
83 value += *cp - '0';
93 return (value);
/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dmkdemo.pl50 my $value;
75 ($field, $value) = split /:\s*/, $_, 2;
78 $value .= " ";
81 $hash{$field} .= $value;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java76 Object value;
84 value = ((ValueRecord)record).getValue();
85 if (value instanceof String) {
87 buf.append((String)value);
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c56 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) argument
62 v->v_uvalue = value;
93 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) argument
104 v = inj_var_alloc(key, value, h->h_hash[i]);
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.h62 int xsem_init(xsem_t *sem, int pshared, unsigned int value);
/illumos-gate/usr/src/cmd/gencat/
H A DMakefile34 CERRWARN += -_gcc=-Wno-unused-value
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c282 const char *value)
288 g_return_val_if_fail (value != NULL, NULL);
302 value) == 0)
312 int value)
330 if (hal_device_property_get_int (d, key) == value)
340 const char *value)
347 g_return_val_if_fail (value != NULL, NULL);
361 value) == 0)
371 char *value; member in struct:__anon616
386 g_free (info->value);
280 hal_device_store_match_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
310 hal_device_store_match_key_value_int(HalDeviceStore *store, const char *key, int value) argument
338 hal_device_store_match_multiple_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
454 hal_device_store_match_key_value_string_async(HalDeviceStore *store, const char *key, const char *value, HalDeviceStoreAsyncCallback callback, gpointer user_data, int timeout) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c77 * Copy a relocation record and increment its value. The record must reflect
129 Xword value = reloc->r_value + rel->r_addend; local
142 (uintptr_t)value, reloc->r_pltndx);
145 (void) memcpy((void *)oaddr, (void *)value,
148 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h63 extern void set_dr_info __P((int type, int value));

Completed in 75 milliseconds

<<21222324252627282930>>