Searched defs:int_val (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c79 int *int_val; local
118 if (int_val = (int *)get_prop_val(find_prop(pnode, "portid")))
119 portid = *int_val;
121 (int_val = (int *)get_prop_val(find_prop(pnode->parent, "portid"))))
122 portid = *int_val;
232 int *int_val; local
238 int_val = (int *)di_data;
239 D_PRINTF("0x%x\n", *int_val);
H A Dio.c661 int int_val = *(int *)value; local
662 *dev_no = PCI_REG_TO_DEV(int_val);
663 *func_no = PCI_REG_TO_FUNC(int_val);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c494 int *int_val; local
540 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg"));
542 if (int_val != NULL) {
543 int_val++; /* skip over first integer */
544 pci_bus = ((*int_val) & 0x7f0000);
562 int_val = (int *)get_prop_val(
564 if (int_val != NULL) {
565 pci_card->dev_no = (((*int_val) & 0xF800) >> 11);
566 pci_card->func_no = (((*int_val) & 0x700) >> 8);
689 int_val
[all...]
H A Dcherrystone.c832 int *int_val; local
860 int_val = (int *)get_prop_val
862 if (int_val != NULL) {
863 int_val ++; /* second integer in array */
864 pci_bus = ((*int_val) & 0x7f0000);
868 int_val = (int *)get_prop_val
870 if (int_val == NULL)
873 portid = *int_val;
900 int_val = (int *)get_prop_val
902 if (int_val !
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c976 int *int_val; local
1004 int_val = (int *)get_prop_val
1006 if (int_val != NULL) {
1007 int_val ++; /* second integer in array */
1008 pci_bus = ((*int_val) & 0x7f0000);
1012 int_val = (int *)get_prop_val
1014 if (int_val == NULL)
1017 portid = *int_val;
1044 int_val = (int *)get_prop_val
1046 if (int_val !
[all...]
H A Dworkfile.c630 int *int_val; local
667 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg"));
669 if (int_val != NULL) {
670 int_val++; /* skip over first integer */
671 pci_bus = ((*int_val) & 0x7f0000);
685 int_val = (int *)get_prop_val(
687 if (int_val != NULL) {
688 pci_card->dev_no = (((*int_val) & 0xF800) >> 11);
689 pci_card->func_no = (((*int_val) & 0x700) >> 8);
797 int_val
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Ddaktari.c1274 int *int_val; local
1300 int_val = (int *)get_prop_val
1302 if (int_val != NULL) {
1303 int_val ++; /* second integer in array */
1304 pci_bus = ((*int_val) & 0x7f0000);
1308 int_val = (int *)get_prop_val
1310 if (int_val == NULL)
1313 portid = *int_val;
1340 int_val = (int *)get_prop_val
1342 if (int_val !
[all...]
H A Dworkfile.c604 int *int_val; local
642 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg"));
644 if (int_val != NULL) {
645 int_val++; /* skip over first integer */
646 pci_bus = ((*int_val) & 0x7f0000);
667 int_val = (int *)get_prop_val(
669 if (int_val != NULL) {
670 pci_card->dev_no = (((*int_val) & 0xF800) >> 11);
671 pci_card->func_no = (((*int_val) & 0x700) >> 8);
779 int_val
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c123 int *int_val; local
246 int_val = (int *)get_prop_val(
248 if (int_val != NULL) {
249 card.dev_no = (((*int_val) & 0xF800) >> 11);
250 card.func_no = (((*int_val) & 0x700) >> 8);
342 int_val = (int *)get_prop_val
345 if (int_val != NULL) {
346 int_val ++; /* skip over first integer */
347 pci_bus = ((*int_val) & 0x7f0000);
394 int_val
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgen_drv.c1288 int int_val = 3023; local
1299 if (ddi_prop_update_int(DDI_DEV_T_NONE, devi, "int", int_val)
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.h191 #define int_val hdr_value.i macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c215 int *int_val; local
338 int_val = (int *)get_prop_val(
340 if (int_val != NULL) {
341 card.dev_no = (((*int_val) & 0xF800) >> 11);
342 card.func_no = (((*int_val) & 0x700) >> 8);
470 int_val = (int *)get_prop_val
473 if (int_val != NULL) {
474 int_val ++; /* skip over first integer */
475 pci_bus = ((*int_val) & 0x7f0000);
529 int_val
1281 int *int_val; local
1465 int *int_val; local
[all...]

Completed in 91 milliseconds