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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h103 u_int32_t new_type; member in struct:_ham_newpgno_args
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c946 new_type, pagelsn, metalsn)
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);
[all...]
H A Dhash_rec.c552 PGNO_INVALID, 0, argp->new_type);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c523 check_type_name(char *name, int new_type) argument
537 if (new_type) {
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl713 my $new_type = $fields[8];
716 if ($new_type eq 'UNDEF') {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3310 int new_type, new_start, new_len;
3357 if (! safe_parse_maxint (&arg, &new_type))
3361 if (new_type > 0xFF)
3389 PC_SLICE_TYPE (mbr, entry) = new_type;
3423 int new_type;
3450 if (! safe_parse_maxint (&arg, &new_type))
3454 if (new_type > 0xFF)
3477 PC_SLICE_TYPE (mbr, entry) = new_type;
3272 int new_type, new_start, new_len; local
3384 int new_type; local

Completed in 996 milliseconds