Searched refs:get_parent (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | bootdev.c | 48 static dev_info_t *get_parent(dev_info_t *, struct parinfo *); 135 pdip = get_parent(pdip, &parinfo[depth]); in i_devi_to_promname() 516 get_parent(dev_info_t *dip, struct parinfo *info) in get_parent() function
|
/illumos-gate/usr/src/lib/libfru/include/ |
H A D | libfruds.h | 57 fru_errno_t (*get_parent)(fru_treehdl_t child, fru_treehdl_t *parent); member
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 112 int (*get_parent)(struct drmach_node *node, member 757 np->get_parent = drmach_node_ddi_get_parent; in drmach_node_new() 831 dup->get_parent = np->get_parent; in drmach_node_dup() 1980 if (np->get_parent(np, &pp) != 0) { in drmach_cpu_get_impl()
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | libfru.cc | 612 RETRY(err = data_source->get_parent(NODEHDL_TO_TREEHDL(handle), in fru_get_parent()
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 205 static void get_parent(char *path, char *dir); 5094 get_parent(Gen.g_nam_p, dirpath); in getname() 8537 get_parent(char *path, char *dir) in get_parent() function 8927 get_parent(name, dir); in open_dir()
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 536 static void get_parent(char *path, char *dir); 6175 get_parent(fullname, dir); in check_prefix() 8362 get_parent(char *path, char *dir) in get_parent() function
|