Searched refs:ASSIGN (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_probe.c166 ASSIGN(buffer, tag, metatag_index);
167 ASSIGN(buffer, name, probe_name);
169 ASSIGN(buffer, properties, &tnf_struct_properties);
170 ASSIGN(buffer, slot_types, probe_p->slot_types);
173 ASSIGN(buffer, type_size, probe_p->tnf_event_size);
175 ASSIGN(buffer, type_size, probe_p->tnf_event_size);
177 ASSIGN(buffer, slot_names, slot_args);
178 ASSIGN(buffer, string, (slot_end + 1));
H A Dtnf_trace.c163 ASSIGN(buffer, tag, metatag_index);
165 ASSIGN(buffer, lwpid, t->t_tid);
166 ASSIGN(buffer, pid, ttoproc(t)->p_pid);
167 ASSIGN(buffer, time_base, sched->time_base);
168 ASSIGN(buffer, cpuid, sched->cpuid);
209 ASSIGN(bufhdr, tag, tag_index);
211 ASSIGN(bufhdr, self_size, record_size);
250 ASSIGN(bufhdr, tag, tag_index);
252 ASSIGN(bufhdr, self_size, record_size);
H A Dtnf_writer.c462 ASSIGN(buffer, tag, metatag_index);
463 ASSIGN(buffer, name, tag_data->tag_name);
464 ASSIGN(buffer, properties, tag_data->tag_props);
492 ASSIGN(buffer, tag, metatag_index);
493 ASSIGN(buffer, name, tag_data->tag_name);
494 ASSIGN(buffer, properties, tag_data->tag_props);
496 ASSIGN(buffer, type_size, tag_data->tag_size);
498 ASSIGN(buffer, align, tag_data->tag_align);
527 ASSIGN(buffer, tag, metatag_index);
528 ASSIGN(buffe
[all...]
H A Dtnf_types.h84 #define ASSIGN(buf, slot, val) \ macro
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.c179 ASSIGN(buffer, tag, metatag_index);
183 ASSIGN(buffer, lwpid, sched->lwpid);
185 ASSIGN(buffer, pid, sched->pid);
186 ASSIGN(buffer, time_base, sched->time_base);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h121 #define ASSIGN 4 macro
H A Ddisplay.c46 #define displayfcn() (field <= ASSIGN)
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c72 { ASSIGN, "assign", " = "},
H A Dawk.lx.l105 <A>"=" { yylval = ASSIGN; RETURN(ASGNOP); }
H A Dawk.g.y38 %token ASSIGN ADDEQ SUBEQ MULTEQ DIVEQ MODEQ
H A Drun.c674 if (n == ASSIGN) { /* ordinary assignment */
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregexec.c102 #define ASSIGN(d, s) ((d) = (s)) macro
131 #undef ASSIGN macro
154 #define ASSIGN(d, s) (void) memcpy(d, s, m->g->nstates) macro
H A Dengine.c774 ASSIGN(fresh, st);
837 ASSIGN(tmp, st);
838 ASSIGN(st, fresh);
938 ASSIGN(tmp, st);
939 ASSIGN(st, empty);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dstreval.h191 #define ASSIGN 1 macro
/illumos-gate/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 */
/illumos-gate/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);}
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darith.c121 case ASSIGN:
H A Dnvdisc.c154 #define ASSIGN 1 macro
240 int type = (flags&NV_APPEND)?APPEND:ASSIGN;

Completed in 91 milliseconds