Home
last modified time | relevance | path

Searched refs:mo (Results 1 – 25 of 38) sorted by relevance

12

/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c771 mblk_t *mo; in z_decompress() local
860 mo = allocb(DECOMP_CHUNK + state->hdrlen, BPRI_MED); in z_decompress()
861 if (mo == NULL) { in z_decompress()
866 mo_head = mo; in z_decompress()
867 mo->b_cont = NULL; in z_decompress()
868 mo->b_rptr += state->hdrlen; in z_decompress()
869 mo->b_wptr = wptr = mo->b_rptr; in z_decompress()
955 mo->b_wptr += ospace; in z_decompress()
958 mo->b_cont = allocb(DECOMP_CHUNK, BPRI_MED); in z_decompress()
960 mo = mo->b_cont; in z_decompress()
[all …]
/titanic_44/usr/src/cmd/fm/dicts/
H A DMakefile65 MOFILES = $(DCNAMES:%=%.mo)
72 ROOTMOFILES = $(DCNAMES:%=$(ROOTLCDIR)/%.mo)
103 %.mo: %.po
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c85 struct nd_opt_mtu *mo; in print_opt() local
122 mo = (struct nd_opt_mtu *)opt; in print_opt()
123 if (optlen != sizeof (*mo) || in print_opt()
127 ntohl(mo->nd_opt_mtu_mtu)); in print_opt()
H A Dndp.c1153 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt; in incoming_mtu_opt() local
1157 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) { in incoming_mtu_opt()
1165 8 * (int)mo->nd_opt_mtu_len); in incoming_mtu_opt()
1168 mtu = ntohl(mo->nd_opt_mtu_mtu); in incoming_mtu_opt()
1466 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt; in verify_mtu_opt() local
1469 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) { in verify_mtu_opt()
1473 8 * (int)mo->nd_opt_mtu_len); in verify_mtu_opt()
1476 mtu = ntohl(mo->nd_opt_mtu_mtu); in verify_mtu_opt()
H A Dmain.c253 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)pptr; in advertise() local
255 mo->nd_opt_mtu_type = ND_OPT_MTU; in advertise()
256 mo->nd_opt_mtu_len = sizeof (struct nd_opt_mtu) / 8; in advertise()
257 mo->nd_opt_mtu_reserved = 0; in advertise()
258 mo->nd_opt_mtu_mtu = htonl(pi->pi_AdvLinkMTU); in advertise()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c227 z_decompress(arg, mi, inlen, mo, outlenp) in z_decompress() argument
229 u_char *mi, *mo;
258 wptr = mo;
/titanic_44/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
/titanic_44/usr/src/cmd/sgs/messages/
H A DMakefile.com62 TEST_MOFILE= $(TEXT_DOMAIN).mo
H A DMakefile.targ61 $(RM) $(MSGDIR)/$(TEXT_DOMAIN).mo
/titanic_44/usr/src/pkg/manifests/
H A Ddriver-crypto-dca.mf61 file path=usr/lib/locale/C/LC_MESSAGES/SCA1000.mo mode=0444
62 file path=usr/lib/locale/C/LC_MESSAGES/SCA500.mo mode=0444
H A Dservice-fault-management.mf578 $(i386_ONLY)file path=usr/lib/locale/C/LC_MESSAGES/AMD.mo mode=0444 \
580 file path=usr/lib/locale/C/LC_MESSAGES/DISK.mo mode=0444 \
582 file path=usr/lib/locale/C/LC_MESSAGES/FMD.mo mode=0444 \
584 file path=usr/lib/locale/C/LC_MESSAGES/FMNOTIFY.mo mode=0444 \
586 $(i386_ONLY)file path=usr/lib/locale/C/LC_MESSAGES/GMCA.mo mode=0444 \
588 $(i386_ONLY)file path=usr/lib/locale/C/LC_MESSAGES/INTEL.mo mode=0444 \
590 file path=usr/lib/locale/C/LC_MESSAGES/NXGE.mo mode=0444 \
592 file path=usr/lib/locale/C/LC_MESSAGES/PCI.mo mode=0444 \
594 file path=usr/lib/locale/C/LC_MESSAGES/PCIEX.mo mode=0444 \
596 $(sparc_ONLY)file path=usr/lib/locale/C/LC_MESSAGES/SCF.mo mode=0444 \
[all …]
/titanic_44/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar24 tdefine nomem % "\o'\(mo\(sl'" %
81 tdefine member % \(mo %
/titanic_44/usr/src/cmd/troff/nroff.d/terms.d/
H A Db.300108 mo 1 -\bC
H A Db.lp108 mo 1 -\bC
H A Dab.37135 mo 1 -\bC
H A Dab.tn300135 mo 1 -\bC
H A Dab.8510135 mo 1 -\033[\b\033]C
/titanic_44/usr/src/lib/libast/common/port/
H A Dlc.tab103 mo moldavian
230 mo macau zh
/titanic_44/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DS186 mo 71 0 206
H A DZD181 mo 93 2 220
H A DDESC54 bu di != == ~~ al Ox O+ es ca cu sp ip sb ib mo
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c1405 ServerOptions mo; in parse_server_match_config() local
1407 initialize_server_options(&mo); in parse_server_match_config()
1408 parse_server_config(&mo, "reprocess config", &cfg, user, host, address); in parse_server_match_config()
1409 copy_set_server_options(options, &mo, 0); in parse_server_match_config()
/titanic_44/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) argument
/titanic_44/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);
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1766 char mo[MAXPATHLEN]; in pswitch() member
1825 (void) strlcpy(ip->mo, mapout, sizeof (ip->mo)); in pswitch()
1826 (void) strlcpy(mapout, op->mo, sizeof (mapout)); in pswitch()

12