Searched refs:new_type (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/dls/ |
H A D | dls.c | 255 uint32_t new_type = new_flags & ~option_flags; in dls_promisc() local 267 if (new_type == DLS_PROMISC_MULTI) in dls_promisc() 277 if (new_type == DLS_PROMISC_SAP) in dls_promisc() 287 if (old_type == 0 && new_type == 0) { in dls_promisc() 293 } else if (old_type == 0 && new_type != 0) { in dls_promisc() 307 } else if (old_type != 0 && new_type == 0) { in dls_promisc()
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_auto.c | 946 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 D | hash_rec.c | 552 PGNO_INVALID, 0, argp->new_type);
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | hash_auto.h | 101 u_int32_t new_type; member
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | check_rtime.pl | 746 my $new_type = $fields[8]; 749 if ($new_type eq 'UNDEF') {
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 3275 int new_type, new_start, new_len; in partnew_func() local 3322 if (! safe_parse_maxint (&arg, &new_type)) in partnew_func() 3326 if (new_type > 0xFF) in partnew_func() 3354 PC_SLICE_TYPE (mbr, entry) = new_type; in partnew_func() 3387 int new_type; in parttype_func() local 3414 if (! safe_parse_maxint (&arg, &new_type)) in parttype_func() 3418 if (new_type > 0xFF) in parttype_func() 3441 PC_SLICE_TYPE (mbr, entry) = new_type; in parttype_func()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | show-parse.c | 979 struct symbol *old_type, *new_type; in show_cast_expr() local 985 new_type = expr->cast_type; in show_cast_expr() 988 newbits = new_type->bit_size; in show_cast_expr()
|
H A D | compile-i386.c | 1651 struct symbol *old_type, *new_type; in emit_cast_expr() local 1657 new_type = expr->cast_type; in emit_cast_expr() 1660 newbits = new_type->bit_size; in emit_cast_expr() 1667 emit_move(REG_EAX, new, new_type, ".... end cast"); in emit_cast_expr()
|
H A D | smatch_extra.c | 103 struct symbol *type, *tmp, *inner_type, *inner, *new_type; in set_union_info() local 160 new_type = get_real_base_type(inner); in set_union_info() 161 new = alloc_estate_rl(cast_rl(new_type, estate_rl(state))); in set_union_info()
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_parse.c | 523 check_type_name(char *name, int new_type) in check_type_name() argument 537 if (new_type) { in check_type_name()
|