Searched defs:npt (Results 1 - 7 of 7) 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/uts/sun4v/io/
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_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;
/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...]
/openjdk7/jdk/src/share/back/
H A Dutil.h57 #include "npt.h"
127 NptEnv *npt; member in struct:__anon513
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h71 #include "npt.h" /* To get NptEnv for doing character conversions */
211 NptEnv *npt; /* NptEnv* for this session, see npt.h */ member in struct:__anon533
/openjdk7/jdk/src/share/npt/
H A Dnpt.c32 #include "npt.h"
48 NptEnv *npt; local
57 npt = (NptEnv*)calloc(sizeof(NptEnv), 1);
58 if ( npt == NULL ) {
64 npt->options = strdup(options);
66 npt->utfInitialize = &utfInitialize;
67 npt->utfTerminate = &utfTerminate;
68 npt->utf8ToPlatform = &utf8ToPlatform;
69 npt->utf8FromPlatform = &utf8FromPlatform;
70 npt
82 nptTerminate(NptEnv* npt, char *options) argument
[all...]

Completed in 177 milliseconds