Home
last modified time | relevance | path

Searched defs:value (Results 401 – 425 of 1476) sorted by relevance

1...<<11121314151617181920>>...60

/titanic_53/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c61 char *value, *valuep; in main() local
/titanic_53/usr/src/uts/i86pc/os/
H A Dmp_startup.c916 uint64_t value; in workaround_errata() local
977 uint64_t value; in workaround_errata() local
1024 uint64_t value; in workaround_errata() local
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c189 scf_type_t type, void *value) in modify_prop()
753 char *value; in modify_inst_props_cb() local
886 char *value; in modify_defaults() local
/titanic_53/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c298 nwam_value_t value) in nwam_enm_set_prop_value()
365 valid_enm_activation_mode(nwam_value_t value) in valid_enm_activation_mode()
498 nwam_value_t value) in nwam_enm_validate_prop()
/titanic_53/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h202 #define _ACPI_DIV(value, PowerOf2) ((UINT32) ((value) >> (PowerOf2))) argument
203 #define _ACPI_MUL(value, PowerOf2) ((UINT32) ((value) << (PowerOf2))) argument
204 #define _ACPI_MOD(value, Divisor) ((UINT32) ((value) & ((Divisor) -1))) argument
239 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument
242 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument
263 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
265 #define ACPI_IS_MISALIGNED(value) (((ACPI_SIZE) value) & (sizeof(ACPI_SIZE)-1)) argument
/titanic_53/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c99 static s32 ixgbe_read_cs4227(struct ixgbe_hw *hw, u16 reg, u16 *value) in ixgbe_read_cs4227()
112 static s32 ixgbe_write_cs4227(struct ixgbe_hw *hw, u16 reg, u16 value) in ixgbe_write_cs4227()
125 static s32 ixgbe_read_pe(struct ixgbe_hw *hw, u8 reg, u8 *value) in ixgbe_read_pe()
144 static s32 ixgbe_write_pe(struct ixgbe_hw *hw, u8 reg, u8 value) in ixgbe_write_pe()
166 u16 value; in ixgbe_reset_cs4227() local
239 u16 value = 0; in ixgbe_check_cs4227() local
2172 u32 value = IXGBE_READ_REG(hw, reg); in ixgbe_read_ee_hostif_buffer_X550() local
/titanic_53/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c205 void *value; in display_pci() local
775 void *value = NULL; in add_node() local
1219 char *value; in serengeti_display_hw_revisions() local
1303 void *value; in display_schizo_revisions() local
1476 char *value; in display_sgsbbc_revisions() local
/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_vcb.c173 mdb_vcb_update(struct mdb_frame *fp, uintptr_t value) in mdb_vcb_update()
/titanic_53/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c69 uint64_t value, srq_desc_off; in hermon_srq_alloc() local
451 uint64_t value; in hermon_srq_free() local
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dserial.c71 unsigned char value; in inb() local
81 outb (unsigned short port, unsigned char value) in outb()
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h100 int *value; member
106 char **value; member
/titanic_53/usr/src/lib/libresolv2/common/isc/
H A Dtree.c63 # define RET(value) { \ argument
80 # define RET(value) return (value); argument
/titanic_53/usr/src/lib/efcode/pci/
H A Dpci.c132 fc_cell_t value; in pci_config_fetch() local
153 fc_cell_t value; in pci_config_store() local
/titanic_53/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c67 char *name, *value; in begin_element() local
84 char *name, *value; in begin_end_element() local
/titanic_53/usr/src/cmd/hal/hald/
H A Dhald.c242 handle_sigterm (int value) in handle_sigterm()
294 handle_sigchld (int value) in handle_sigchld()
/titanic_53/usr/src/cmd/hal/tools/
H A Dlshal.c415 dbus_int32_t value = libhal_device_get_property_int (hal_ctx, udi, key, &error); in print_property() local
422 dbus_uint64_t value = libhal_device_get_property_uint64 (hal_ctx, udi, key, &error); in print_property() local
/titanic_53/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c385 nfs_smf_set_prop(char *prop_name, char *value, char *instance, in nfs_smf_set_prop()
393 autofs_smf_set_prop(char *prop_name, char *value, char *instance, in autofs_smf_set_prop()
/titanic_53/usr/src/cmd/powertop/common/
H A Dbattery.c45 #define mW2W(value) ((value) / 1000) argument
/titanic_53/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4u.c63 void *value; /* used for opaque PROM data */ in display() local
/titanic_53/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs283 rctl_qty_t value; variable
/titanic_53/usr/src/cmd/make/bin/
H A Dread2.cc1675 enter_conditional(register Name target, Name name, Name value, register Boolean append) in enter_conditional()
1740 enter_equal(Name name, Name value, register Boolean append) in enter_equal()
1790 sh_transform(Name *name, Name *value) in sh_transform()
/titanic_53/usr/src/common/ficl/
H A Dloader.c75 char *name, *value; in ficlSetenv() local
105 char *name, *value; in ficlSetenvq() local
136 char *name, *value; in ficlGetenv() local
/titanic_53/usr/src/lib/libcontract/common/
H A Dlibcontract.c67 ct_tmpl_set_internal(int fd, uint_t id, uintptr_t value) in ct_tmpl_set_internal()
82 ct_tmpl_set_internal_string(int fd, uint_t id, const char *value) in ct_tmpl_set_internal_string()
124 ct_tmpl_get_internal(int fd, uint_t id, uint_t *value) in ct_tmpl_get_internal()
/titanic_53/usr/src/uts/common/io/nxge/
H A Dnxge_send.c179 t_uscalar_t value = 0; in nxge_start() local
1190 uint32_t *value, uint32_t *flags) in nxge_hcksum_retrieve()
1279 t_uscalar_t value = 0; in nxge_do_softlso() local
/titanic_53/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c140 Xword value; in ld_calc_plt_addr() local
228 Word ndx, roffset, value; in ld_perform_outreloc() local
739 Xword value; in ld_do_activerelocs() local

1...<<11121314151617181920>>...60