/titanic_41/usr/src/head/rpcsvc/ |
H A D | nislib.h | 43 extern name_pos nis_dir_cmp(nis_name, nis_name); 45 extern nis_name nis_domain_of(nis_name); 46 extern nis_name nis_leaf_of(nis_name); 47 extern nis_name nis_leaf_of_r(const nis_name, char *, size_t); 48 extern nis_name nis_name_of(nis_name); 49 extern nis_name nis_local_group(void); 50 extern nis_name nis_local_directory(void); 51 extern nis_name nis_local_host(void); 59 extern nis_name __nis_rpc_domain(void);
|
H A D | nis_object.x | 88 typedef string nis_name<>; /* The NIS name itself. */ typedef 170 nis_name name; /* Principal name of the server */ 177 nis_name do_name; /* Name of the directory being served */ 217 nis_name gr_members<>; /* List of names in group */ 230 nis_name li_name; /* The object's real NIS name */ 317 nis_name zo_name; /* The NIS name for this object */ 318 nis_name zo_owner; /* NIS name of object owner. */ 319 nis_name zo_group; /* NIS name of access group. */ 320 nis_name zo_domain; /* The administrator for the object */
|
H A D | nis.x | 83 nis_name le_princp; /* Principal making the change */ 84 nis_name le_name; /* Name of table/dir involved */ 112 nis_name uaddr; 130 nis_name hostname; 133 nis_name uaddr; 171 % nis_name name; /* NIS name of hashed item */
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_glob.h | 51 extern int update_root_object(nis_name root_dir, 54 extern int remove_root_object(nis_name root_dir, 64 extern int __nis_lock_db_table(nis_name name, int readwrite, 66 extern int __nis_ulock_db_table(nis_name name, int readwrite,
|
H A D | ldap_glob.c | 36 __local_update_root_object(nis_name root_dir, nis_object *d_obj) { in __local_update_root_object() 46 __local_remove_root_object(nis_name root_dir, nis_object* d_obj) { in __local_remove_root_object() 81 __local__nis_lock_db_table(nis_name name, int readwrite, int *trylock, in __local__nis_lock_db_table() 87 __local__nis_ulock_db_table(nis_name name, int readwrite, int remove, in __local__nis_ulock_db_table()
|
H A D | nis_hashitem.h | 44 nis_name name; 86 extern void __nis_insert_name_mt(nis_name, __nis_hash_table_mt *); 87 extern void *__nis_find_item_mt(nis_name, __nis_hash_table_mt *, int, 90 extern void *__nis_remove_item_mt(nis_name, __nis_hash_table_mt *);
|
H A D | ldap_xdr.h | 49 bool_t xdr_nis_name_abbrev(XDR *xdrs, nis_name *namep, 50 nis_name domainname);
|
H A D | ldap_parse.h | 707 char *internal_table_name(nis_name name, char *res); 708 nis_name relative_name(char *s);
|
H A D | nis_hashitem.c | 232 __find_item_mt(nis_name name, __nis_hash_table_mt *table, int *keyp) { in __find_item_mt() 312 __nis_insert_name_mt(nis_name name, __nis_hash_table_mt *table) { in __nis_insert_name_mt() 347 __nis_find_item_mt(nis_name name, __nis_hash_table_mt *table, int readwrite, in __nis_find_item_mt() 500 __nis_remove_item_mt(nis_name name, __nis_hash_table_mt *table) { in __nis_remove_item_mt()
|
H A D | db_entry_c.x | 58 typedef nis_name db_stringname;
|
H A D | ldap_parse.c | 377 internal_table_name(nis_name name, char *res) in internal_table_name() 461 nis_name
|
H A D | db_mindex3.cc | 711 o.zo_owner = (nis_name)""; in entriesFromLDAPreal() 712 o.zo_group = (nis_name)""; in entriesFromLDAPreal() 713 o.zo_domain = (nis_name)""; in entriesFromLDAPreal()
|
H A D | ldap_xdr.c | 89 nis_name *namep, in xdr_nis_name_abbrev() 90 nis_name domainname) /* domainname field from the table */ in xdr_nis_name_abbrev()
|
H A D | nis_db.cc | 976 rstat = update_root_object((nis_name)ROOTOBJFILE, o); in dbRefreshObj()
|
/titanic_41/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 80 nis_name n1, in nis_dir_cmp() 81 nis_name n2) /* See if these are the same domain */ in nis_dir_cmp() 108 nis_name ntmp; in nis_dir_cmp() 247 nis_name 271 nis_name 318 nis_name 339 nis_name 341 const nis_name s, in nis_leaf_of_r() 363 nis_name 384 nis_name [all …]
|
H A D | nis_xdr.c | 45 xdr_nis_name(XDR *xdrs, nis_name *objp) in xdr_nis_name() 138 sizeof (nis_name), (xdrproc_t)xdr_nis_name)); in xdr_group_obj()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 185 name_pos nis_dir_cmp(nis_name n1, nis_name n2); 186 nis_name nis_local_group(void); 187 nis_name nis_domain_of(char *s); 188 nis_name nis_leaf_of_r(const nis_name s, char *buf, size_t bufsize); 189 nis_name nis_leaf_of(char *s); 190 nis_name nis_name_of(char *s); 191 nis_name nis_local_directory(void); 192 nis_name nis_local_host(void); 205 bool_t xdr_nis_name(XDR *xdrs, nis_name *objp);
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_time.c | 151 srv->name = (nis_name) host; in get_server()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | chkey.c | 845 nis_name nis_princ; in storekeys()
|