Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c946 new_type, pagelsn, metalsn) in __ham_newpgno_log() argument
957 u_int32_t new_type;
981 + sizeof(new_type)
1006 memcpy(bp, &new_type, sizeof(new_type));
1007 bp += sizeof(new_type);
1067 printf("\tnew_type: %lu\n", (u_long)argp->new_type);
1113 memcpy(&argp->new_type, bp, sizeof(argp->new_type));
1114 bp += sizeof(argp->new_type);
H A Dhash_rec.c552 PGNO_INVALID, 0, argp->new_type);
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h103 u_int32_t new_type; member
/titanic_41/usr/src/tools/scripts/
H A Dcheck_rtime.pl713 my $new_type = $fields[8];
716 if ($new_type eq 'UNDEF') {
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3268 int new_type, new_start, new_len; in partnew_func() local
3315 if (! safe_parse_maxint (&arg, &new_type)) in partnew_func()
3319 if (new_type > 0xFF) in partnew_func()
3347 PC_SLICE_TYPE (mbr, entry) = new_type; in partnew_func()
3380 int new_type; in parttype_func() local
3407 if (! safe_parse_maxint (&arg, &new_type)) in parttype_func()
3411 if (new_type > 0xFF) in parttype_func()
3434 PC_SLICE_TYPE (mbr, entry) = new_type; in parttype_func()
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.c523 check_type_name(char *name, int new_type) in check_type_name() argument
537 if (new_type) { in check_type_name()