Searched refs:npt (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dmappath.c65 char *npt, *pt, *pt2, *copy; local
86 for (npt = pt+1; *npt && (*npt != '/');
88 *pt2++ = *npt++;
100 pt = npt;
/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c202 char *npt = NULL; local
207 npt = strstr(np, emcp);
208 while ((i < strlen(npt)) && (isdigit(npt[i])))
210 npt[i] = '\0';
211 (void) snprintf(name, MAXNAMELEN, "/dev/rdsk/%sp0", npt);
225 char *npt; local
244 npt = strrchr(np, 'p');
246 if (npt != NULL) {
247 *npt
269 char *npt; local
[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/lib/libshell/common/features/
H A Dmath.sh80 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
/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);
1313 * npt: tail of pkt chain to be validated and untagged.
1317 * npt: tail of updated chain of packets
1321 vsw_vlan_frame_untag(void *arg, int type, mblk_t **np, mblk_t **npt) argument
1370 *npt = bp;
1463 *npt = bpt;
H A Dvsw_phys.c131 mblk_t **npt);
H A Dvsw_ldc.c191 mblk_t **npt);
3768 * npt: tail of packet chain to be broken
3772 * npt: tail of normal data packets
3777 vsw_get_pri_packets(vsw_t *vswp, mblk_t **np, mblk_t **npt, argument
3832 *npt = nmpt;
H A Dvsw.c158 mblk_t **npt);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dhcall.s355 hv_tick_set_npt(uint64_t npt)
360 hv_stick_set_npt(uint64_t npt)
/illumos-gate/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

Completed in 4264 milliseconds