Home
last modified time | relevance | path

Searched refs:nis_name (Results 1 – 4 of 4) sorted by relevance

/dragonfly/include/rpcsvc/
H A Dnislib.h73 name_pos nis_dir_cmp(nis_name, nis_name);
75 nis_name *nis_getnames(nis_name);
77 nis_name nis_domain_of(nis_name);
78 nis_name nis_leaf_of(nis_name);
80 nis_name nis_name_of(nis_name);
96 bool_t nis_ismember(nis_name, nis_name);
99 nis_error nis_addmember(nis_name, nis_name);
100 nis_error nis_removemember(nis_name, nis_name);
154 bool_t __do_ismember(nis_name, nis_name,
156 nis_name __nis_map_group(nis_name);
[all …]
H A Dnis.x154 nis_name ns_name; /* Name in the NIS name space */
168 nis_name ibr_name; /* The name of the Table */
183 nis_name dir; /* Directory that had the change */
218 nis_name le_name; /* Name of table/dir involved */
251 nis_name da_dir; /* Directory to dump */
263 nis_name source; /* Source of this answer */
325 u_long NIS_CPTIME(nis_name) = 18;
328 cp_result NIS_CHECKPOINT(nis_name) = 19;
337 nis_error NIS_MKDIR(nis_name) = 22;
340 nis_error NIS_RMDIR(nis_name) = 23;
[all …]
H A Dnis_object.x90 typedef string nis_name<>; /* The NIS name itself. */ typedef
158 nis_name name; /* Principal name of the server */
165 nis_name do_name; /* Name of the directory being served */
205 nis_name gr_members<>; /* List of names in group */
218 nis_name li_name; /* The object's real NIS name */
305 nis_name zo_name; /* The NIS name for this object */
306 nis_name zo_owner; /* NIS name of object owner. */
307 nis_name zo_group; /* NIS name of access group. */
308 nis_name zo_domain; /* The administrator for the object */
/dragonfly/lib/libc/rpc/
H A Dauth_time.c202 srv->name = (nis_name) host; in get_server()