1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2017, Richard Lowe
  14 # Copyright 2014 Garrett D'Amore <garrett@damore>
  15 # Copyright 2019 Joyent, Inc.
  16 # Copyright 2016 Nexenta Systems, Inc.
  17 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        9f
  23 
  24 MANFILES=       ASSERT.9f                               \
  25                 Intro.9f                                \
  26                 OTHERQ.9f                               \
  27                 RD.9f                                   \
  28                 SAMESTR.9f                              \
  29                 STRUCT_DECL.9f                          \
  30                 WR.9f                                   \
  31                 adjmsg.9f                               \
  32                 allocb.9f                               \
  33                 atomic_add.9f                           \
  34                 atomic_and.9f                           \
  35                 atomic_bits.9f                          \
  36                 atomic_cas.9f                           \
 
  53                 bioreset.9f                             \
  54                 biosize.9f                              \
  55                 biowait.9f                              \
  56                 bp_copyin.9f                            \
  57                 bp_copyout.9f                           \
  58                 bp_mapin.9f                             \
  59                 bp_mapout.9f                            \
  60                 btop.9f                                 \
  61                 btopr.9f                                \
  62                 bufcall.9f                              \
  63                 bzero.9f                                \
  64                 canput.9f                               \
  65                 canputnext.9f                           \
  66                 clrbuf.9f                               \
  67                 cmn_err.9f                              \
  68                 condvar.9f                              \
  69                 copyb.9f                                \
  70                 copyin.9f                               \
  71                 copymsg.9f                              \
  72                 copyout.9f                              \
  73                 csx_AccessConfigurationRegister.9f      \
  74                 csx_CS_DDI_Info.9f                      \
  75                 csx_ConvertSize.9f                      \
  76                 csx_ConvertSpeed.9f                     \
  77                 csx_DeregisterClient.9f                 \
  78                 csx_DupHandle.9f                        \
  79                 csx_Error2Text.9f                       \
  80                 csx_Event2Text.9f                       \
  81                 csx_FreeHandle.9f                       \
  82                 csx_Get8.9f                             \
  83                 csx_GetFirstClient.9f                   \
  84                 csx_GetFirstTuple.9f                    \
  85                 csx_GetHandleOffset.9f                  \
  86                 csx_GetMappedAddr.9f                    \
  87                 csx_GetStatus.9f                        \
  88                 csx_GetTupleData.9f                     \
  89                 csx_MakeDeviceNode.9f                   \
  90                 csx_MapLogSocket.9f                     \
  91                 csx_MapMemPage.9f                       \
  92                 csx_ModifyConfiguration.9f              \
 
 
 539                 usb_reset_device.9f                     \
 540                 usba_alloc_hcdi_ops.9f                  \
 541                 usba_hcdi_cb.9f                         \
 542                 usba_hcdi_dup_intr_req.9f               \
 543                 usba_hcdi_dup_isoc_req.9f               \
 544                 usba_hcdi_get_device_private.9f         \
 545                 usba_hcdi_register.9f                   \
 546                 usba_hubdi_bind_root_hub.9f             \
 547                 usba_hubdi_cb_ops.9f                    \
 548                 usba_hubdi_dev_ops.9f                   \
 549                 uwritec.9f                              \
 550                 va_arg.9f                               \
 551                 vmem_add.9f                             \
 552                 vmem_alloc.9f                           \
 553                 vmem_contains.9f                        \
 554                 vmem_create.9f                          \
 555                 vmem_walk.9f
 556 
 557 MANLINKS=       AVL_NEXT.9f                                     \
 558                 AVL_PREV.9f                                     \
 559                 SIZEOF_PTR.9f                                   \
 560                 SIZEOF_STRUCT.9f                                \
 561                 STRUCT_BUF.9f                                   \
 562                 STRUCT_FADDR.9f                                 \
 563                 STRUCT_FGET.9f                                  \
 564                 STRUCT_FGETP.9f                                 \
 565                 STRUCT_FSET.9f                                  \
 566                 STRUCT_FSETP.9f                                 \
 567                 STRUCT_HANDLE.9f                                \
 568                 STRUCT_INIT.9f                                  \
 569                 STRUCT_SET_HANDLE.9f                            \
 570                 STRUCT_SIZE.9f                                  \
 571                 assert.9f                                       \
 572                 atomic_add_16.9f                                \
 573                 atomic_add_16_nv.9f                             \
 574                 atomic_add_32.9f                                \
 575                 atomic_add_32_nv.9f                             \
 576                 atomic_add_64.9f                                \
 577                 atomic_add_64_nv.9f                             \
 578                 atomic_add_8.9f                                 \
 
 
 673                 atomic_swap_ptr.9f                              \
 674                 atomic_swap_uchar.9f                            \
 675                 atomic_swap_uint.9f                             \
 676                 atomic_swap_ulong.9f                            \
 677                 atomic_swap_ushort.9f                           \
 678                 avl_add.9f                                      \
 679                 avl_create.9f                                   \
 680                 avl_destroy.9f                                  \
 681                 avl_destroy_nodes.9f                            \
 682                 avl_find.9f                                     \
 683                 avl_first.9f                                    \
 684                 avl_insert.9f                                   \
 685                 avl_insert_here.9f                              \
 686                 avl_is_empty.9f                                 \
 687                 avl_last.9f                                     \
 688                 avl_nearest.9f                                  \
 689                 avl_numnodes.9f                                 \
 690                 avl_remove.9f                                   \
 691                 avl_swap.9f                                     \
 692                 bcanputnext.9f                                  \
 693                 crgetgid.9f                                     \
 694                 crgetgroups.9f                                  \
 695                 crgetngroups.9f                                 \
 696                 crgetrgid.9f                                    \
 697                 crgetruid.9f                                    \
 698                 crgetsgid.9f                                    \
 699                 crgetsuid.9f                                    \
 700                 crgetuid.9f                                     \
 701                 crgetzoneid.9f                                  \
 702                 csx_Get16.9f                                    \
 703                 csx_Get32.9f                                    \
 704                 csx_Get64.9f                                    \
 705                 csx_GetEventMask.9f                             \
 706                 csx_GetNextClient.9f                            \
 707                 csx_GetNextTuple.9f                             \
 708                 csx_Parse_CISTPL_DEVICE_A.9f                    \
 709                 csx_Parse_CISTPL_DEVICE_OA.9f                   \
 710                 csx_Parse_CISTPL_DEVICE_OC.9f                   \
 711                 csx_Parse_CISTPL_JEDEC_A.9f                     \
 712                 csx_Parse_CISTPL_LONGLINK_C.9f                  \
 713                 csx_Put16.9f                                    \
 714                 csx_Put32.9f                                    \
 715                 csx_Put64.9f                                    \
 716                 csx_ReleaseIO.9f                                \
 717                 csx_ReleaseIRQ.9f                               \
 718                 csx_ReleaseSocketMask.9f                        \
 719                 csx_ReleaseWindow.9f                            \
 720                 csx_RemoveDeviceNode.9f                         \
 721                 csx_RepGet16.9f                                 \
 
 
 952                 gld_mac_alloc.9f                                \
 953                 gld_mac_free.9f                                 \
 954                 gld_recv.9f                                     \
 955                 gld_register.9f                                 \
 956                 gld_sched.9f                                    \
 957                 gld_unregister.9f                               \
 958                 id32_free.9f                                    \
 959                 id32_lookup.9f                                  \
 960                 id_alloc.9f                                     \
 961                 id_alloc_nosleep.9f                             \
 962                 id_alloc_specific_nosleep.9f                    \
 963                 id_allocff.9f                                   \
 964                 id_allocff_nosleep.9f                           \
 965                 id_free.9f                                      \
 966                 id_space_create.9f                              \
 967                 id_space_destroy.9f                             \
 968                 id_space_extend.9f                              \
 969                 inl.9f                                          \
 970                 intro.9f                                        \
 971                 inw.9f                                          \
 972                 kmem_cache_alloc.9f                             \
 973                 kmem_cache_destroy.9f                           \
 974                 kmem_cache_free.9f                              \
 975                 kmem_cache_set_move.9f                          \
 976                 kmem_free.9f                                    \
 977                 kmem_zalloc.9f                                  \
 978                 kstat_named_setstr.9f                           \
 979                 kstat_runq_back_to_waitq.9f                     \
 980                 kstat_runq_enter.9f                             \
 981                 kstat_runq_exit.9f                              \
 982                 kstat_waitq_enter.9f                            \
 983                 kstat_waitq_exit.9f                             \
 984                 kstat_waitq_to_runq.9f                          \
 985                 ldi_awrite.9f                                   \
 986                 ldi_close.9f                                    \
 987                 ldi_get_devid.9f                                \
 988                 ldi_get_minor_name.9f                           \
 989                 ldi_get_otyp.9f                                 \
 990                 ldi_getmsg.9f                                   \
 991                 ldi_ident_from_dip.9f                           \
 
 
1293                 usba_hcdi_unregister.9f                         \
1294                 usba_hubdi_close.9f                             \
1295                 usba_hubdi_ioctl.9f                             \
1296                 usba_hubdi_open.9f                              \
1297                 usba_hubdi_root_hub_power.9f                    \
1298                 usba_hubdi_unbind_root_hub.9f                   \
1299                 va_copy.9f                                      \
1300                 va_end.9f                                       \
1301                 va_start.9f                                     \
1302                 vcmn_err.9f                                     \
1303                 vmem_destroy.9f                                 \
1304                 vmem_free.9f                                    \
1305                 vmem_size.9f                                    \
1306                 vmem_xalloc.9f                                  \
1307                 vmem_xcreate.9f                                 \
1308                 vmem_xfree.9f                                   \
1309                 vsnprintf.9f                                    \
1310                 vsprintf.9f                                     \
1311                 vzcmn_err.9f                                    \
1312                 wr.9f                                           \
1313                 zcmn_err.9f
1314 
1315 assert.9f                               := LINKSRC = ASSERT.9f
1316 
1317 intro.9f                                := LINKSRC = Intro.9f
1318 
1319 otherq.9f                               := LINKSRC = OTHERQ.9f
1320 
1321 rd.9f                                   := LINKSRC = RD.9f
1322 
1323 samestr.9f                              := LINKSRC = SAMESTR.9f
1324 
1325 SIZEOF_PTR.9f                           := LINKSRC = STRUCT_DECL.9f
1326 SIZEOF_STRUCT.9f                        := LINKSRC = STRUCT_DECL.9f
1327 STRUCT_BUF.9f                           := LINKSRC = STRUCT_DECL.9f
1328 STRUCT_FADDR.9f                         := LINKSRC = STRUCT_DECL.9f
1329 STRUCT_FGET.9f                          := LINKSRC = STRUCT_DECL.9f
1330 STRUCT_FGETP.9f                         := LINKSRC = STRUCT_DECL.9f
1331 STRUCT_FSET.9f                          := LINKSRC = STRUCT_DECL.9f
1332 STRUCT_FSETP.9f                         := LINKSRC = STRUCT_DECL.9f
1333 STRUCT_HANDLE.9f                        := LINKSRC = STRUCT_DECL.9f
 
 
1466 avl_swap.9f                             := LINKSRC = avl.9f
1467 AVL_NEXT.9f                             := LINKSRC = avl.9f
1468 AVL_PREV.9f                             := LINKSRC = avl.9f
1469 
1470 dev_err.9f                              := LINKSRC = cmn_err.9f
1471 vcmn_err.9f                             := LINKSRC = cmn_err.9f
1472 vzcmn_err.9f                            := LINKSRC = cmn_err.9f
1473 zcmn_err.9f                             := LINKSRC = cmn_err.9f
1474 
1475 cv_broadcast.9f                         := LINKSRC = condvar.9f
1476 cv_destroy.9f                           := LINKSRC = condvar.9f
1477 cv_init.9f                              := LINKSRC = condvar.9f
1478 cv_reltimedwait.9f                      := LINKSRC = condvar.9f
1479 cv_reltimedwait_sig.9f                  := LINKSRC = condvar.9f
1480 cv_signal.9f                            := LINKSRC = condvar.9f
1481 cv_timedwait.9f                         := LINKSRC = condvar.9f
1482 cv_timedwait_sig.9f                     := LINKSRC = condvar.9f
1483 cv_wait.9f                              := LINKSRC = condvar.9f
1484 cv_wait_sig.9f                          := LINKSRC = condvar.9f
1485 
1486 csx_Get16.9f                            := LINKSRC = csx_Get8.9f
1487 csx_Get32.9f                            := LINKSRC = csx_Get8.9f
1488 csx_Get64.9f                            := LINKSRC = csx_Get8.9f
1489 
1490 csx_GetNextClient.9f                    := LINKSRC = csx_GetFirstClient.9f
1491 
1492 csx_GetNextTuple.9f                     := LINKSRC = csx_GetFirstTuple.9f
1493 
1494 csx_RemoveDeviceNode.9f                 := LINKSRC = csx_MakeDeviceNode.9f
1495 
1496 csx_Parse_CISTPL_DEVICE_A.9f            := LINKSRC = csx_Parse_CISTPL_DEVICE.9f
1497 csx_Parse_CISTPL_DEVICE_OA.9f           := LINKSRC = csx_Parse_CISTPL_DEVICE.9f
1498 csx_Parse_CISTPL_DEVICE_OC.9f           := LINKSRC = csx_Parse_CISTPL_DEVICE.9f
1499 
1500 csx_Parse_CISTPL_JEDEC_A.9f             := LINKSRC = csx_Parse_CISTPL_JEDEC_C.9f
1501 
1502 csx_Parse_CISTPL_LONGLINK_C.9f          := LINKSRC = csx_Parse_CISTPL_LONGLINK_A.9f
1503 
1504 csx_Put16.9f                            := LINKSRC = csx_Put8.9f
1505 csx_Put32.9f                            := LINKSRC = csx_Put8.9f
  
 | 
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2017, Richard Lowe
  14 # Copyright 2014 Garrett D'Amore <garrett@damore>
  15 # Copyright 2019 Joyent, Inc.
  16 # Copyright 2020 Nexenta by DDN, Inc. All rights reserved.
  17 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        9f
  23 
  24 MANFILES=       ASSERT.9f                               \
  25                 Intro.9f                                \
  26                 OTHERQ.9f                               \
  27                 RD.9f                                   \
  28                 SAMESTR.9f                              \
  29                 STRUCT_DECL.9f                          \
  30                 WR.9f                                   \
  31                 adjmsg.9f                               \
  32                 allocb.9f                               \
  33                 atomic_add.9f                           \
  34                 atomic_and.9f                           \
  35                 atomic_bits.9f                          \
  36                 atomic_cas.9f                           \
 
  53                 bioreset.9f                             \
  54                 biosize.9f                              \
  55                 biowait.9f                              \
  56                 bp_copyin.9f                            \
  57                 bp_copyout.9f                           \
  58                 bp_mapin.9f                             \
  59                 bp_mapout.9f                            \
  60                 btop.9f                                 \
  61                 btopr.9f                                \
  62                 bufcall.9f                              \
  63                 bzero.9f                                \
  64                 canput.9f                               \
  65                 canputnext.9f                           \
  66                 clrbuf.9f                               \
  67                 cmn_err.9f                              \
  68                 condvar.9f                              \
  69                 copyb.9f                                \
  70                 copyin.9f                               \
  71                 copymsg.9f                              \
  72                 copyout.9f                              \
  73                 credentials.9f                          \
  74                 csx_AccessConfigurationRegister.9f      \
  75                 csx_CS_DDI_Info.9f                      \
  76                 csx_ConvertSize.9f                      \
  77                 csx_ConvertSpeed.9f                     \
  78                 csx_DeregisterClient.9f                 \
  79                 csx_DupHandle.9f                        \
  80                 csx_Error2Text.9f                       \
  81                 csx_Event2Text.9f                       \
  82                 csx_FreeHandle.9f                       \
  83                 csx_Get8.9f                             \
  84                 csx_GetFirstClient.9f                   \
  85                 csx_GetFirstTuple.9f                    \
  86                 csx_GetHandleOffset.9f                  \
  87                 csx_GetMappedAddr.9f                    \
  88                 csx_GetStatus.9f                        \
  89                 csx_GetTupleData.9f                     \
  90                 csx_MakeDeviceNode.9f                   \
  91                 csx_MapLogSocket.9f                     \
  92                 csx_MapMemPage.9f                       \
  93                 csx_ModifyConfiguration.9f              \
 
 
 540                 usb_reset_device.9f                     \
 541                 usba_alloc_hcdi_ops.9f                  \
 542                 usba_hcdi_cb.9f                         \
 543                 usba_hcdi_dup_intr_req.9f               \
 544                 usba_hcdi_dup_isoc_req.9f               \
 545                 usba_hcdi_get_device_private.9f         \
 546                 usba_hcdi_register.9f                   \
 547                 usba_hubdi_bind_root_hub.9f             \
 548                 usba_hubdi_cb_ops.9f                    \
 549                 usba_hubdi_dev_ops.9f                   \
 550                 uwritec.9f                              \
 551                 va_arg.9f                               \
 552                 vmem_add.9f                             \
 553                 vmem_alloc.9f                           \
 554                 vmem_contains.9f                        \
 555                 vmem_create.9f                          \
 556                 vmem_walk.9f
 557 
 558 MANLINKS=       AVL_NEXT.9f                                     \
 559                 AVL_PREV.9f                                     \
 560                 CRED.9f                                         \
 561                 SIZEOF_PTR.9f                                   \
 562                 SIZEOF_STRUCT.9f                                \
 563                 STRUCT_BUF.9f                                   \
 564                 STRUCT_FADDR.9f                                 \
 565                 STRUCT_FGET.9f                                  \
 566                 STRUCT_FGETP.9f                                 \
 567                 STRUCT_FSET.9f                                  \
 568                 STRUCT_FSETP.9f                                 \
 569                 STRUCT_HANDLE.9f                                \
 570                 STRUCT_INIT.9f                                  \
 571                 STRUCT_SET_HANDLE.9f                            \
 572                 STRUCT_SIZE.9f                                  \
 573                 assert.9f                                       \
 574                 atomic_add_16.9f                                \
 575                 atomic_add_16_nv.9f                             \
 576                 atomic_add_32.9f                                \
 577                 atomic_add_32_nv.9f                             \
 578                 atomic_add_64.9f                                \
 579                 atomic_add_64_nv.9f                             \
 580                 atomic_add_8.9f                                 \
 
 
 675                 atomic_swap_ptr.9f                              \
 676                 atomic_swap_uchar.9f                            \
 677                 atomic_swap_uint.9f                             \
 678                 atomic_swap_ulong.9f                            \
 679                 atomic_swap_ushort.9f                           \
 680                 avl_add.9f                                      \
 681                 avl_create.9f                                   \
 682                 avl_destroy.9f                                  \
 683                 avl_destroy_nodes.9f                            \
 684                 avl_find.9f                                     \
 685                 avl_first.9f                                    \
 686                 avl_insert.9f                                   \
 687                 avl_insert_here.9f                              \
 688                 avl_is_empty.9f                                 \
 689                 avl_last.9f                                     \
 690                 avl_nearest.9f                                  \
 691                 avl_numnodes.9f                                 \
 692                 avl_remove.9f                                   \
 693                 avl_swap.9f                                     \
 694                 bcanputnext.9f                                  \
 695                 crdup.9f                                        \
 696                 crfree.9f                                       \
 697                 crget.9f                                        \
 698                 crgetgid.9f                                     \
 699                 crgetgroups.9f                                  \
 700                 crgetngroups.9f                                 \
 701                 crgetrgid.9f                                    \
 702                 crgetruid.9f                                    \
 703                 crgetsgid.9f                                    \
 704                 crgetsuid.9f                                    \
 705                 crgetuid.9f                                     \
 706                 crgetzoneid.9f                                  \
 707                 crhold.9f                                       \
 708                 csx_Get16.9f                                    \
 709                 csx_Get32.9f                                    \
 710                 csx_Get64.9f                                    \
 711                 csx_GetEventMask.9f                             \
 712                 csx_GetNextClient.9f                            \
 713                 csx_GetNextTuple.9f                             \
 714                 csx_Parse_CISTPL_DEVICE_A.9f                    \
 715                 csx_Parse_CISTPL_DEVICE_OA.9f                   \
 716                 csx_Parse_CISTPL_DEVICE_OC.9f                   \
 717                 csx_Parse_CISTPL_JEDEC_A.9f                     \
 718                 csx_Parse_CISTPL_LONGLINK_C.9f                  \
 719                 csx_Put16.9f                                    \
 720                 csx_Put32.9f                                    \
 721                 csx_Put64.9f                                    \
 722                 csx_ReleaseIO.9f                                \
 723                 csx_ReleaseIRQ.9f                               \
 724                 csx_ReleaseSocketMask.9f                        \
 725                 csx_ReleaseWindow.9f                            \
 726                 csx_RemoveDeviceNode.9f                         \
 727                 csx_RepGet16.9f                                 \
 
 
 958                 gld_mac_alloc.9f                                \
 959                 gld_mac_free.9f                                 \
 960                 gld_recv.9f                                     \
 961                 gld_register.9f                                 \
 962                 gld_sched.9f                                    \
 963                 gld_unregister.9f                               \
 964                 id32_free.9f                                    \
 965                 id32_lookup.9f                                  \
 966                 id_alloc.9f                                     \
 967                 id_alloc_nosleep.9f                             \
 968                 id_alloc_specific_nosleep.9f                    \
 969                 id_allocff.9f                                   \
 970                 id_allocff_nosleep.9f                           \
 971                 id_free.9f                                      \
 972                 id_space_create.9f                              \
 973                 id_space_destroy.9f                             \
 974                 id_space_extend.9f                              \
 975                 inl.9f                                          \
 976                 intro.9f                                        \
 977                 inw.9f                                          \
 978                 kcred.9f                                        \
 979                 kmem_cache_alloc.9f                             \
 980                 kmem_cache_destroy.9f                           \
 981                 kmem_cache_free.9f                              \
 982                 kmem_cache_set_move.9f                          \
 983                 kmem_free.9f                                    \
 984                 kmem_zalloc.9f                                  \
 985                 kstat_named_setstr.9f                           \
 986                 kstat_runq_back_to_waitq.9f                     \
 987                 kstat_runq_enter.9f                             \
 988                 kstat_runq_exit.9f                              \
 989                 kstat_waitq_enter.9f                            \
 990                 kstat_waitq_exit.9f                             \
 991                 kstat_waitq_to_runq.9f                          \
 992                 ldi_awrite.9f                                   \
 993                 ldi_close.9f                                    \
 994                 ldi_get_devid.9f                                \
 995                 ldi_get_minor_name.9f                           \
 996                 ldi_get_otyp.9f                                 \
 997                 ldi_getmsg.9f                                   \
 998                 ldi_ident_from_dip.9f                           \
 
 
1300                 usba_hcdi_unregister.9f                         \
1301                 usba_hubdi_close.9f                             \
1302                 usba_hubdi_ioctl.9f                             \
1303                 usba_hubdi_open.9f                              \
1304                 usba_hubdi_root_hub_power.9f                    \
1305                 usba_hubdi_unbind_root_hub.9f                   \
1306                 va_copy.9f                                      \
1307                 va_end.9f                                       \
1308                 va_start.9f                                     \
1309                 vcmn_err.9f                                     \
1310                 vmem_destroy.9f                                 \
1311                 vmem_free.9f                                    \
1312                 vmem_size.9f                                    \
1313                 vmem_xalloc.9f                                  \
1314                 vmem_xcreate.9f                                 \
1315                 vmem_xfree.9f                                   \
1316                 vsnprintf.9f                                    \
1317                 vsprintf.9f                                     \
1318                 vzcmn_err.9f                                    \
1319                 wr.9f                                           \
1320                 zcmn_err.9f                                     \
1321                 zone_kcred.9f
1322 
1323 assert.9f                               := LINKSRC = ASSERT.9f
1324 
1325 intro.9f                                := LINKSRC = Intro.9f
1326 
1327 otherq.9f                               := LINKSRC = OTHERQ.9f
1328 
1329 rd.9f                                   := LINKSRC = RD.9f
1330 
1331 samestr.9f                              := LINKSRC = SAMESTR.9f
1332 
1333 SIZEOF_PTR.9f                           := LINKSRC = STRUCT_DECL.9f
1334 SIZEOF_STRUCT.9f                        := LINKSRC = STRUCT_DECL.9f
1335 STRUCT_BUF.9f                           := LINKSRC = STRUCT_DECL.9f
1336 STRUCT_FADDR.9f                         := LINKSRC = STRUCT_DECL.9f
1337 STRUCT_FGET.9f                          := LINKSRC = STRUCT_DECL.9f
1338 STRUCT_FGETP.9f                         := LINKSRC = STRUCT_DECL.9f
1339 STRUCT_FSET.9f                          := LINKSRC = STRUCT_DECL.9f
1340 STRUCT_FSETP.9f                         := LINKSRC = STRUCT_DECL.9f
1341 STRUCT_HANDLE.9f                        := LINKSRC = STRUCT_DECL.9f
 
 
1474 avl_swap.9f                             := LINKSRC = avl.9f
1475 AVL_NEXT.9f                             := LINKSRC = avl.9f
1476 AVL_PREV.9f                             := LINKSRC = avl.9f
1477 
1478 dev_err.9f                              := LINKSRC = cmn_err.9f
1479 vcmn_err.9f                             := LINKSRC = cmn_err.9f
1480 vzcmn_err.9f                            := LINKSRC = cmn_err.9f
1481 zcmn_err.9f                             := LINKSRC = cmn_err.9f
1482 
1483 cv_broadcast.9f                         := LINKSRC = condvar.9f
1484 cv_destroy.9f                           := LINKSRC = condvar.9f
1485 cv_init.9f                              := LINKSRC = condvar.9f
1486 cv_reltimedwait.9f                      := LINKSRC = condvar.9f
1487 cv_reltimedwait_sig.9f                  := LINKSRC = condvar.9f
1488 cv_signal.9f                            := LINKSRC = condvar.9f
1489 cv_timedwait.9f                         := LINKSRC = condvar.9f
1490 cv_timedwait_sig.9f                     := LINKSRC = condvar.9f
1491 cv_wait.9f                              := LINKSRC = condvar.9f
1492 cv_wait_sig.9f                          := LINKSRC = condvar.9f
1493 
1494 CRED.9f                                 := LINKSRC = credentials.9f
1495 crdup.9f                                := LINKSRC = credentials.9f
1496 crfree.9f                               := LINKSRC = credentials.9f
1497 crget.9f                                := LINKSRC = credentials.9f
1498 crhold.9f                               := LINKSRC = credentials.9f
1499 kcred.9f                                := LINKSRC = credentials.9f
1500 zone_kcred.9f                           := LINKSRC = credentials.9f
1501 
1502 csx_Get16.9f                            := LINKSRC = csx_Get8.9f
1503 csx_Get32.9f                            := LINKSRC = csx_Get8.9f
1504 csx_Get64.9f                            := LINKSRC = csx_Get8.9f
1505 
1506 csx_GetNextClient.9f                    := LINKSRC = csx_GetFirstClient.9f
1507 
1508 csx_GetNextTuple.9f                     := LINKSRC = csx_GetFirstTuple.9f
1509 
1510 csx_RemoveDeviceNode.9f                 := LINKSRC = csx_MakeDeviceNode.9f
1511 
1512 csx_Parse_CISTPL_DEVICE_A.9f            := LINKSRC = csx_Parse_CISTPL_DEVICE.9f
1513 csx_Parse_CISTPL_DEVICE_OA.9f           := LINKSRC = csx_Parse_CISTPL_DEVICE.9f
1514 csx_Parse_CISTPL_DEVICE_OC.9f           := LINKSRC = csx_Parse_CISTPL_DEVICE.9f
1515 
1516 csx_Parse_CISTPL_JEDEC_A.9f             := LINKSRC = csx_Parse_CISTPL_JEDEC_C.9f
1517 
1518 csx_Parse_CISTPL_LONGLINK_C.9f          := LINKSRC = csx_Parse_CISTPL_LONGLINK_A.9f
1519 
1520 csx_Put16.9f                            := LINKSRC = csx_Put8.9f
1521 csx_Put32.9f                            := LINKSRC = csx_Put8.9f
  
 |