Searched refs:value (Results 151 - 175 of 2564) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbbcio.h45 uint32_t value; /* provided by SSC application SW */ member in struct:ssc_sbbc_regio
46 uint32_t retval; /* return value provided by driver */
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_capabilities.c48 dcd_ifsetcap(struct dcd_address *ap, char *cap, int value, int whom)
51 return (*A_TO_TRAN(ap)->tran_setcap)(ap, cap, value, whom);
/illumos-gate/usr/src/uts/intel/asm/
H A Dhtable.h47 atomic_orb(uint8_t *addr, uint8_t value) argument
52 : "d" (value), "m" (*addr)
57 atomic_andb(uint8_t *addr, uint8_t value) argument
62 : "d" (value), "m" (*addr)
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dsetenv.cc35 char *setenv(char *name, char *value) argument
52 vl= strlen(value);
59 (void)strcpy(p, value);
60 return(value);
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dat91rm9200_lowlevel.c53 register unsigned value; local
83 value = AT91C_BASE_CKGR->CKGR_PLLAR;
84 value &= ~(AT91C_CKGR_DIVA | AT91C_CKGR_OUTA | AT91C_CKGR_MULA);
85 value |= OSC_MAIN_FREQ_DIV | AT91C_CKGR_OUTA_2 | AT91C_CKGR_SRCA |
87 AT91C_BASE_CKGR->CKGR_PLLAR = value;
94 value = AT91C_BASE_PMC->PMC_MCKR;
95 value &= ~(AT91C_PMC_MDIV | AT91C_PMC_PRES);
96 value |= AT91C_PMC_MDIV_3 | AT91C_PMC_PRES_CLK;
97 AT91C_BASE_PMC->PMC_MCKR = value;
104 value
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_config.c119 db_value_set(value, which)
120 int value, which;
126 DB_GLOBAL(db_mutexlocks) = value;
129 DB_GLOBAL(db_pageyield) = value;
132 if (value != 0 && (ret = __db_mapanon_ok(0)) != 0)
134 DB_GLOBAL(db_region_anon) = value;
137 DB_GLOBAL(db_region_init) = value;
140 if (value != 0 && (ret = __db_mapanon_ok(1)) != 0)
142 DB_GLOBAL(db_region_anon) = value;
145 if (value <
[all...]
/illumos-gate/usr/src/cmd/tip/
H A Dacu.c57 logent(value(HOST), "", "", "call aborted");
59 boolean(value(VERBOSE)) = FALSE;
81 logent(value(HOST), phnum, acu->acu_name,
85 logent(value(HOST), phnum, acu->acu_name,
103 if (!equal(string, value(HOST)))
114 logent(value(HOST), phnum, acu->acu_name,
118 logent(value(HOST), phnum, acu->acu_name,
124 logent(value(HOST), "", acu->acu_name, "missing phone number");
136 logent(value(HOST), "", acu->acu_name, "call terminated");
137 if (boolean(value(VERBOS
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_txdma.c50 TXDMA_REG_WRITE64(handle, TDC_PAGE_HANDLE, channel, hdl_p->value);
104 cfg.value = 0;
105 TXDMA_REG_READ64(handle, TDC_TDR_CFG, channel, &cfg.value);
107 TXDMA_REG_WRITE64(handle, TDC_TDR_CFG, channel, cfg.value);
111 cfg.value = 0;
112 TXDMA_REG_READ64(handle, TDC_TDR_CFG, channel, &cfg.value);
114 TXDMA_REG_WRITE64(handle, TDC_TDR_CFG, channel, cfg.value);
122 cfg.value = 0;
124 TXDMA_REG_WRITE64(handle, TDC_TDR_CFG, channel, cfg.value);
129 TXDMA_REG_READ64(handle, TDC_TDR_CFG, channel, &cfg.value);
[all...]
H A Dhxge_kstats.c374 tdc_kstatsp->opackets.value.ull = statsp->opackets;
375 tdc_kstatsp->obytes.value.ull = statsp->obytes;
376 tdc_kstatsp->obytes_with_pad.value.ull = statsp->obytes_with_pad;
377 tdc_kstatsp->oerrors.value.ull = statsp->oerrors;
378 tdc_kstatsp->tx_hdr_pkts.value.ull = statsp->tx_hdr_pkts;
379 tdc_kstatsp->tx_ddi_pkts.value.ull = statsp->tx_ddi_pkts;
380 tdc_kstatsp->tx_jumbo_pkts.value.ull = statsp->tx_jumbo_pkts;
381 tdc_kstatsp->tx_max_pend.value.ull = statsp->tx_max_pend;
382 tdc_kstatsp->peu_resp_err.value.ul = statsp->peu_resp_err;
383 tdc_kstatsp->pkt_size_err.value
949 hxge_m_stat(void *arg, uint_t stat, uint64_t *value) argument
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c445 * add_security_prop(sec, name, value, persist, iszfs)
452 add_security_prop(struct securities *sec, char *name, char *value, argument
459 if (value == NULL) {
462 value = "*";
464 value = "true";
472 * exists with a value "host1" and a later token of
486 * new value alone is added.
488 oldvalue = sa_get_property_attr(prop, "value");
498 * value onto the old value fo
573 char *copy, *base, *token, *value; local
702 char *value; local
924 char *value; local
1151 char *value; local
1335 char *value; local
2114 check_user(char *value) argument
2139 check_group(char *value) argument
2200 char *value; local
2628 extractprop(char *name, char *value) argument
2720 char value[PATH_MAX]; local
2986 nfs_minmax_check(int index, int value) argument
3037 nfs_validate_proto_prop(int index, char *name, char *value) argument
3143 char *value; local
[all...]
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_enum.c64 fth_enum_cb(const char *name, int value, void *arg) argument
66 (void) fprintf(out, "here ,\" %s\" %x\n", name, value);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetenv.c45 setenv(const char* name, const char* value, int overwrite)
51 if (!(s = sfprints("%s=%s", name, value)) || !(s = strdup(s)))
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmacro.h31 extern void expand_value(Name value, register String destination, Boolean cmd);
34 extern Property setvar_daemon(register Name name, register Name value, Boolean append, Daemon daemon, Boolean strip_trailing_spaces, short debug_level);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_006_pos.ksh39 # 1. Create snapshot and give '-o property=value'
62 typeset value=$(get_prop $user_prop $dtst)
63 if [[ $source == '-' && $value == '-' ]]; then
78 value=$(user_property_value 16)
80 log_must eval "zfs snapshot -o $prop_name='$value' $fssnap"
89 log_must eval "zfs snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
98 value=$(user_property_value 16)
100 log_must eval "zfs snapshot -r -o $prop_name='$value' $TESTPOOL@snap"
114 log_must eval "zfs snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c134 uint64_t value, offset; local
156 RXDMA_REG_READ64(handle, rdc_dmc_offset[i], rdc, &value);
161 offset, rdc_dmc_name[i], value));
187 uint64_t value; local
196 NXGE_REG_RD64(handle, rx_fzc_offset[i], &value);
200 rx_fzc_name[i], value));
239 NXGE_REG_RD64(handle, valid_offset, &page_vld.value);
247 NXGE_REG_WR64(handle, valid_offset, page_vld.value);
282 NXGE_REG_RD64(handle, valid_offset, &page_vld.value);
290 NXGE_REG_WR64(handle, valid_offset, page_vld.value);
1559 uint64_t value; local
2302 uint64_t value; local
[all...]
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcpinfo.c38 * Fetch a copy of the DHCP-supplied value of the parameter requested
39 * by code in value, and the parameter value length in *vallenp.
43 * B_FALSE If invalid code, or no parameter value.
45 * B_TRUE Valid code which has a parameter value.
46 * *vallenp is set to the parameter value length.
47 * If the parameter value length is less than or
48 * equal to *vallenp, value is set to the parameter
49 * value.
54 void *value, size_
53 dhcp_getinfo_pl(PKT_LIST *pl, uchar_t optcat, uint16_t code, uint16_t optsize, void *value, size_t *vallenp) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c29 unsigned int where, uint8_t *value)
32 *value = inb(0xCFC + (where&3));
37 unsigned int device_fn, unsigned int where, uint16_t *value)
40 *value = inw(0xCFC + (where&2));
45 unsigned int where, uint32_t *value)
48 *value = inl(0xCFC);
53 unsigned int where, uint8_t value)
56 outb(value, 0xCFC + (where&3));
61 unsigned int where, uint16_t value)
64 outw(value,
28 pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t *value) argument
36 pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t *value) argument
44 pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t *value) argument
52 pcibios_write_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t value) argument
60 pcibios_write_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t value) argument
68 pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t value) argument
144 pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t *value) argument
171 pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t *value) argument
198 pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t *value) argument
225 pcibios_write_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t value) argument
252 pcibios_write_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t value) argument
279 pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t value) argument
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.d40 this->value = (int *)alloca(sizeof (int));
41 *this->value = 1;
42 copyout(this->value, arg0, sizeof (int));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.d39 this->value = (int *)alloca(sizeof (int));
40 *this->value = 1;
41 copyout(this->value, arg0, sizeof (int));
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_003_pos.ksh62 typeset value=$(user_property_value 16)
64 log_must eval "zfs set $prop_name='$value' $ds"
70 if [[ "$snapvalue" != "$value" ]] ; then
71 log_fail "The '$ds@$TESTSNAP '$prop_name' value '$snapvalue' " \
72 "not equal to the expected value '$value'."
82 if [[ "$snapvalue" != "$value" ]] ; then
83 log_fail "The '$ds@$TESTSNAP '$prop_name' value '$snapvalue' " \
84 "not equal to the expected value '$value'
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_001_pos.ksh42 # 3. Random get a string as the value.
59 typeset value=$(user_property_value $len)
62 log_must eval "zfs set $user_prop='$value' $dtst"
63 log_must eval "check_user_prop $dtst $user_prop '$value'"
H A Duser_property_003_neg.ksh41 # 3. Random get a string as the value.
57 typeset value=$(user_property_value $len)
60 log_mustnot zfs set $user_prop=$value $dtst
61 log_mustnot check_user_prop $dtst \"$user_prop\" \"$value\"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_003_pos.ksh41 # 1. For all properties, verify zpool get retrieves a value
55 log_must eval "zpool get ${properties[$i]} $TESTPOOL > /tmp/value.$$"
56 grep "${properties[$i]}" /tmp/value.$$ > /dev/null 2>&1
61 grep "^NAME " /tmp/value.$$ > /dev/null 2>&1
70 rm /tmp/value.$$
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dcompress_003_pos.ksh65 for value in $(get_compress_opts zfs_compress)
67 log_must zfs set $propname=$value $fs
68 if [[ $value == "gzip-6" ]]; then
69 value="gzip"
72 [[ $real_val != $value ]] && \
73 log_fail "Set property $propname=$value failed."
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c214 sctpkp->sctpRtoMin.value.ui32 = sctps->sctps_rto_ming;
215 sctpkp->sctpRtoMax.value.ui32 = sctps->sctps_rto_maxg;
216 sctpkp->sctpRtoInitial.value.ui32 = sctps->sctps_rto_initialg;
217 sctpkp->sctpValCookieLife.value.ui32 = sctps->sctps_cookie_life;
218 sctpkp->sctpMaxInitRetr.value.ui32 = sctps->sctps_max_init_retr;
221 sctpkp->sctpCurrEstab.value.i32 = sctp_mib.sctpCurrEstab;
222 sctpkp->sctpActiveEstab.value.i32 = sctp_mib.sctpActiveEstab;
223 sctpkp->sctpPassiveEstab.value.i32 = sctp_mib.sctpPassiveEstab;
224 sctpkp->sctpAborted.value.i32 = sctp_mib.sctpAborted;
225 sctpkp->sctpShutdowns.value
[all...]

Completed in 141 milliseconds

1234567891011>>