Searched refs:nis_name (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/include/rpcsvc/ |
| D | nislib.h | 56 extern nis_result * nis_lookup(nis_name, u_long); 57 extern nis_result * nis_list(nis_name, u_long, 58 int (*)(nis_name, nis_object *, void *), void *); 59 extern nis_result * nis_add(nis_name, nis_object *); 60 extern nis_result * nis_remove(nis_name, nis_object *); 61 extern nis_result * nis_modify(nis_name, nis_object *); 63 extern nis_result * nis_add_entry(nis_name, nis_object *, u_long); 64 extern nis_result * nis_remove_entry(nis_name, nis_object *, u_long); 65 extern nis_result * nis_modify_entry(nis_name, nis_object *, u_long); 66 extern nis_result * nis_first_entry(nis_name); [all …]
|
| D | nis.x | 158 nis_name ns_name; /* Name in the NIS name space */ 172 nis_name ibr_name; /* The name of the Table */ 187 nis_name dir; /* Directory that had the change */ 221 nis_name le_princp; /* Principal making the change */ 222 nis_name le_name; /* Name of table/dir involved */ 255 nis_name da_dir; /* Directory to dump */ 261 nis_name dir_name; /* The directory we're looking for */ 262 nis_name requester; /* Host principal name for signature */ 267 nis_name source; /* Source of this answer */ 329 u_long NIS_CPTIME(nis_name) = 18; [all …]
|
| D | nis_object.x | 92 typedef string nis_name<>; /* The NIS name itself. */ typedef 160 nis_name name; /* Principal name of the server */ 167 nis_name do_name; /* Name of the directory being served */ 207 nis_name gr_members<>; /* List of names in group */ 220 nis_name li_name; /* The object's real NIS name */ 307 nis_name zo_name; /* The NIS name for this object */ 308 nis_name zo_owner; /* NIS name of object owner. */ 309 nis_name zo_group; /* NIS name of access group. */ 310 nis_name zo_domain; /* The administrator for the object */
|
| /freebsd-10-stable/contrib/amd/amd/ |
| D | info_nisplus.c | 61 nis_name key; 67 nisplus_callback(const nis_name key, const nis_object *value, voidp opaquedata) in nisplus_callback() 91 nis_name map_name; in nisplus_reload() 138 nisplus_search_callback(const nis_name key, const nis_object *value, voidp opaquedata) in nisplus_search_callback() 159 nis_name index; in nisplus_search() 260 nis_name map_name; in nisplus_init()
|
| /freebsd-10-stable/lib/libc/rpc/ |
| D | auth_time.c | 202 srv->name = (nis_name) host; in get_server()
|