Searched refs:unp (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/dis/ |
H A D | dis_list.c | 145 unresolved_name_t *unp; in walk_sections() local 151 while ((unp = uu_list_walk_next(walk)) != NULL) { in walk_sections() 152 if (strcmp(unp->un_name, dis_section_name(scn)) == 0) { in walk_sections() 158 unp->un_mark = cb->cb_mark; in walk_sections() 166 resolved->rn_value = unp->un_value; in walk_sections() 186 unresolved_name_t *unp; in dis_namelist_resolve_sections() local 209 while ((unp = uu_list_walk_next(walk)) != NULL) { in dis_namelist_resolve_sections() 210 if (unp->un_mark != current_mark) in dis_namelist_resolve_sections() 212 unp->un_name, dis_tgt_name(tgt)); in dis_namelist_resolve_sections() 228 unresolved_name_t *unp; in walk_functions() local [all …]
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | xdr.c | 482 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, in xdr_union() argument 500 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); in xdr_union() 507 (*dfault)(xdrs, unp, LASTUNSIGNED)); in xdr_union()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | xdr.c | 521 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, in xdr_union() argument 540 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); in xdr_union() 547 (*dfault)(xdrs, unp, LASTUNSIGNED)); in xdr_union()
|
/titanic_44/usr/src/lib/brand/sn1/sn1_brand/common/ |
H A D | sn1_brand.c | 65 struct utsname un, *unp = (struct utsname *)p1; in sn1_uname() local 75 if (uucopy(&un, unp, sizeof (un)) != 0) in sn1_uname()
|
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 1435 struct utsname un, *unp = (struct utsname *)p1; in s10_uname() local 1449 return (brand_uucopy(&un, unp, sizeof (un))); in s10_uname()
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 869 bool_t xdr_union(XDR *xdrs, enum_t *dscmp, char *unp,
|