Home
last modified time | relevance | path

Searched refs:mval (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c57 uint32_t mval; in interpret_rip() local
238 mval = ntohl(nip->n_mask); in interpret_rip()
240 if (mval == INADDR_ANY) { in interpret_rip()
242 } else if ((mval + (mval & -mval)) == in interpret_rip()
246 "/%d", 33 - ffs(mval)); in interpret_rip()
255 mval = ntohl(nip->n_metric); in interpret_rip()
263 mval, in interpret_rip()
264 (mval == HOPCNT_INFINITY ? in interpret_rip()
/titanic_50/usr/src/lib/libnsl/key/
H A Dpublickey.c231 char *mval; in getkeys_files() local
258 mval = strtok_r(NULL, " \t#\n", &lasts); in getkeys_files()
259 if (mval == NULL) { in getkeys_files()
267 p = strchr(mval, ':'); in getkeys_files()
277 int len = strlen(mval); in getkeys_files()
285 (void) strcpy(pkey, mval); in getkeys_files()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dcap.c119 Xword mval; in hwcap1_check() local
125 ((mval = (val & ~scapset->sc_hw_1)) != 0)) { in hwcap1_check()
130 rej->rej_str = conv_cap_val_hw1(mval, in hwcap1_check()
144 Xword mval; in hwcap2_check() local
149 if ((mval = (val & ~scapset->sc_hw_2)) != 0) { in hwcap2_check()
154 rej->rej_str = conv_cap_val_hw2(mval, in hwcap2_check()
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c803 unsigned int mval = 0, cmval = 0; in precsize_aton() local
812 mval = mval * 10 + (*cp++ - '0'); in precsize_aton()
823 cmval = (mval * 100) + cmval; in precsize_aton()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1390 char *mval = macvalue(rp[1], e); local
1400 mval == NULL ? "(NULL)" : mval);
1401 if (mval == NULL || *mval == '\0')
1421 xpvp = prescan(mval, '\0', pvpbuf,
/titanic_50/usr/src/uts/common/io/
H A Dfdc.c2077 int mval; in fdmotort() local
2081 mval = fdc_motorsm(fjp, FMI_TIMER, 0); in fdmotort()
2083 if (mval < 0) in fdmotort()