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

/illumos-gate/usr/src/cmd/fm/dicts/
H A DMakefile65 MOFILES = $(DCNAMES:%=%.mo)
72 ROOTMOFILES = $(DCNAMES:%=$(ROOTLCDIR)/%.mo)
103 %.mo: %.po
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c85 struct nd_opt_mtu *mo; local
122 mo = (struct nd_opt_mtu *)opt;
123 if (optlen != sizeof (*mo) ||
127 ntohl(mo->nd_opt_mtu_mtu));
H A Dndp.c1153 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt; local
1157 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) {
1165 8 * (int)mo->nd_opt_mtu_len);
1168 mtu = ntohl(mo->nd_opt_mtu_mtu);
1466 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt; local
1469 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) {
1473 8 * (int)mo->nd_opt_mtu_len);
1476 mtu = ntohl(mo
[all...]
H A Dmain.c253 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)pptr; local
255 mo->nd_opt_mtu_type = ND_OPT_MTU;
256 mo->nd_opt_mtu_len = sizeof (struct nd_opt_mtu) / 8;
257 mo->nd_opt_mtu_reserved = 0;
258 mo->nd_opt_mtu_mtu = htonl(pi->pi_AdvLinkMTU);
/illumos-gate/usr/src/cmd/sgs/messages/
H A DMakefile.com60 TEST_MOFILE= $(TEXT_DOMAIN).mo
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c771 mblk_t *mo; local
860 mo = allocb(DECOMP_CHUNK + state->hdrlen, BPRI_MED);
861 if (mo == NULL) {
866 mo_head = mo;
867 mo->b_cont = NULL;
868 mo->b_rptr += state->hdrlen;
869 mo->b_wptr = wptr = mo->b_rptr;
955 mo->b_wptr += ospace;
958 mo
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c227 z_decompress(arg, mi, inlen, mo, outlenp)
229 u_char *mi, *mo;
258 wptr = mo;
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py132 mo = m & stat.S_IRWXO
135 if (((mu & 02) == 0 and (mo & mg & 04) == 04) or
136 (t == "file" and mo & 01 == 1) or
137 (mg, mo) == (mu, mu) or
139 (mg & 05 == mo & 05)) or
/illumos-gate/usr/src/cmd/localedef/
H A DMakefile249 TRANSMOS = $(TRANSLOCS:%=$(TRANSDIR)/%.mo)
251 OSTMOFILE = LC_MESSAGES/SUNW_OST_OSLIB.mo
390 %.mo: %.po
393 $(ROOTLIB)/locale/%/$(OSTMOFILE): $(TRANSDIR)/%.mo
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c64 #define KDBM_OPEN(db, fl, mo) dbm_open(db, fl, mo)
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh236 *.mo) cp $file $simroot/usr/lib/locale/$LANG/LC_MESSAGES ;;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1766 char mo[MAXPATHLEN]; member in struct:comvars
1825 (void) strlcpy(ip->mo, mapout, sizeof (ip->mo));
1826 (void) strlcpy(mapout, op->mo, sizeof (mapout));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1589 struct milteropt *mo; local
1602 for (mo = MilterOptTab; mo->mo_name != NULL; mo++)
1604 if (sm_strcasecmp(mo->mo_name, name) == 0)
1608 if (mo->mo_name == NULL)
1618 if (!sticky && bitnset(mo->mo_code, StickyMilterOpt))
1628 switch (mo->mo_code)
1702 setbitn(mo->mo_code, StickyMilterOpt);

Completed in 268 milliseconds