Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c204 char *npt = NULL; in get_emcpower_pname() local
209 npt = strstr(np, emcp); in get_emcpower_pname()
210 while ((i < strlen(npt)) && (isdigit(npt[i]))) in get_emcpower_pname()
212 npt[i] = '\0'; in get_emcpower_pname()
227 char *npt; in get_sname() local
246 npt = strrchr(np, 'p'); in get_sname()
248 if (npt != NULL) { in get_sname()
249 *npt = '\0'; in get_sname()
271 char *npt; in get_pname() local
297 if (isdigit(*++npt)) { in get_pname()
[all …]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsparcv9_subr.S290 srlx %o0, 1, %o0 ! shake off npt bit
/illumos-gate/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);
/illumos-gate/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);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh115 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwchar45 if ! npt - iswalpha wchar.h {
H A Dlib44 lib,npt strtod,strtold,strtol,strtoll,strtoul,strtoull stdlib.h
45 lib,npt sigflag signal.h
H A Dfloat5 lib,npt frexp,frexpl,ldexp,ldexpl,finite,finitel,isinfl,isnanl,copysign,copysignl FEATURE/standards…
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.sh170 npt) mm="a symbol that needs a prototype" ;;
2360 is npt $x
2593 npt) hdr="sys/types.h stdlib.h unistd.h $hdr"
3363 npt) m=HAVE${u}_DECL ;;
4192 npt) is npt $v
H A Diffe.tst1006 INPUT t.iffe $'npt fopen,fooon stdio.h'
1054 INPUT t.iffe $'NEED_FOPEN = npt fopen stdio.h
1055 HAVE_FOPEN = ! npt fopen stdio.h
1056 NEED_FOOON = npt fooon stdio.h
1057 HAVE_FOOON = ! npt fooon stdio.h'
H A DRELEASE2 12-06-26 iffe.sh: fix "npt foo" to handle function-like macro foo()
197 06-09-22 iffe.sh: drop -O for npt tests (for msvc intrinsics)
875 97-06-12 iffe: add npt `needs prototype' test
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.S1548 srlx %g1, 1, %g1 ! clear npt bit
H A Dus3_common_asm.S2063 srlx %g1, 1, %g1 ! clear npt bit
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE220 09-12-11 comp/sigflag.c: add with npt check in features/sig.sh