HomeSort by: relevance | last modified time | path
    Searched defs:mt (Results 1 - 25 of 112) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/fstat/
tmpfs.c 51 struct mount mt; local
58 if (!KVM_READ(vp->v_mount, &mt, sizeof(mt))) {
64 fsp->fsid = mt.mnt_stat.f_fsidx.__fsid_val[0];
zfs.c 51 struct mount mt; local
57 if (!KVM_READ(vp->v_mount, &mt, sizeof(mt))) {
69 fsp->fsid = mt.mnt_stat.f_fsidx.__fsid_val[0];
ptyfs.c 62 struct mount mt; local
69 if (!KVM_READ(vp->v_mount, &mt, sizeof(mt))) {
74 fsp->fsid = mt.mnt_stat.f_fsidx.__fsid_val[0];
  /src/external/public-domain/xz/dist/tests/ossfuzz/
fuzz_decode_stream_mt.c 24 lzma_mt mt = { local
32 lzma_ret ret = lzma_stream_decoder_mt(&strm, &mt);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
pretty-print-call-by-hand.c 39 g (struct mytype mt, int depth)
43 g (mt, depth - 1); /* TAG: first frame */
49 struct mytype mt; local
50 mt.x = "hello world";
51 g (mt, 10); /* TAG: outside the frame */
  /src/external/lgpl3/gmp/dist/rand/
randmt.h 40 /* State structure for MT. */
43 gmp_uint_least32_t mt[N]; /* State array. */ member in struct:__anon23314
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
pretty-print-call-by-hand.c 39 g (struct mytype mt, int depth)
43 g (mt, depth - 1); /* TAG: first frame */
49 struct mytype mt; local
50 mt.x = "hello world";
51 g (mt, 10); /* TAG: outside the frame */
  /src/lib/libc/resolv/
mtctxres.c 45 * To support binaries that used the private MT-safe interface in
63 mtctxres_t *mt; local
72 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
77 memset(mt, 0, sizeof (mtctxres_t));
79 if ((ret = pthread_setspecific(key, mt)) != 0) {
80 free(mt);
91 mtctxres_t *mt = (mtctxres_t *)value; local
93 if (mt != 0)
94 free(mt);
101 mtctxres_t *mt; local
    [all...]
  /src/sys/compat/linux/common/
linux_mtio.c 83 struct mtop mt; local
104 mt.mt_op = mtop_map[i].op;
105 mt.mt_count = lmtop.mt_count;
106 error = ioctlf(fp, MTIOCTOP, &mt);
  /src/sys/fs/v7fs/
v7fs_inode_util.c 82 time_t mt = p->mtime; local
84 printf(" atime %s mtime %s ctime %s", ctime(&at), ctime(&mt),
  /src/external/bsd/libbind/dist/resolv/
mtctxres.c 46 * To support binaries that used the private MT-safe interface in
64 mtctxres_t *mt; local
73 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
78 memset(mt, 0, sizeof (mtctxres_t));
80 if ((ret = pthread_setspecific(key, mt)) != 0) {
81 free(mt);
92 mtctxres_t *mt = (mtctxres_t *)value; local
94 if (mt != 0)
95 free(mt);
102 mtctxres_t *mt; local
    [all...]
  /src/external/bsd/libfido2/dist/fuzz/
prng.c 37 http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
57 static unsigned long mt[N]; /* the array for the state vector */ variable
58 static int mti=N+1; /* mti==N+1 means mt[N] is not initialized */
60 /* initializes mt[N] with a seed */
63 mt[0]= s & 0xffffffffUL;
65 mt[mti] =
66 (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) +
70 /* only MSBs of the array mt[]. */
72 mt[mti] &= 0xffffffffUL
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
candidates.c 62 asyncmeta_subtree_match( a_metatarget_t *mt, struct berval *ndn, int scope )
64 a_metasubtree_t *ms = mt->mt_subtree;
66 for ( ms = mt->mt_subtree; ms; ms = ms->ms_next ) {
101 a_metatarget_t *mt,
106 int d = ndn->bv_len - mt->mt_nsuffix.bv_len;
109 if ( !dnIsSuffix( ndn, &mt->mt_nsuffix ) ) {
124 if ( mt->mt_subtree ) {
125 int match = ( asyncmeta_subtree_match( mt, ndn, scope ) != NULL );
127 if ( !mt->mt_subtree_exclude ) {
131 if ( match /* && mt->mt_subtree_exclude */ )
208 a_metatarget_t *mt = mi->mi_targets[ i ]; local
    [all...]
add.c 79 a_metatarget_t *mt = mi->mi_targets[ candidate ]; local
90 dc.target = mt;
158 struct timeval tv = {0, mt->mt_network_timeout*1000};
247 a_metatarget_t *mt; local
285 mt = mi->mi_targets[ candidate ];
286 bc->timeout = mt->mt_timeout[ SLAP_OP_ADD ];
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
candidates.c 61 meta_subtree_match( metatarget_t *mt, struct berval *ndn, int scope )
63 metasubtree_t *ms = mt->mt_subtree;
65 for ( ms = mt->mt_subtree; ms; ms = ms->ms_next ) {
100 metatarget_t *mt,
105 int d = ndn->bv_len - mt->mt_nsuffix.bv_len;
108 if ( !dnIsSuffix( ndn, &mt->mt_nsuffix ) ) {
123 if ( mt->mt_subtree ) {
124 int match = ( meta_subtree_match( mt, ndn, scope ) != NULL );
126 if ( !mt->mt_subtree_exclude ) {
130 if ( match /* && mt->mt_subtree_exclude */ )
207 metatarget_t *mt = mi->mi_targets[ i ]; local
    [all...]
compare.c 43 metatarget_t *mt; local
68 mt = mi->mi_targets[ candidate ];
69 dc.target = mt;
87 ldap_back_map( &mt->mt_rwmap.rwm_oc,
99 ldap_back_map( &mt->mt_rwmap.rwm_at,
135 mt->mt_timeout[ SLAP_OP_COMPARE ], ( LDAP_BACK_SENDRESULT | retrying ) );
delete.c 43 metatarget_t *mt; local
65 mt = mi->mi_targets[ candidate ];
66 dc.target = mt;
87 mt->mt_timeout[ SLAP_OP_DELETE ], ( LDAP_BACK_SENDRESULT | retrying ) );
modrdn.c 43 metatarget_t *mt; local
64 mt = mi->mi_targets[ candidate ];
65 dc.target = mt;
91 switch ( mt->mt_version ) {
150 mt->mt_timeout[ SLAP_OP_MODRDN ], ( LDAP_BACK_SENDRESULT | retrying ) );
add.c 44 metatarget_t *mt; local
74 mt = mi->mi_targets[ candidate ];
75 dc.target = mt;
108 ldap_back_map( &mt->mt_rwmap.rwm_at,
133 ldap_back_mapping( &mt->mt_rwmap.rwm_oc,
137 if ( mt->mt_rwmap.rwm_oc.drop_missing ) {
188 mt->mt_timeout[ SLAP_OP_ADD ], ( LDAP_BACK_SENDRESULT | retrying ) );
  /src/external/public-domain/xz/dist/doc/examples/
04_compress_easy_mt.c 29 lzma_mt mt = { local
56 mt.threads = lzma_cputhreads();
65 if (mt.threads == 0)
66 mt.threads = 1;
78 if (mt.threads > threads_max)
79 mt.threads = threads_max;
82 lzma_ret ret = lzma_stream_encoder_mt(strm, &mt);
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Message.pm 153 my $mt;
233 $message = create_message($server, $mt,
268 ($mt, $lenhi, $lenlo, $msgseq, $msgfraghi, $msgfraglo, $msgfragoffshi, $msgfragoffslo) =
273 ($mt, $lenhi, $lenlo) =
277 print " Message type: $message_type{$mt}($mt)\n";
291 $message = create_message($server, $mt, $msgseq,
342 my ($server, $mt, $msgseq, $msgfrag, $msgfragoffs, $data, $startoffset, $isdtls) = @_;
345 if ($mt == MT_CLIENT_HELLO) {
358 } elsif ($mt == MT_SERVER_HELLO)
691 sub mt subroutine
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Message.pm 139 my $mt;
214 $message = create_message($server, $mt, $payload,
237 ($mt, $lenhi, $lenlo) = unpack('CnC',
241 print " Message type: $message_type{$mt}\n";
255 $message = create_message($server, $mt, $payload,
305 my ($server, $mt, $data, $startoffset) = @_;
310 if ($mt == MT_CLIENT_HELLO) {
319 } elsif ($mt == MT_SERVER_HELLO) {
328 } elsif ($mt == MT_ENCRYPTED_EXTENSIONS) {
337 } elsif ($mt == MT_CERTIFICATE)
577 sub mt subroutine
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Message.pm 139 my $mt;
214 $message = create_message($server, $mt, $payload,
237 ($mt, $lenhi, $lenlo) = unpack('CnC',
241 print " Message type: $message_type{$mt}\n";
255 $message = create_message($server, $mt, $payload,
305 my ($server, $mt, $data, $startoffset) = @_;
310 if ($mt == MT_CLIENT_HELLO) {
319 } elsif ($mt == MT_SERVER_HELLO) {
328 } elsif ($mt == MT_ENCRYPTED_EXTENSIONS) {
337 } elsif ($mt == MT_CERTIFICATE)
568 sub mt subroutine
    [all...]
  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_isc3.c 142 static mntent_t mt; local
144 xstrlcpy(mt.mt_dev, mnt->mnt_fsname, 32);
145 xstrlcpy(mt.mt_filsys, mnt->mnt_dir, 32);
147 mt.mt_ro_flg = mnt->mnt_ro;
148 mt.mt_time = mnt->mnt_time;
150 xstrlcpy(mt.mt_fstyp, mnt->mnt_type, 16);
151 xstrlcpy(mt.mt_mntopts, mnt->mnt_opts, 64);
153 return &mt;
mtab_svr4.c 163 static mntent_t mt; local
168 mt.mnt_fsname = mnt->mnt_fsname;
169 mt.mnt_dir = mnt->mnt_dir;
170 mt.mnt_type = mnt->mnt_type;
171 mt.mnt_opts = mnt->mnt_opts;
184 mt.mnt_time = timestr;
186 return &mt;

Completed in 71 milliseconds

1 2 3 4 5