Home
last modified time | relevance | path

Searched refs:npt (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/lib/libpkg/common/
H A Dmappath.c65 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 Dmath1 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 Dmath.sh80 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
/titanic_41/usr/src/cmd/format/
H A Dmenu_fdisk.c201 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 Dgetcwd.c192 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 Dsparcv9_subr.s290 srlx %o0, 1, %o0 ! shake off npt bit
/titanic_41/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h462 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 Dvsw_switching.c105 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 Dvsw_phys.c131 mblk_t **npt);
H A Dvsw_ldc.c191 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 Dvsw.c158 mblk_t **npt);
/titanic_41/usr/src/uts/sun4v/ml/
H A Dhcall.s355 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 Dlib43 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 Dopl_olympus_asm.s1827 srlx %g1, 1, %g1 ! clear npt bit
H A Dus3_common_asm.s2567 srlx %g1, 1, %g1 ! clear npt bit
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE32 09-12-11 comp/sigflag.c: add with npt check in features/sig.sh