/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | deflate.c | 771 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_41/usr/src/cmd/fm/dicts/ |
H A D | Makefile | 65 MOFILES = $(DCNAMES:%=%.mo) 72 ROOTMOFILES = $(DCNAMES:%=$(ROOTLCDIR)/%.mo) 103 %.mo: %.po
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | trace.c | 85 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 D | ndp.c | 1153 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 D | main.c | 253 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_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | deflate.c | 227 z_decompress(arg, mi, inlen, mo, outlenp) in z_decompress() argument 229 u_char *mi, *mo; 258 wptr = mo;
|
/titanic_41/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 132 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_41/usr/src/cmd/sgs/messages/ |
H A D | Makefile.com | 62 TEST_MOFILE= $(TEXT_DOMAIN).mo
|
H A D | Makefile.targ | 61 $(RM) $(MSGDIR)/$(TEXT_DOMAIN).mo
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | driver-crypto-dca.mf | 62 file path=usr/lib/locale/C/LC_MESSAGES/SCA1000.mo mode=0444 63 file path=usr/lib/locale/C/LC_MESSAGES/SCA500.mo mode=0444
|
H A D | service-fault-management.mf | 578 $(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_41/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 24 tdefine nomem % "\o'\(mo\(sl'" % 81 tdefine member % \(mo %
|
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | b.300 | 108 mo 1 -\bC
|
H A D | b.lp | 108 mo 1 -\bC
|
H A D | ab.tn300 | 135 mo 1 -\bC
|
H A D | ab.37 | 135 mo 1 -\bC
|
H A D | ab.8510 | 135 mo 1 -\033[\b\033]C
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 103 mo moldavian 230 mo macau zh
|
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/ |
H A D | S | 186 mo 71 0 206
|
H A D | ZD | 181 mo 93 2 220
|
H A D | DESC | 54 bu di != == ~~ al Ox O+ es ca cu sp ip sb ib mo
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | servconf.c | 1405 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_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 64 #define KDBM_OPEN(db, fl, mo) dbm_open(db, fl, mo) argument
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 1589 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_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 1766 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()
|