/illumos-gate/usr/src/lib/libdll/amd64/src/lib/libdll/ |
H A D | dlldefs.h | 83 char** sibling; /* sibling dirs on $PATH */ member in struct:Dllinfo_s
|
/illumos-gate/usr/src/lib/libdll/i386/src/lib/libdll/ |
H A D | dlldefs.h | 83 char** sibling; /* sibling dirs on $PATH */ member in struct:Dllinfo_s
|
/illumos-gate/usr/src/lib/libdll/sparc/src/lib/libdll/ |
H A D | dlldefs.h | 83 char** sibling; /* sibling dirs on $PATH */ member in struct:Dllinfo_s
|
/illumos-gate/usr/src/lib/libdll/sparcv9/src/lib/libdll/ |
H A D | dlldefs.h | 83 char** sibling; /* sibling dirs on $PATH */ member in struct:Dllinfo_s
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | private.h | 130 struct t_decode *sibling; member in struct:t_decode
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | private.h | 115 struct t_decode *sibling; member in struct:t_decode
|
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | pdevinfo.h | 125 Prom_node *sibling; /* point to next sibling */ member in struct:prom_node
|
/illumos-gate/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.c | 127 hp_node_t sibling; local 148 sibling = node->hp_sibling; 158 node = sibling; 412 * Return a node's next sibling node. 426 i_hp_dprintf("hp_sibling: node has no sibling.\n");
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_impl.h | 166 struct rsrc_node *sibling; member in struct:rsrc_node
|
H A D | rcm_subr.c | 1003 if (node->sibling) { 1004 rn_free(node->sibling); 1013 * Find next sibling 1018 return (node->sibling); 1048 child = child->sibling; 1060 new->sibling = child; 1070 prev->sibling = new; 1309 rsrc_node_t *child, *sibling; local 1345 * Pop the stack till a node's sibling can be pushed 1350 (prunesib || (sibling [all...] |
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | admin_cmds.c | 348 struct hash_node *next, *sibling, *child; member in struct:hash_node 395 child->sibling = parent->child; 413 for (node = parent->child; node != NULL; node = node->sibling)
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.c | 164 frt_get_peer(fru_treehdl_t sibling, fru_treehdl_t *peer) argument
|
/illumos-gate/usr/src/lib/libpicltree/ |
H A D | ptree_impl.h | 133 picl_obj_t *sibling; /* protected by ptree lock */ member in struct:picl_node 176 #define sibling_node u.node.sibling
|
/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | cpustat.c | 316 int sibling) 344 if (sibling) { 346 * This sample is being printed for a "sibling" CPU -- that is, 376 if (smt && (sibling == 0)) { 315 print_sample(processorid_t cpuid, cpc_buf_t *buf, int nreq, const char *setname, int sibling) argument
|
/illumos-gate/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 257 fpt_get_peer(fru_treehdl_t sibling, fru_treehdl_t *peer) argument 260 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(sibling);
|
/illumos-gate/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 268 fpt_get_peer(fru_treehdl_t sibling, fru_treehdl_t *peer) argument 271 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(sibling);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap.c | 619 uint64_t sibling; local 667 sibling = (ZAP_HASH_IDX(hash, old_prefix_len + 1) | 1) << prefix_diff; 672 err = zap_idx_to_blk(zap, sibling+i, &blk); 681 /* set sibling pointers */ 683 err = zap_set_idx_to_blk(zap, sibling+i, nl->l_blkid, tx); 688 /* we want the sibling */
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | sasinfo-list.c | 61 struct smhba_rp_tree *sibling; member in struct:smhba_rp_tree 1255 rpnode->sibling = unsolved_head; 1274 unsolved_head->sibling; 1303 unsolved_head = unsolved_head->sibling; 1306 rpnode->sibling = NULL; 1308 unsolved_tail->sibling = rpnode; 1350 unsolved_head->sibling; 2449 * sibling node. 2450 * Insert the SAS/SATA Device at the head of sibling list. 2453 rpnode->sibling [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 752 ENVELOPE *sibling = ee->e_sibling; local 756 ee->e_sibling = sibling; 843 ** Save old sibling and set it to NULL to avoid
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_def.h | 73 pmcs_phy_t *sibling; /* sibling phy */ member in struct:pmcs_phy
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | devinfo_impl.h | 227 di_off_t sibling; /* offset of sibling */ member in struct:di_node
|
/illumos-gate/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg.c | 126 raid_obj_id_t sibling; member in struct:__anon3827 4161 return (obj->sibling); 4166 raid_obj_id_t sibling) 4174 obj->sibling = sibling; 4165 raid_obj_set_sibling(raid_obj_tab_t *raid_tab, raid_obj_id_t obj_id, raid_obj_id_t sibling) argument
|
/illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 844 int sibling; local 848 sibling = NSHADOWS(ip) && ip != ip->bi_head; 854 else if (!sibling && (!ip->bi_mst_tok || !ip->bi_mstr_tok)) 4674 /* check if any sibling shadow is copying towards this master */ 6193 * Free resources and unlink the sibling chains etc. 6674 * Avoid deadlock with COW on same chunk of sibling shadow 6675 * by unlocking this chunk before copying all other sibling 6733 * Reacquire chunk lock and check that a COW by a sibling 7228 /* take master offline for all other sibling shadows */
|