/titanic_41/usr/src/lib/libpkg/common/ |
H A D | mappath.c | 65 char *npt, *pt, *pt2, *copy; in mappath() local 86 for (npt = pt+1; *npt && (*npt != '/'); in mappath() 88 *pt2++ = *npt++; in mappath() 100 pt = npt; in mappath()
|
/titanic_41/usr/src/lib/libshell/common/features/ |
H A D | math | 1 lib,npt absl,acosl,acoshl,asinl,asinhl,atanl,atan2l,expl,cosl,coshl math.h 2 lib,npt fabsl,powl,hypotl,fmodl,logl,sinl,sinhl,sqrtl,tanl,tanhl math.h 3 lib,npt strtold,isinf,isinfl,isnan,isnanl,isnormal,isnormall math.h 4 lib,npt finite,finitel,isfinite math.h
|
H A D | math.sh | 80 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
|
/titanic_41/usr/src/cmd/format/ |
H A D | menu_fdisk.c | 201 char *npt = NULL; in get_emcpower_pname() local 206 npt = strstr(np, emcp); in get_emcpower_pname() 207 while ((i < strlen(npt)) && (isdigit(npt[i]))) in get_emcpower_pname() 209 npt[i] = '\0'; in get_emcpower_pname() 210 (void) snprintf(name, MAXNAMELEN, "/dev/rdsk/%sp0", npt); in get_emcpower_pname() 224 char *npt; in get_sname() local 243 npt = strrchr(np, 'p'); in get_sname() 245 if (npt != NULL) { in get_sname() 246 *npt = '\0'; in get_sname() 268 char *npt; in get_pname() local [all …]
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | getcwd.c | 192 char *npt; in getcwd() local 200 if ((npt = realloc(pt, ptsize *= 2)) == NULL) in getcwd() 202 pt = npt; in getcwd()
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | sparcv9_subr.s | 290 srlx %o0, 1, %o0 ! shake off npt bit
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | hypervisor_api.h | 462 extern uint64_t hv_tick_set_npt(uint64_t npt); 463 extern uint64_t hv_stick_set_npt(uint64_t npt);
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 105 uint32_t vsw_vlan_frames_untag(void *arg, int type, mblk_t **np, mblk_t **npt); 1321 vsw_vlan_frame_untag(void *arg, int type, mblk_t **np, mblk_t **npt) in vsw_vlan_frame_untag() argument 1370 *npt = bp; in vsw_vlan_frame_untag() 1463 *npt = bpt; in vsw_vlan_frame_untag()
|
H A D | vsw_phys.c | 131 mblk_t **npt);
|
H A D | vsw_ldc.c | 191 mblk_t **npt); 3777 vsw_get_pri_packets(vsw_t *vswp, mblk_t **np, mblk_t **npt, in vsw_get_pri_packets() argument 3832 *npt = nmpt; in vsw_get_pri_packets()
|
H A D | vsw.c | 158 mblk_t **npt);
|
/titanic_41/usr/src/uts/sun4v/ml/ |
H A D | hcall.s | 355 hv_tick_set_npt(uint64_t npt) 360 hv_stick_set_npt(uint64_t npt)
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | lib | 43 lib,npt strtod,strtold,strtol,strtoll,strtoul,strtoull stdlib.h 44 lib,npt sigflag signal.h
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus_asm.s | 1827 srlx %g1, 1, %g1 ! clear npt bit
|
H A D | us3_common_asm.s | 2567 srlx %g1, 1, %g1 ! clear npt bit
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 32 09-12-11 comp/sigflag.c: add with npt check in features/sig.sh
|