| /osnet-11/usr/src/lib/libfdisk/common/ |
| H A D | libfdisk.h | 288 extern int fdisk_get_solaris_part(ext_part_t *epp, int *pnum, uint32_t *begsec, 290 extern int fdisk_get_efi_fs_part(ext_part_t *epp, int *pnum, uint32_t *begsec, 292 extern int fdisk_get_part_info(ext_part_t *epp, int pnum, uchar_t *sysid,
|
| H A D | libfdisk.c | 363 fdisk_get_solaris_part(ext_part_t *epp, int *pnum, uint32_t *begsec, argument 379 *pnum = pno; 389 fdisk_get_efi_fs_part(ext_part_t *epp, int *pnum, uint32_t *begsec, argument 400 *pnum = pno; 410 fdisk_get_part_info(ext_part_t *epp, int pnum, uchar_t *sysid, uint32_t *begsec, argument 416 if ((pnum < 5) || (pnum >= MAX_EXT_PARTS + 5)) { 420 for (pno = 5; (pno < pnum) && (temp != NULL); temp = temp->next, pno++)
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | Time.pm | 26 my($pname,$pnum,$host,$proto,$timeout) = @_; 30 my $port = (getservbyname($pname, $proto))[2] || $pnum;
|
| /osnet-11/usr/src/lib/libdiskmgt/common/ |
| H A D | partition.c | 728 int pnum; local 744 pnum = atoi(p); 752 if (iparts[pnum].bootid == ACTIVE && 753 (iparts[pnum].systid == SUNIXOS || 754 iparts[pnum].systid == SUNIXOS2)) { 778 if (i < TOTAL_NUMPART && i == pnum) {
|
| /osnet-11/usr/src/lib/libinetsvc/common/ |
| H A D | inetsvc.c | 334 create_rpc_info(const char *proto, int pnum, int low_ver, int high_ver) argument 348 ret->prognum = pnum; 1305 int pnum; local 1311 pnum = strtol(svc_name, &endptr, 0); 1312 if ((pnum == 0 && errno == EINVAL) || 1313 (pnum == LONG_MAX && errno == ERANGE) || 1314 pnum < 0 || *endptr != '\0') { 1318 return (pnum);
|
| /osnet-11/usr/src/lib/libbootmgmt/common/ |
| H A D | libbootmgmt.c | 435 * and pnum 438 makepath(char *slicepath, char *respath, int respathsize, char *str, int pnum) argument 454 (void) snprintf(respath, respathsize, "%s%s%d", ctdpath, str, pnum);
|
| /osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash_page.c | 1043 __ibitmap(hashp, pnum, nbits, ndx) 1045 int32_t pnum, nbits, ndx; 1051 if (__new_page(hashp, pnum, A_BITMAP) != 0) 1053 if (!(ip = (u_int32_t *)__get_page(hashp, pnum, A_BITMAP))) 1063 hashp->hdr.bitmaps[ndx] = (u_int16_t)pnum;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/ |
| H A D | INET.pm | 56 my $pnum = ($port =~ m,^(\d+)$,)[0]; 61 $port = $serv[2] || $defport || $pnum;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | pp_pack.c | 1815 /* pnum must be '\0' terminated */ 1817 S_div128(pTHX_ SV *pnum, bool *done) 1820 char *s = SvPV(pnum, len); 1838 SvCUR_set(pnum, (STRLEN) (t - s));
|
| H A D | proto.h | 1057 STATIC int S_div128(pTHX_ SV *pnum, bool *done);
|
| /osnet-11/usr/src/lib/libsldap/common/ |
| H A D | ns_reads.c | 5313 int rc, pnum, i, j, len = 0; local 5340 pnum = i; 5343 dns = (char **)calloc(pnum, sizeof (char *)); 5367 for (i = 0; i < pnum; i++) {
|