Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 2580) sorted by relevance

12345678910>>...104

/titanic_52/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d.out4 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
14 value ------------- Distribution ------------- count
19 value ------------- Distribution ------------- count
24 value ------------- Distribution ------------- count
29 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
44 value ------------- Distribution ------------- count
49 value
[all...]
H A Dtst.negorder.d.out4 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
16 value ------------- Distribution ------------- count
22 value ------------- Distribution ------------- count
28 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
46 value ------------- Distribution ------------- count
52 value ------------- Distribution ------------- count
58 value
[all...]
H A Dtst.quantmany.d.out3 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
49 value ------------- Distribution ------------- count
66 value ------------- Distribution ------------- count
85 value ------------- Distribution ------------- count
106 value ------------- Distribution ------------- count
129 value ------------- Distribution ------------- count
154 value
[all...]
H A Dtst.quantzero.d.out3 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
15 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
27 value ------------- Distribution ------------- count
33 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
45 value ------------- Distribution ------------- count
51 value ------------- Distribution ------------- count
57 value
[all...]
/titanic_52/usr/src/lib/libwrap/
H A Doptions.c91 static void setenv_option(); /* execute "setenv name value" */
93 static void severity_option(); /* execute "severity value" */
144 char *value; local
154 * Separate the option into name and value parts. For backwards
155 * compatibility we ignore exactly one '=' between name and value.
158 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
159 if (*value != '=') {
160 *value++ = 0;
161 value += strspn(value, whitespac
205 allow_option(value,request) allow_option() argument
216 deny_option(value,request) deny_option() argument
225 banners_option(value,request) banners_option() argument
257 group_option(value,request) group_option() argument
276 user_option(value,request) user_option() argument
298 umask_option(value,request) umask_option() argument
314 spawn_option(value,request) spawn_option() argument
326 linger_option(value,request) linger_option() argument
348 keepalive_option(value,request) keepalive_option() argument
363 nice_option(value,request) nice_option() argument
378 twist_option(value,request) twist_option() argument
416 rfc931_option(value,request) rfc931_option() argument
435 setenv_option(value,request) setenv_option() argument
455 int value; global() member
560 severity_option(value,request) severity_option() argument
[all...]
/titanic_52/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c48 * generic-param = token [ EQUAL gen-value]
49 * gen-value = token | host | quoted-str
102 sip_hdr_value_t *value = NULL; in sip_parse_allow_header() local
122 value = calloc(1, sizeof (sip_hdr_value_t)); in sip_parse_allow_header()
123 if (value == NULL) { in sip_parse_allow_header()
128 last_value->sip_next_value = value; in sip_parse_allow_header()
130 parsed_header->value = (sip_value_t *)value; in sip_parse_allow_header()
132 value->sip_value_start = hdr->sip_hdr_current; in sip_parse_allow_header()
133 value in sip_parse_allow_header()
240 sip_hdr_value_t *value = NULL; sip_parse_date_header() local
476 sip_hdr_value_t *value = NULL; sip_parse_retryaft_header() local
584 sip_hdr_value_t *value = NULL; sip_parse_timestamp_header() local
688 sip_hdr_value_t *value = NULL; sip_parse_warn_header() local
1163 sip_hdr_value_t *value = NULL; sip_parse_via_header() local
1420 sip_hdr_value_t *value = NULL; sip_parse_cftr_header() local
[all...]
H A Dsip_parse_generic.c196 * Skip the current value.
212 * value ends before the COMMA in sip_goto_next_value()
315 * start of param value in sip_parse_params()
381 parsed_header->value = NULL; in sip_parse_hdr_empty()
391 sip_parse_uri_str(sip_str_t *sip_str, sip_hdr_value_t *value) in sip_parse_uri_str() argument
399 value->sip_value_parsed_uri = sip_parse_uri(sip_str, &error); in sip_parse_uri_str()
400 if (value->sip_value_parsed_uri == NULL) in sip_parse_uri_str()
403 value->sip_value_parsed_uri->sip_uri_errflags != 0) { in sip_parse_uri_str()
404 value->sip_value_state = SIP_VALUE_BAD; in sip_parse_uri_str()
500 sip_hdr_value_t *value in sip_parse_hdr_parser1() local
670 sip_hdr_value_t *value = NULL; sip_parse_hdr_parser2() local
722 sip_hdr_value_t *value = NULL; sip_parse_hdr_parser3() local
928 sip_hdr_value_t *value = NULL; sip_parse_hdr_parser4() local
975 sip_hdr_value_t *value = NULL; sip_parse_hdr_parser5() local
[all...]
/titanic_52/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h65 /* _FDE return value */
78 * _GRT return value
79 * _SRT input value
97 /* _GTM return value */
110 * Formatted _PLD return value. The minimum size is a package containing
166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* Offset 0, Len 7 */ argument
169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* Offset 7, Len 1 */ argument
172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BIT argument
175 ACPI_PLD_SET_GREEN(dword,value) global() argument
178 ACPI_PLD_SET_BLUE(dword,value) global() argument
183 ACPI_PLD_SET_WIDTH(dword,value) global() argument
186 ACPI_PLD_SET_HEIGHT(dword,value) global() argument
191 ACPI_PLD_SET_USER_VISIBLE(dword,value) global() argument
194 ACPI_PLD_SET_DOCK(dword,value) global() argument
197 ACPI_PLD_SET_LID(dword,value) global() argument
200 ACPI_PLD_SET_PANEL(dword,value) global() argument
203 ACPI_PLD_SET_VERTICAL(dword,value) global() argument
206 ACPI_PLD_SET_HORIZONTAL(dword,value) global() argument
209 ACPI_PLD_SET_SHAPE(dword,value) global() argument
212 ACPI_PLD_SET_ORIENTATION(dword,value) global() argument
215 ACPI_PLD_SET_TOKEN(dword,value) global() argument
218 ACPI_PLD_SET_POSITION(dword,value) global() argument
221 ACPI_PLD_SET_BAY(dword,value) global() argument
226 ACPI_PLD_SET_EJECTABLE(dword,value) global() argument
229 ACPI_PLD_SET_OSPM_EJECT(dword,value) global() argument
232 ACPI_PLD_SET_CABINET(dword,value) global() argument
235 ACPI_PLD_SET_CARD_CAGE(dword,value) global() argument
238 ACPI_PLD_SET_REFERENCE(dword,value) global() argument
241 ACPI_PLD_SET_ROTATION(dword,value) global() argument
244 ACPI_PLD_SET_ORDER(dword,value) global() argument
249 ACPI_PLD_SET_VERT_OFFSET(dword,value) global() argument
252 ACPI_PLD_SET_HORIZ_OFFSET(dword,value) global() argument
[all...]
/titanic_52/usr/src/uts/intel/asm/
H A Dbyteorder.h49 htons(uint16_t value) in htons() argument
52 __asm__("xchgb %h0, %b0" : "+Q" (value)); in htons()
54 __asm__("xchgb %h0, %b0" : "+q" (value)); in htons()
56 return (value); in htons()
60 ntohs(uint16_t value) in ntohs() argument
63 __asm__("xchgb %h0, %b0" : "+Q" (value)); in ntohs()
65 __asm__("xchgb %h0, %b0" : "+q" (value)); in ntohs()
67 return (value); in ntohs()
71 htonl(uint32_t value) in htonl() argument
73 __asm__("bswap %0" : "+r" (value)); in htonl()
78 ntohl(uint32_t value) ntohl() argument
86 htonll(uint64_t value) htonll() argument
93 ntohll(uint64_t value) ntohll() argument
102 htonll(uint64_t value) htonll() argument
108 ntohll(uint64_t value) ntohll() argument
[all...]
/titanic_52/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d.out4 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
16 value ------------- Distribution ------------- count
22 value ------------- Distribution ------------- count
28 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
46 value ------------- Distribution ------------- count
52 value ------------- Distribution ------------- count
58 value
[all...]
/titanic_52/usr/src/uts/sun4v/io/
H A Dvgen_stats.c172 ldckp->ipackets.value.ul = (uint32_t)statsp->ipackets + in vgen_kstat_update()
174 ldckp->ipackets64.value.ull = statsp->ipackets + in vgen_kstat_update()
176 ldckp->ierrors.value.ul = statsp->ierrors; in vgen_kstat_update()
177 ldckp->opackets.value.ul = (uint32_t)statsp->opackets + in vgen_kstat_update()
179 ldckp->opackets64.value.ull = statsp->opackets + in vgen_kstat_update()
181 ldckp->oerrors.value.ul = statsp->oerrors; in vgen_kstat_update()
186 ldckp->rbytes.value.ul = (uint32_t)statsp->rbytes + in vgen_kstat_update()
188 ldckp->rbytes64.value.ull = statsp->rbytes + in vgen_kstat_update()
190 ldckp->obytes.value.ul = (uint32_t)statsp->obytes + in vgen_kstat_update()
192 ldckp->obytes64.value in vgen_kstat_update()
[all...]
/titanic_52/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c58 ixgbe_ks->link_speed.value.ui64 = ixgbe->link_speed; in ixgbe_update_stats()
59 ixgbe_ks->reset_count.value.ui64 = ixgbe->reset_count; in ixgbe_update_stats()
60 ixgbe_ks->lroc.value.ui64 = ixgbe->lro_pkt_count; in ixgbe_update_stats()
62 ixgbe_ks->rx_frame_error.value.ui64 = 0; in ixgbe_update_stats()
63 ixgbe_ks->rx_cksum_error.value.ui64 = 0; in ixgbe_update_stats()
64 ixgbe_ks->rx_exceed_pkt.value.ui64 = 0; in ixgbe_update_stats()
66 ixgbe_ks->rx_frame_error.value.ui64 += in ixgbe_update_stats()
68 ixgbe_ks->rx_cksum_error.value.ui64 += in ixgbe_update_stats()
70 ixgbe_ks->rx_exceed_pkt.value.ui64 += in ixgbe_update_stats()
74 ixgbe_ks->tx_overload.value in ixgbe_update_stats()
[all...]
/titanic_52/usr/src/lib/libc/port/gen/
H A Decvt.c56 ecvt(double value, int ndigit, int *decpt, int *sign) in ecvt() argument
58 return (cvt(value, ndigit, decpt, sign, 0)); in ecvt()
62 fcvt(double value, int ndigit, int *decpt, int *sign) in fcvt() argument
64 return (cvt(value, ndigit, decpt, sign, 1)); in fcvt()
68 cvt(double value, int ndigit, int *decpt, int *sign, int f_flag) in cvt() argument
75 if (IsNANorINF(value)) { in cvt()
76 if (IsINF(value)) /* value is an INF, return "inf" */ in cvt()
78 else /* value is a NaN, return "NaN" */ in cvt()
84 if ((*sign = (value < 0. in cvt()
[all...]
/titanic_52/usr/src/lib/libcurses/screen/
H A Dinfotocap.c106 in to the new value being built.
145 prepend a message to the beginning of the original value and
151 *infotocap(char *value, int *err) in infotocap() argument
157 if (strchr(value, '%') == NULLPTR) in infotocap()
158 return (value); in infotocap()
162 savevalue = value; in infotocap()
163 while (*value) in infotocap()
164 if (*value != '%') in infotocap()
165 *newvalue++ = *value++; in infotocap()
166 else if (lookat(value, " in infotocap()
[all...]
/titanic_52/usr/src/lib/libpkg/common/
H A Dckparam.c42 static int proc_name(char *param, char *value);
43 static int proc_arch(char *param, char *value);
44 static int proc_version(char *param, char *value);
45 static int proc_category(char *param, char *value);
46 static int bad_first_char(char *param, char *value);
55 char *value = strdup(val); in ckparam() local
56 int ret_val = 0; /* return value */ in ckparam()
59 ret_val = proc_name(param, value); in ckparam()
62 ret_val = proc_arch(param, value); in ckparam()
65 ret_val = proc_version(param, value); in ckparam()
76 proc_name(char * param,char * value) proc_name() argument
89 proc_arch(char * param,char * value) proc_arch() argument
108 proc_version(char * param,char * value) proc_version() argument
122 proc_category(char * param,char * value) proc_category() argument
141 bad_first_char(char * param,char * value) bad_first_char() argument
[all...]
/titanic_52/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c189 * Check the range of value as int range.
193 range_check_validator(int index, char *section, char *value) in range_check_validator() argument
197 if (value == NULL) in range_check_validator()
199 if (strlen(value) == 0) in range_check_validator()
201 if (!is_a_number(value)) { in range_check_validator()
205 val = strtoul(value, NULL, 0); in range_check_validator()
218 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator() argument
222 if (value == NULL) in string_length_check_validator()
224 if (strlen(value) == 0) in string_length_check_validator()
226 if (strlen(value) > smbclnt_proto_option in string_length_check_validator()
236 yes_no_validator(int index,char * section,char * value) yes_no_validator() argument
255 ip_address_validator(int index,char * section,char * value) ip_address_validator() argument
271 minauth_validator(int index,char * section,char * value) minauth_validator() argument
289 signing_validator(int index,char * section,char * value) signing_validator() argument
305 password_validator(int index,char * section,char * value) password_validator() argument
352 char *name = NULL, *value = NULL; smbclnt_config_load() local
595 smbfs_validate_proto_prop(int index,char * section,char * name,char * value) smbfs_validate_proto_prop() argument
611 smbfs_save_property(int index,char * section,char * value) smbfs_save_property() argument
642 char *value; smbfs_set_proto_prop() local
[all...]
/titanic_52/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c145 uint64_t value, offset; in npi_txc_dump_tdc_fzc_regs() local
164 NXGE_REG_RD64(handle, offset, &value); in npi_txc_dump_tdc_fzc_regs()
167 offset, txc_fzc_dmc_name[i], value)); in npi_txc_dump_tdc_fzc_regs()
190 uint64_t value; in npi_txc_dump_fzc_regs() local
198 NXGE_REG_RD64(handle, txc_fzc_offset[i], &value); in npi_txc_dump_fzc_regs()
201 txc_fzc_offset[i], txc_fzc_name[i], value)); in npi_txc_dump_fzc_regs()
225 uint64_t value, offset; in npi_txc_dump_port_fzc_regs() local
236 NXGE_REG_RD64(handle, offset, &value); in npi_txc_dump_port_fzc_regs()
239 offset, txc_fzc_port_name[i], value)); in npi_txc_dump_port_fzc_regs()
254 * op_mode - OP_GET: get max burst value
788 uint64_t value; npi_txc_pkt_stuffed_get() local
823 uint64_t value; npi_txc_pkt_xmt_to_mac_get() local
[all...]
/titanic_52/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c79 stats->rx_bytes_lo.value.ul = port_stats->rx_bytes_lsd; in oce_update_stats()
80 stats->rx_bytes_hi.value.ul = port_stats->rx_bytes_msd; in oce_update_stats()
82 stats->rx_frames.value.ul = port_stats->rx_total_frames; in oce_update_stats()
83 stats->rx_errors.value.ul = port_stats->rx_crc_errors + in oce_update_stats()
92 stats->rx_drops.value.ul = port_stats->rx_dropped_too_small + in oce_update_stats()
98 stats->tx_bytes_lo.value.ul = port_stats->tx_bytes_lsd; in oce_update_stats()
99 stats->tx_bytes_hi.value.ul = port_stats->tx_bytes_msd; in oce_update_stats()
101 stats->tx_frames.value.ul = port_stats->tx_unicast_frames + in oce_update_stats()
106 stats->tx_errors.value.ul = dev->tx_errors; in oce_update_stats()
108 stats->rx_unicast_frames.value in oce_update_stats()
[all...]
/titanic_52/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c516 template.rtoAlgorithm.value.ui32 = 4; in tcp_kstat_init()
517 template.maxConn.value.i32 = -1; in tcp_kstat_init()
571 tcpkp->currEstab.value.ui32 = 0; in tcp_kstat_update()
572 tcpkp->rtoMin.value.ui32 = tcps->tcps_rexmit_interval_min; in tcp_kstat_update()
573 tcpkp->rtoMax.value.ui32 = tcps->tcps_rexmit_interval_max; in tcp_kstat_update()
586 tcpkp->currEstab.value.ui32++; in tcp_kstat_update()
598 tcpkp->activeOpens.value.ui32 = tcp_mib.tcpActiveOpens; in tcp_kstat_update()
599 tcpkp->passiveOpens.value.ui32 = tcp_mib.tcpPassiveOpens; in tcp_kstat_update()
600 tcpkp->attemptFails.value.ui32 = tcp_mib.tcpAttemptFails; in tcp_kstat_update()
601 tcpkp->estabResets.value in tcp_kstat_update()
[all...]
/titanic_52/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c547 statsp->opackets = tdc_kstatsp->opackets.value.ull; in nxge_tdc_stat_update()
548 statsp->obytes = tdc_kstatsp->obytes.value.ull; in nxge_tdc_stat_update()
549 statsp->oerrors = tdc_kstatsp->oerrors.value.ull; in nxge_tdc_stat_update()
550 statsp->mbox_err = tdc_kstatsp->mbox_err.value.ul; in nxge_tdc_stat_update()
551 statsp->pkt_size_err = tdc_kstatsp->pkt_size_err.value.ul; in nxge_tdc_stat_update()
552 statsp->tx_ring_oflow = tdc_kstatsp->tx_ring_oflow.value.ul; in nxge_tdc_stat_update()
554 tdc_kstatsp->pref_buf_ecc_err.value.ul; in nxge_tdc_stat_update()
555 statsp->nack_pref = tdc_kstatsp->nack_pref.value.ul; in nxge_tdc_stat_update()
556 statsp->nack_pkt_rd = tdc_kstatsp->nack_pkt_rd.value.ul; in nxge_tdc_stat_update()
557 statsp->conf_part_err = tdc_kstatsp->conf_part_err.value in nxge_tdc_stat_update()
2275 nxge_m_stat(void * arg,uint_t stat,uint64_t * value) nxge_m_stat() argument
[all...]
/titanic_52/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c112 struct mdi_pathinfo value; in mdipi() local
119 if (mdb_vread(&value, sizeof (struct mdi_pathinfo), addr) != in mdipi()
126 dump_string((uintptr_t)value.pi_addr, "PWWN,LUN (pi_addr)"); in mdipi()
130 value.pi_client); in mdipi()
131 mdb_printf("pi_phci: %27l#r::print struct mdi_phci\n", value.pi_phci); in mdipi()
132 mdb_printf("pi_pprivate: %23l#r\n", value.pi_pprivate); in mdipi()
134 value.pi_client_link); in mdipi()
136 value.pi_phci_link); in mdipi()
137 mdb_printf("pi_prop: %27l#r::print struct nv_list\n", value.pi_prop); in mdipi()
139 mdiprops((uintptr_t)value in mdipi()
212 struct mdi_phci value; mdiphci() local
261 struct mdi_vhci value; mdivhci() local
[all...]
/titanic_52/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c193 scf_value_t *value = NULL; in smb_smf_set_string_property() local
203 value = scf_value_create(handle->scf_handle); in smb_smf_set_string_property()
205 if (value != NULL && entry != NULL) { in smb_smf_set_string_property()
210 if (scf_value_set_astring(value, valstr) == 0) { in smb_smf_set_string_property()
211 if (scf_entry_add_value(entry, value) != 0) { in smb_smf_set_string_property()
213 scf_value_destroy(value); in smb_smf_set_string_property()
215 /* the value is in the transaction */ in smb_smf_set_string_property()
216 value = NULL; in smb_smf_set_string_property()
218 /* value couldn't be constructed */ in smb_smf_set_string_property()
241 if (value ! in smb_smf_set_string_property()
257 scf_value_t *value; smb_smf_get_string_property() local
294 scf_value_t *value = NULL; smb_smf_set_integer_property() local
351 scf_value_t *value = NULL; smb_smf_get_integer_property() local
389 scf_value_t *value = NULL; smb_smf_set_boolean_property() local
446 scf_value_t *value = NULL; smb_smf_get_boolean_property() local
482 scf_value_t *value; smb_smf_set_opaque_property() local
545 scf_value_t *value = NULL; smb_smf_get_opaque_property() local
[all...]
/titanic_52/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c582 strncpy(pStats->umdev_hi.value.c, &buf[0], 8); in BnxeKstatUpdate()
583 pStats->umdev_hi.value.c[8] = 0; in BnxeKstatUpdate()
584 strncpy(pStats->umdev_lo.value.c, &buf[8], 8); in BnxeKstatUpdate()
585 pStats->umdev_lo.value.c[8] = 0; in BnxeKstatUpdate()
587 strncpy(pStats->version.value.c, pUM->version, sizeof(pStats->version.value.c)); in BnxeKstatUpdate()
588 strncpy(pStats->versionFW.value.c, pUM->versionFW, sizeof(pStats->versionFW.value.c)); in BnxeKstatUpdate()
589 strncpy(pStats->versionBC.value.c, pUM->versionBC, sizeof(pStats->versionBC.value in BnxeKstatUpdate()
[all...]
/titanic_52/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c155 char **value = NULL; in dump_user_attr() local
157 value = __ns_ldap_getAttr(res->entry, "uid"); in dump_user_attr()
158 if (value && value[0]) in dump_user_attr()
159 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
164 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_user_attr()
165 if (value && value[0]) in dump_user_attr()
166 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
218 char **value in dump_prof_attr() local
293 char **value; dump_exec_attr() local
368 char **value = NULL; dump_auth_attr() local
[all...]
/titanic_52/usr/src/lib/libprtdiag/common/
H A Dio.c94 int *value; in get_pci_bus() local
97 if ((value = (int *)get_prop_val(find_prop(pnode, "bus-range"))) == in get_pci_bus()
102 if (*value == 0) { in get_pci_bus()
103 return (1); /* B bus has a bus-range value = 0 */ in get_pci_bus()
118 void *value; in get_pci_device() local
120 if ((value = get_prop_val(find_prop(pnode, "assigned-addresses"))) != in get_pci_device()
122 return (PCI_DEVICE(*(int *)value)); in get_pci_device()
135 void *value; in get_pci_to_pci_device() local
137 if ((value = get_prop_val(find_prop(pnode, "reg"))) != in get_pci_to_pci_device()
139 return (PCI_DEVICE(*(int *)value)); in get_pci_to_pci_device()
249 void *value; get_sbus_slot() local
361 void *value; display_ffb() local
501 void *value; display_sbus() local
600 char *value; populate_slot_name_arr() local
645 char *value = get_prop_val(find_prop(pci, "clock-frequency")); get_card_frequency() local
658 void *value = get_prop_val(find_prop(card_node, "reg")); get_dev_func_num() local
718 char *value = get_prop_val(find_prop(card_node, "model")); get_pci_card_model() local
740 char *value = get_prop_val(find_prop(card_node, "compatible")); create_io_card_name() local
782 void *value; display_psycho_pci() local
1032 void *value = NULL; decode_qlc_card_model_prop() local
[all...]

12345678910>>...104