Searched defs:f_node (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c741 svcctl_svc_node_t *f_node = NULL; local
748 f_node = uu_avl_find(mgr_ctx->mc_svcs, &node,
750 if (f_node != NULL)
751 return (f_node);
756 f_node = uu_avl_find(mgr_ctx->mc_svcs, &node,
759 return (f_node);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1010 di_node_t f_node; local
1016 f_node = di_drv_first_node(PICL_CLASS_SEEPROM, root_node);
1017 if (f_node != DI_NODE_NIL) {
1018 phys_path = di_devfs_path(f_node);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1081 di_node_t f_node; local
1087 f_node = di_drv_first_node(PICL_CLASS_SEEPROM, root_node);
1088 if (f_node != DI_NODE_NIL) {
1089 phys_path = di_devfs_path(f_node);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1264 smb_node_t *f_node; member in struct:smb_ofile

Completed in 81 milliseconds