Home
last modified time | relevance | path

Searched refs:ASSIGN (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_writer.c462 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 Dtnf_probe.c166 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 Dtnf_trace.c163 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 Dtnf_types.h84 #define ASSIGN(buf, slot, val) \ macro
/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_trace.c179 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 Dregexec.c102 #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 Dengine.c774 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 Dconstants.h121 #define ASSIGN 4 macro
H A Ddisplay.c46 #define displayfcn() (field <= ASSIGN)
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dstreval.c202 (*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 Darith.c121 case ASSIGN: in arith()
H A Dnvdisc.c154 #define ASSIGN 1 macro
240 int type = (flags&NV_APPEND)?APPEND:ASSIGN; in assign()
/titanic_41/usr/src/cmd/oawk/
H A Dmakeprctab.c72 { ASSIGN, "assign", " = "},
H A Dawk.g.y38 %token ASSIGN ADDEQ SUBEQ MULTEQ DIVEQ MODEQ
H A Dawk.lx.l105 <A>"=" { yylval = ASSIGN; RETURN(ASGNOP); }
H A Drun.c674 if (n == ASSIGN) { /* ordinary assignment */ in assign()
/titanic_41/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y151 %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 Ditm_comp.l125 "=" {return (ASSIGN);}
/titanic_41/usr/src/lib/libshell/common/include/
H A Dstreval.h191 #define ASSIGN 1 macro
/titanic_41/usr/src/cmd/awk/
H A Dmaketab.c81 { ASSIGN, "assign", " = " },
H A Dawk.lx.l132 <A>"=" { yylval.i = ASSIGN; RET(ASGNOP); }
H A Dawk.g.y69 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
H A Drun.c1068 if (n == ASSIGN) { /* ordinary assignment */ in assign()