Searched defs:value (Results 276 - 300 of 1381) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c98 /* We overwrite the name/value with the reply data */
155 * The name of the variable followed by a space and the value of the
285 nd_set_default(queue_t *q, MBLKP mp, char *value, caddr_t data, cred_t *ioc_cr) argument
292 nd_set_long(queue_t *q, MBLKP mp, char *value, caddr_t data, cred_t *ioc_cr) argument
297 if (ddi_strtol(value, NULL, 10, &new_value) != 0)
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_cmi.c69 cmi_set_micboost(ac97_ctrl_t *actrl, uint64_t value) argument
74 switch (value) {
94 cmi_set_linein_func(ac97_ctrl_t *actrl, uint64_t value) argument
99 if (value & 2) {
107 cmi_set_mic_func(ac97_ctrl_t *actrl, uint64_t value) argument
112 if (value & 2) {
189 cmi_set_linein_func_9738(ac97_ctrl_t *actrl, uint64_t value) argument
193 if (value & 2) {
201 cmi_set_spread_9738(ac97_ctrl_t *actrl, uint64_t value) argument
205 if (value) {
[all...]
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_mii.c50 uint16_t value; local
77 value = (bit & EEPROM_READ_CMD) ? DATA_IN : 0;
81 READ_EEPROM_CS | value);
84 READ_EEPROM_CS | SEL_CLK | value);
87 READ_EEPROM_CS | value);
93 value = (bit & raddr) ? DATA_IN : 0;
97 READ_EEPROM_CS | value);
100 READ_EEPROM_CS | SEL_CLK | value);
103 READ_EEPROM_CS | value);
108 value
[all...]
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c94 prom_asr_export(caddr_t value) argument
102 ci[3] = p1275_ptr2cell(value); /* Arg1: buffer address */
115 prom_asr_list_keys(caddr_t value) argument
123 ci[3] = p1275_ptr2cell(value); /* Arg1: buffer address */
202 prom_getprop(pnode_t nodeid, caddr_t name, caddr_t value) argument
225 ci[5] = p1275_ptr2cell(value); /* Arg3: buffer address */
238 prom_bounded_getprop(pnode_t nodeid, caddr_t name, caddr_t value, int len) argument
247 ci[5] = p1275_ptr2cell(value); /* Arg3: buffer address */
280 prom_setprop(pnode_t nodeid, caddr_t name, caddr_t value, int len) argument
286 if ((uintptr_t)value > (uint32_
[all...]
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c246 gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset, uint8_t value) argument
257 (*pci_putb_func)(bus, dev, func, offset, value);
261 gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset, uint16_t value) argument
272 (*pci_putw_func)(bus, dev, func, offset, value);
276 gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset, uint32_t value) argument
287 (*pci_putl_func)(bus, dev, func, offset, value);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c72 ksnp->value.ul += num;
82 ksnp->value.ul -= num;
92 ksnp->value.ul = num;
100 ulong_t value; local
104 value = ksnp->value.ul;
108 return (value);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c42 * same name; if found, and its value is in range, we initialise
139 * Extracts the value from the unm parameter array and prints
140 * the parameter value. cp points to the required parameter.
155 * Validates the request to set a UNM parameter to a specific value.
158 * it may have been set to the same value it already had.
162 unm_param_set(queue_t *q, mblk_t *mp, char *value, caddr_t cp, cred_t *credp) argument
169 new_value = mi_strtol(value, &end, 10);
170 if (end == value)
233 * with the same name, and its value is in range, we use
280 * The speed may be 1000 or 10000 - any other value wil
[all...]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_ndd.c46 * same name; if found, and its value is in range, we initialise
142 * Extracts the value from the rge parameter array and prints
143 * the parameter value. cp points to the required parameter.
159 * Validates the request to set a RGE parameter to a specific value.
162 * it may have been set to the same value it already had.
165 rge_param_set(queue_t *q, mblk_t *mp, char *value, caddr_t cp, cred_t *credp) argument
173 (void) ddi_strtol(value, (char **)NULL, 0, &new_value);
235 * with the same name, and its value is in range, we use
280 * The speed may be 10, 100 or 1000 - any other value will be
332 * value (100
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpattr.h59 uint64_t value; member in union:pattr_hcksum_s::__anon8814
60 uint16_t inet_cksum; /* to store H/W computed cksum value */
95 /* checksum value to determine if */
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkginfo.c195 char *value, *pt, *copy, **memloc; local
205 while (value = fpkgparam(fp, temp)) {
208 /* remove all whitespace from value */
209 pt = copy = value;
236 *memloc = strdup(value);
427 char *pt, *copy, *value, *myarch, *myvers; local
440 while (value = fpkgparam(fp, temp)) {
442 /* remove all whitespace from value */
443 pt = copy = value;
450 myarch = value;
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c100 uint64_t value; local
115 mip->mi_type->mt_mapping[i].mp_valsize, &value);
187 uchar_t *value; local
244 value = (uchar_t *)&u8;
247 value = (uchar_t *)&u16;
250 value = (uchar_t *)&u32;
253 value = (uchar_t *)&u64;
269 mip->mi_type->mt_mapping[i].mp_valsize, value);
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp.il.cpp99 wrpr %g0, %o4, %pstate ! restore earlier pstate register value
139 stphysio_il(uint64_t physaddr, u_int value) argument
161 stwa %o1, [%o0]ASI_IO /* store value via bypass ASI */
167 ! load value at physical address in I/O space
175 lduwa [%o0]ASI_IO, %o0 /* load value via bypass ASI */
181 ! Load long word value at physical address
191 wrpr %g0, %o4, %pstate /* restore earlier pstate register value */
195 ! Load long word value from designated asi.
206 wrpr %g0, %o4, %pstate /* restore earlier pstate register value */
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach.il.cpp93 wrpr %g0, %o4, %pstate ! restore earlier pstate register value
132 stphysio_il(uint64_t physaddr, u_int value) argument
146 stwa %o1, [%o0]ASI_IO /* store value via bypass ASI */
152 ! load value at physical address in I/O space
160 lduwa [%o0]ASI_IO, %o0 /* load value via bypass ASI */
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Di2c_client.h88 uint8_t value; member in struct:i2c_port
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_cb.c72 cb_set_nintr_reg(cb_t *cb_p, ib_ino_t ino, uint64_t value) argument
80 stdphysio(pa, value);
/illumos-gate/usr/src/uts/sun4u/opl/io/oplpanel/
H A Doplpanel.c391 panel_ddi_put8(ddi_acc_handle_t handle, uint8_t *dev_addr, uint8_t value) argument
394 cmn_err(CE_CONT, "%s: old value = 0x%x\n",
396 cmn_err(CE_CONT, "%s: writing value = 0x%x\n",
397 panel_name, value);
398 ddi_put8(handle, dev_addr, value);
399 cmn_err(CE_CONT, "%s: new value = 0x%x\n",
402 ddi_put8(handle, dev_addr, value);
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_cb.c78 pcmu_cb_set_nintr_reg(pcmu_cb_t *pcb_p, pcmu_ib_ino_t ino, uint64_t value) argument
86 stdphysio(pa, value);
/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/uts/intel/promif/
H A Dprom_emul.c200 * Retrieve a PROM property (len and value)
240 promif_getprop(pnode_t nodeid, char *name, void *value) argument
253 bcopy(v, value, len);
/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym.c77 name_to_value(char *name, uintptr_t *value) argument
114 *value = symvalue;
125 value_to_name(uintptr_t value, char *symbol) argument
131 DPRINTF1("value_to_name: Looking for %p\n", (void *)value);
135 (name = kobj_searchsym(modp->mod_mp, value, &offset))) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dgraphics.c63 bitmask(int value) argument
66 outb(0x3cf, value);
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c131 unsigned long value; local
145 _kobj_printf(ops, "krtld:\t\t\t\t\t value\n");
201 value = baseaddr;
205 * value is base address of this object
212 value = symref->st_value;
241 * - symbol value plus base address of
244 value = symref->st_value;
250 value += addend;
252 * calculate final value -
256 value
[all...]
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c129 long value; local
142 _kobj_printf(ops, "krtld:\t\t\t\t\t value\n");
196 value = baseaddr;
200 * value is base address of this object
207 value = symref->st_value;
236 * - symbol value plus base address of
239 value = symref->st_value;
246 * calculate final value -
250 value -= off;
255 _kobj_printf(ops, " 0x%8x\n", value);
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_string.c134 * Convert the given string to a uint16_t, verifying that the value
167 * Verify that the long long value does not exceed the
171 /* Maximum value of uint16_t */
228 * <value><units>, where valid <units> are specified by
229 * the units argument and <value> is the (floating-point)
254 /* Convert <value> string to double */
301 * <value><units>, where valid <units> are specified by
302 * the units argument and <value> is the (floating-point)
320 double value; local
331 value
[all...]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_oem.c47 * value The conversion values.
51 smb_wchar_t *value; member in struct:oempage
59 * the value field of oempage to store the table.
62 * for the value field of ucspage to store the table.
200 while (nbytes != 0 && (oemchar = ucspage->value[*ucs]) != 0) {
247 if ((oempage->value[oemchar] == 0) && (oemchar != 0)) {
249 if (oempage->value[oemchar] == 0) {
255 *ucs = LE_IN16(&oempage->value[oemchar]);
257 *ucs = oempage->value[oemchar];
356 oemcpg->oempage.value
[all...]

Completed in 287 milliseconds

<<11121314151617181920>>