Searched refs:mt (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-9.3-release/usr.bin/mt/
H A DMakefile4 PROG= mt
H A Dmt.c38 static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95";
46 * mt --
322 struct tape_desc *mt; local
324 for (mt = tapes;; mt++) {
325 if (mt->t_type == 0) {
330 if (mt->t_type == bp->mt_type)
333 if(mt->t_type == MT_ISAR)
337 mt->t_name, bp->mt_resid);
338 printreg("ds", (unsigned short)bp->mt_dsreg, mt
[all...]
/freebsd-9.3-release/lib/libgeom/
H A Dgeom_xml2tree.c66 struct mystate *mt; local
71 mt = userData;
72 mt->level++;
73 mt->sbuf[mt->level] = sbuf_new_auto();
79 mt->nident++;
84 mt->level + 1, mt->level + 1, "",
87 if (!strcmp(name, "class") && mt->class == NULL) {
88 mt
188 struct mystate *mt; local
319 struct mystate *mt; local
349 struct mystate *mt; local
[all...]
/freebsd-9.3-release/lib/libc/resolv/
H A Dmtctxres.c69 mtctxres_t *mt; local
78 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
83 memset(mt, 0, sizeof (mtctxres_t));
85 if ((ret = pthread_setspecific(key, mt)) != 0) {
86 free(mt);
97 mtctxres_t *mt = (mtctxres_t *)value; local
99 if (mt != 0)
100 free(mt);
107 mtctxres_t *mt; local
133 if (((mt
[all...]
/freebsd-9.3-release/usr.sbin/mtree/test/
H A Dtest00.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
19 mkdir ${TMP}/mt/foo
21 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
22 if [ -d ${TMP}/mt/foo ] ; then
29 mkdir -p ${TMP}/mt/foo
31 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
32 if [ -d ${TMP}/mt/foo ] ; then
39 mkdir -p ${TMP}/mt/foo
41 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
42 if [ -d ${TMP}/mt/fo
[all...]
H A Dtest02.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
19 touch ${TMP}/mt/oldfile
23 mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null
26 y=x`(cd ${TMP}/mt ; ls -l 2>&1) || true`
H A Dtest01.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
22 if mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null 2>&1 ; then
31 y=x`(cd ${TMP}/mt ; ls -l foo 2>&1) || true`
H A Dtest04.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
20 mkdir ${TMP}/mt/a
21 mkdir ${TMP}/mt/b
22 touch ${TMP}/mt/z
25 mtree -c -p ${TMP}/mt > ${TMP}/_t
/freebsd-9.3-release/sbin/ifconfig/
H A Dregdomain.c73 struct mystate *mt; local
77 mt = data;
78 if (++mt->level == MAXLEVEL) {
82 mt->sbuf[mt->level] = sbuf_new_auto();
92 printf("%*.*s[%s = %s]\n", mt->level + 1,
93 mt->level + 1, "", attr[i], attr[i+1]);
95 if (iseq(name, "rd") && mt->rd == NULL) {
96 if (mt->country == NULL) {
97 mt
172 decode_flag(struct mystate *mt, const char *p, int len) argument
230 struct mystate *mt; local
374 struct mystate *mt; local
406 struct mystate *mt; local
[all...]
/freebsd-9.3-release/lib/libiconv_modules/mapper_none/
H A Dcitrus_mapper_none.c68 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
71 if (lenmt < sizeof(*mt))
75 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
76 mt->mt_state_size = 0; /* stateless */
65 _citrus_mapper_none_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir __unused, const void * __restrict var __unused, size_t lenvar __unused, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-9.3-release/contrib/amd/amq/
H A Damq.c85 show_mti(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *twid) argument
90 int mw = strlen(mt->mt_mountinfo);
91 int dw = strlen(mt->mt_directory);
92 int tw = strlen(mt->mt_type);
104 struct tm *tp = localtime((time_t *) ((voidp) &mt->mt_mounttime));
107 *mt->mt_directory ? mt->mt_directory : "/", /* XXX */
109 mt->mt_type,
111 mt->mt_mountinfo,
112 mt
170 show_pwd(amq_mount_tree *mt, char *path, size_t l, int *flag) argument
194 show_mt(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *pwid) argument
543 amq_mount_tree_p mt; local
630 amq_mount_tree *mt = *mtp; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dipa-prop.c73 ipa_methodlist_method_set (ipa_methodlist_p wl, struct cgraph_node *mt) argument
75 wl->method_p = mt;
110 ipa_add_method (ipa_methodlist_p * wl, struct cgraph_node *mt) argument
115 ipa_methodlist_method_set (temp, mt);
139 ipa_method_formal_count (struct cgraph_node *mt) argument
141 return IPA_NODE_REF (mt)->ipa_arg_num;
146 ipa_method_formal_count_set (struct cgraph_node *mt, int i) argument
148 IPA_NODE_REF (mt)->ipa_arg_num = i;
153 ipa_method_is_modified (struct cgraph_node *mt, int i) argument
155 return IPA_NODE_REF (mt)
160 ipa_method_get_tree(struct cgraph_node *mt, int i) argument
167 ipa_method_tree_map_create(struct cgraph_node *mt) argument
175 ipa_method_modify_create(struct cgraph_node *mt) argument
183 ipa_method_modify_set(struct cgraph_node *mt, int i, bool val) argument
190 ipa_method_tree_map(struct cgraph_node *mt, tree ptree) argument
204 ipa_method_compute_tree_map(struct cgraph_node *mt) argument
225 ipa_method_formal_compute_count(struct cgraph_node *mt) argument
244 ipa_method_modify_stmt(struct cgraph_node *mt, tree stmt) argument
270 ipa_method_modify_init(struct cgraph_node *mt) argument
285 ipa_method_compute_modify(struct cgraph_node *mt) argument
437 struct cgraph_node *mt; local
[all...]
H A Dipa-cp.c101 For each method mt, whose parameters are consts, we create a clone/version.
149 ipcp_method_orig_node (struct cgraph_node *mt) argument
151 return IPA_NODE_REF (mt)->ipcp_orig_node;
190 ipcp_method_get_scale (struct cgraph_node *mt) argument
192 return IPA_NODE_REF (mt)->count_scale;
295 ipcp_method_cval (struct cgraph_node *mt, int info_type) argument
297 return &(IPA_NODE_REF (mt)->ipcp_cval[info_type]);
304 ipcp_cval_compute (struct ipcp_formal *cval, struct cgraph_node *mt, argument
323 (mt, info_type->formal_id));
327 (mt, info_typ
352 ipcp_formal_create(struct cgraph_node *mt) argument
360 ipcp_method_cval_set(struct cgraph_node *mt, int i, struct ipcp_formal *cval) argument
369 ipcp_method_cval_set_cvalue_type(struct cgraph_node *mt, int i, enum cvalue_type cval_type1) argument
418 ipcp_method_cval_init(struct cgraph_node *mt) argument
474 ipcp_propagate_const(struct cgraph_node *mt, int param, union parameter_info *cvalue ,enum cvalue_type type) argument
578 struct cgraph_node *mt, *callee; local
627 ipcp_method_dont_insert_const(struct cgraph_node *mt) argument
[all...]
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c103 struct mytree *mt; local
107 mt = userData;
109 mt->ignore = 1;
112 mt->ignore = 0;
113 mt->indent += 2;
124 np->parent = mt->cur;
125 LIST_INSERT_HEAD(&mt->cur->children, np, siblings);
126 mt->cur = np;
132 struct mytree *mt; local
135 mt
154 struct mytree *mt; local
174 struct mytree *mt; local
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dmapc.c355 map_type *mt=NULL, *lastmt; local
361 for (mt = maptypes; mt < lastmt; mt++) {
362 xstrlcat(buf, mt->name, l);
363 if (mt == (lastmt-1))
365 linesize += strlen(mt->name);
385 map_type *mt; local
389 for (mt = maptypes;
390 mt < maptype
588 map_type *mt; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dtime-internal.h89 int evutil_configure_monotonic_time_(struct evutil_monotonic_timer *mt,
91 int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);
/freebsd-9.3-release/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c167 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
174 if (lenmt < sizeof(*mt))
190 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
191 mt->mt_state_size = 0; /* stateless */
164 _citrus_mapper_646_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-9.3-release/lib/libiconv_modules/mapper_serial/
H A Dcitrus_mapper_serial.c162 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
168 if (lenmt < sizeof(*mt))
183 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
184 mt->mt_state_size = 0; /* stateless */
159 _citrus_mapper_serial_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir __unused, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-9.3-release/contrib/nvi/common/
H A Dmsg.c49 msgq(SCR *sp, mtype_t mt, const char *fmt, ...) argument
51 msgq(sp, mt, fmt, va_alist)
53 mtype_t mt;
84 if (mt == M_BERR)
85 mt = M_ERR;
86 else if (mt == M_VINFO)
87 mt = M_INFO;
90 switch (mt) {
96 mt = M_ERR;
101 mt
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_bookmark.c62 matchtype_t mt; local
69 mt = MT_FIRST;
71 mt = MT_EXACT;
74 sizeof (*bmark_phys) / sizeof (uint64_t), bmark_phys, mt,
340 matchtype_t mt; local
343 mt = MT_FIRST;
345 mt = MT_EXACT;
347 return (zap_remove_norm(mos, bmark_zapobj, name, mt, tx));
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_hpet.c153 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; local
155 struct hpet_softc *sc = mt->sc;
158 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]];
206 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; local
208 struct hpet_softc *sc = mt->sc;
210 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt
221 struct hpet_timer *mt; local
[all...]
/freebsd-9.3-release/sys/netipsec/
H A Dipsec6.h69 int skip, int protoff, struct m_tag *mt);
/freebsd-9.3-release/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c337 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
345 if (lenmt < sizeof(*mt)) {
349 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
350 mt->mt_state_size = 0; /* stateless */
334 _citrus_mapper_std_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict curdir, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-9.3-release/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c303 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
309 if (lenmt < sizeof(*mt))
329 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
330 mt->mt_state_size = 0; /* stateless */
300 _citrus_mapper_zone_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir __unused, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_both.c378 * Obtain handshake message of message type 'mt' (any if mt == -1), maximum
382 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
391 if ((mt >= 0) && (s->s3->tmp.message_type != mt)) {
442 if ((mt >= 0) && (*p != mt)) {
447 if ((mt < 0) && (*p == SSL3_MT_CLIENT_HELLO) &&

Completed in 232 milliseconds

12345