Searched defs:netinfo (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c769 netdfs_setinfo_100(dfs_path_t *path, netdfs_info100_t *netinfo) argument
773 char *cmnt = (char *)netinfo->comment;
791 netdfs_setinfo_101(dfs_path_t *path, netdfs_info101_t *netinfo, argument
802 info.i_state = netinfo->state;
804 target.t_state = netinfo->state;
824 netdfs_setinfo_102(dfs_path_t *path, netdfs_info102_t *netinfo) argument
830 info.i_timeout = netinfo->timeout;
844 netdfs_setinfo_103(dfs_path_t *path, netdfs_info103_t *netinfo) argument
851 netinfo->property_flags & netinfo
865 netdfs_setinfo_104(dfs_path_t *path, netdfs_info104_t *netinfo, const char *t_server, const char *t_share) argument
904 netdfs_setinfo_105(dfs_path_t *path, netdfs_info105_t *netinfo) argument
[all...]
/illumos-gate/usr/src/head/protocols/
H A Drouted.h70 struct netinfo { struct
75 struct netinfo { struct
128 struct netinfo ru_nets[1]; /* variable length... */
205 / sizeof (struct netinfo) +1)
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c112 struct netinfo { struct
113 struct netinfo *next;
122 #define NULLNET (struct netinfo *)0
123 static struct netinfo zeronet = { NULL, NULL, NULL, NULL, NULL, NULL, NULL };
124 static struct netinfo *firstnet = NULLNET;
125 static struct netinfo *lastnet = NULLNET;
126 static struct netinfo *netsnip = NULLNET;
916 struct netinfo *net, *prevnet, *comp;
995 sizeof (struct netinfo), 0);
1046 struct netinfo *ne
[all...]

Completed in 63 milliseconds