Searched refs:nis_name (Results 1 – 4 of 4) sorted by relevance
/freebsd/include/rpcsvc/ |
H A D | nislib.h | 52 extern nis_result * nis_lookup(nis_name, u_long); 53 extern nis_result * nis_list(nis_name, u_long, 54 int (*)(nis_name, nis_object *, void *), void *); 55 extern nis_result * nis_add(nis_name, nis_object *); 56 extern nis_result * nis_remove(nis_name, nis_object *); 57 extern nis_result * nis_modify(nis_name, nis_object *); 59 extern nis_result * nis_add_entry(nis_name, nis_object *, u_long); 60 extern nis_result * nis_remove_entry(nis_name, nis_object *, u_long); 61 extern nis_result * nis_modify_entry(nis_name, nis_object *, u_long); 62 extern nis_result * nis_first_entry(nis_name); [all …]
|
H A D | nis.x | 152 nis_name ns_name; /* Name in the NIS name space */ 166 nis_name ibr_name; /* The name of the Table */ 181 nis_name dir; /* Directory that had the change */ 215 nis_name le_princp; /* Principal making the change */ 216 nis_name le_name; /* Name of table/dir involved */ 249 nis_name da_dir; /* Directory to dump */ 255 nis_name dir_name; /* The directory we're looking for */ 256 nis_name requester; /* Host principal name for signature */ 261 nis_name source; /* Source of this answer */ 323 u_long NIS_CPTIME(nis_name) = 18; [all …]
|
H A D | nis_object.x | 89 typedef string nis_name<>; /* The NIS name itself. */ typedef 157 nis_name name; /* Principal name of the server */ 164 nis_name do_name; /* Name of the directory being served */ 204 nis_name gr_members<>; /* List of names in group */ 217 nis_name li_name; /* The object's real NIS name */ 304 nis_name zo_name; /* The NIS name for this object */ 305 nis_name zo_owner; /* NIS name of object owner. */ 306 nis_name zo_group; /* NIS name of access group. */ 307 nis_name zo_domain; /* The administrator for the object */
|
/freebsd/lib/libc/rpc/ |
H A D | auth_time.c | 197 srv->name = (nis_name) host; in get_server()
|