Searched refs:nump (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/common/net/dhcp/
H A Doctet.c53 octet_to_hexascii(const void *nump, uint_t nlen, char *bufp, uint_t *blen) argument
60 if (nump == NULL || bufp == NULL || blen == NULL)
67 for (i = 0, bp = bufp, np = (const uchar_t *)nump; i < nlen; i++) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c43 static char *cvtnum(/*char *cp, int *nump*/);
429 * If the match succeeds, store the result in the "int" pointed to by "nump"
434 cvtnum(cp, nump)
436 int *nump;
449 *nump = i;
H A Dsetlocale.c537 getnum(char *p, char *nump) argument
545 *nump = '\177'; /* blank line - no value */
554 *nump = num;
H A Dlocaltime.c140 static const char * getnum P((const char * strp, int * nump, int min,
470 getnum(strp, nump, min, max)
472 int * const nump;
490 *nump = num;
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c565 mc_ereport_dimm_resource(mc_unum_t *unump, nvlist_t *elems[], int *nump, argument
574 elems[(*nump)++] = fm_nvlist_create(NULL);
596 mc_ereport_cs_resource(mc_unum_t *unump, nvlist_t *elems[], int *nump, mc_t *mc) argument
613 *nump = 1;
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c538 int *nump; local
561 DI_PROP_PHYS_SLOT, &nump) > 0) {
562 if (*nump > 0) {
563 (void) snprintf(buf, bufsz, "%s%d", devtype, *nump);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c241 char *nump; local
245 nump = (char *)(zfs_get_name(zhp) + cbp->len);
246 num = atoi(nump);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c546 mblk_t *nump; local
554 for (; ump != NULL; ump = nump) {
562 nump = ump->b_next;
H A Dsctp_input.c2031 mblk_t *ump, *nump, *mp = NULL; local
2110 nump = ump->b_next;
2111 if (nump != NULL)
2112 nump->b_prev = NULL;
2114 sctp->sctp_xmit_tail = nump;
2122 sctp->sctp_xmit_head = ump = nump;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2160 getnum(const char *strp, int *nump, int min, int max) argument
2176 *nump = num;
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c7126 * On input, *nump is the number of datalink IDs that can fit in the supplied
7127 * idarray. Upon return, *nump is either set to the number of datalink IDs
7133 zone_list_datalink(zoneid_t zoneid, int *nump, datalink_id_t *idarray) argument
7140 if (copyin(nump, &dlcount, sizeof (dlcount)) != 0)
7167 if (copyout(&num, nump, sizeof (num)) != 0)
H A Dsunddi.c8940 uint_t *nump)
8962 *nump = num;
8937 ddi_parse( const char *ifname, char *alnum, uint_t *nump) argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c7276 int *nump; local
7282 nump = (int *)mp->b_cont->b_cont->b_rptr;
7284 *nump = ip_get_numifs(connp->conn_zoneid,
7286 ip1dbg(("ip_sioctl_get_ifnum numifs %d", *nump));

Completed in 188 milliseconds