/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_writer.c | 462 ASSIGN(buffer, tag, metatag_index); in tnf_abstract_tag_1() 463 ASSIGN(buffer, name, tag_data->tag_name); in tnf_abstract_tag_1() 464 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_abstract_tag_1() 492 ASSIGN(buffer, tag, metatag_index); in tnf_scalar_tag_1() 493 ASSIGN(buffer, name, tag_data->tag_name); in tnf_scalar_tag_1() 494 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_scalar_tag_1() 496 ASSIGN(buffer, type_size, tag_data->tag_size); in tnf_scalar_tag_1() 498 ASSIGN(buffer, align, tag_data->tag_align); in tnf_scalar_tag_1() 527 ASSIGN(buffer, tag, metatag_index); in tnf_derived_tag_1() 528 ASSIGN(buffer, name, tag_data->tag_name); in tnf_derived_tag_1() [all …]
|
H A D | tnf_probe.c | 166 ASSIGN(buffer, tag, metatag_index); in tnf_probe_tag() 167 ASSIGN(buffer, name, probe_name); in tnf_probe_tag() 169 ASSIGN(buffer, properties, &tnf_struct_properties); in tnf_probe_tag() 170 ASSIGN(buffer, slot_types, probe_p->slot_types); in tnf_probe_tag() 173 ASSIGN(buffer, type_size, probe_p->tnf_event_size); in tnf_probe_tag() 175 ASSIGN(buffer, type_size, probe_p->tnf_event_size); in tnf_probe_tag() 177 ASSIGN(buffer, slot_names, slot_args); in tnf_probe_tag() 178 ASSIGN(buffer, string, (slot_end + 1)); in tnf_probe_tag()
|
H A D | tnf_trace.c | 163 ASSIGN(buffer, tag, metatag_index); in tnf_kernel_schedule() 165 ASSIGN(buffer, lwpid, t->t_tid); in tnf_kernel_schedule() 166 ASSIGN(buffer, pid, ttoproc(t)->p_pid); in tnf_kernel_schedule() 167 ASSIGN(buffer, time_base, sched->time_base); in tnf_kernel_schedule() 168 ASSIGN(buffer, cpuid, sched->cpuid); in tnf_kernel_schedule() 209 ASSIGN(bufhdr, tag, tag_index); in tnf_opaque_array_1() 211 ASSIGN(bufhdr, self_size, record_size); in tnf_opaque_array_1() 250 ASSIGN(bufhdr, tag, tag_index); in tnf_opaque32_array_1() 252 ASSIGN(bufhdr, self_size, record_size); in tnf_opaque32_array_1()
|
H A D | tnf_types.h | 84 #define ASSIGN(buf, slot, val) \ macro
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | tnf_trace.c | 179 ASSIGN(buffer, tag, metatag_index); in tnf_schedule_write() 183 ASSIGN(buffer, lwpid, sched->lwpid); in tnf_schedule_write() 185 ASSIGN(buffer, pid, sched->pid); in tnf_schedule_write() 186 ASSIGN(buffer, time_base, sched->time_base); in tnf_schedule_write()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 102 #define ASSIGN(d, s) ((d) = (s)) macro 131 #undef ASSIGN 154 #define ASSIGN(d, s) (void) memcpy(d, s, m->g->nstates) macro
|
H A D | engine.c | 774 ASSIGN(fresh, st); in fast() 837 ASSIGN(tmp, st); in fast() 838 ASSIGN(st, fresh); in fast() 938 ASSIGN(tmp, st); in slow() 939 ASSIGN(st, empty); in slow()
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | constants.h | 121 #define ASSIGN 4 macro
|
H A D | display.c | 46 #define displayfcn() (field <= ASSIGN)
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 202 (*ep->fun)(&ptr,&node,ASSIGN,num+1); in arith_exec() 206 (*ep->fun)(&ptr,&node,ASSIGN,num-1); in arith_exec() 211 num = (*ep->fun)(&ptr,&node,ASSIGN,num); in arith_exec() 216 num = (*ep->fun)(&ptr,&node,ASSIGN,num); in arith_exec() 270 num = (*ep->fun)(&ptr,&node,ASSIGN,num); in arith_exec()
|
H A D | arith.c | 121 case ASSIGN: in arith()
|
H A D | nvdisc.c | 154 #define ASSIGN 1 macro 240 int type = (flags&NV_APPEND)?APPEND:ASSIGN; in assign()
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 72 { ASSIGN, "assign", " = "},
|
H A D | awk.g.y | 38 %token ASSIGN ADDEQ SUBEQ MULTEQ DIVEQ MODEQ
|
H A D | awk.lx.l | 105 <A>"=" { yylval = ASSIGN; RETURN(ASGNOP); }
|
H A D | run.c | 674 if (n == ASSIGN) { /* ordinary assignment */ in assign()
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 151 %right ASSIGN 529 : MAPTYPE ASSIGN map_type_names COLON DECIMAL 537 | MAPTYPE ASSIGN map_type_names 557 : RESULTLEN ASSIGN DECIMAL 701 | ITM_OUT ASSIGN expr SC 2163 | name ASSIGN expr
|
H A D | itm_comp.l | 125 "=" {return (ASSIGN);}
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 191 #define ASSIGN 1 macro
|
/titanic_41/usr/src/cmd/awk/ |
H A D | maketab.c | 81 { ASSIGN, "assign", " = " },
|
H A D | awk.lx.l | 132 <A>"=" { yylval.i = ASSIGN; RET(ASGNOP); }
|
H A D | awk.g.y | 69 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
|
H A D | run.c | 1068 if (n == ASSIGN) { /* ordinary assignment */ in assign()
|