Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c55 uint32_t mval; in interpret_rip() local
236 mval = ntohl(nip->n_mask); in interpret_rip()
238 if (mval == INADDR_ANY) { in interpret_rip()
240 } else if ((mval + (mval & -mval)) == in interpret_rip()
244 "/%d", 33 - ffs(mval)); in interpret_rip()
253 mval = ntohl(nip->n_metric); in interpret_rip()
261 mval, in interpret_rip()
262 (mval == HOPCNT_INFINITY ? in interpret_rip()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c130 Xword mval; in hwcap1_check() local
136 ((mval = (val & ~scapset->sc_hw_1)) != 0)) { in hwcap1_check()
141 rej->rej_str = conv_cap_val_hw1(mval, in hwcap1_check()
155 Xword mval; in hwcap2_check() local
160 if ((mval = (val & ~scapset->sc_hw_2)) != 0) { in hwcap2_check()
165 rej->rej_str = conv_cap_val_hw2(mval, in hwcap2_check()
179 Xword mval; in hwcap3_check() local
184 if ((mval = (val & ~scapset->sc_hw_3)) != 0) { in hwcap3_check()
189 rej->rej_str = conv_cap_val_hw3(mval, in hwcap3_check()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c798 unsigned int mval = 0, cmval = 0; in precsize_aton() local
807 mval = mval * 10 + (*cp++ - '0'); in precsize_aton()
818 cmval = (mval * 100) + cmval; in precsize_aton()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1388 char *mval = macvalue(rp[1], e); local
1398 mval == NULL ? "(NULL)" : mval);
1399 if (mval == NULL || *mval == '\0')
1419 xpvp = prescan(mval, '\0', pvpbuf,
/illumos-gate/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()