Searched refs:INSERT (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.h39 INSERT, enumerator in enum:__anon1328
H A Dvold.c293 action = INSERT;
359 if ((aap->aa_action == INSERT) || (aap->aa_action == REMOUNT)) {
459 if ((aap->aa_action == INSERT) || (aap->aa_action == REMOUNT)) {
565 } else if (action = INSERT) {
569 notify_act = INSERT;
H A Drmvolmgr.c396 if (rmm_action(hal_ctx, udi, INSERT, &v->aa, 0, 0, 0)) {
478 v->aa.aa_action = INSERT;
558 if (rmm_action(hal_ctx, udis[i], INSERT, &v->aa, 0, 0, 0)) {
H A Drmm_common.c822 case INSERT:
851 case INSERT:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c97 * INSERT - insert name with value, error if already defined.
124 if (action != INSERT || s->s_type != CONST) {
145 s->s_type = action == INSERT ? VAR : CONST;
H A Ddefs.h91 #define INSERT 1 macro
H A Dgram.y68 (void) lookup($1, INSERT, $3);
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c125 static int INSERT = FALSE; variable
217 INSERT = PER_LINE = LEGAL = EAT_LEAD = TRUE;
239 INSERT = PER_LINE = LEGAL = EAT_LEAD = TRUE;
264 INSERT = EAT_LEAD = FALSE;
282 INSERT = EAT_LEAD = FALSE;
300 INSERT = PER_LINE = LINE_CONT = FALSE;
362 if (INSERT && ! ERR) {
448 if (!ERR && INSERT) {
/illumos-gate/usr/src/cmd/rmmount/
H A Drmmount.c132 action = INSERT;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c149 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
299 INSERT(OCH_, conc); /* offset is wrong */
432 INSERT(OPLUS_, pos);
434 INSERT(OQUEST_, pos);
438 INSERT(OPLUS_, pos);
443 INSERT(OCH_, pos); /* offset slightly wrong */
624 INSERT(OPLUS_, pos);
626 INSERT(OQUEST_, pos);
1010 INSERT(OCH_, start); /* offset is wrong... */
1023 INSERT(OCH
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl135 puts $fd "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');"
147 puts $fd "INSERT INTO t2 VALUES($i,$r,'[number_name $r]');"
232 puts $fd "INSERT INTO t1 SELECT * FROM t2;"
233 puts $fd "INSERT INTO t2 SELECT * FROM t1;"
255 puts $fd {INSERT INTO t2 SELECT * FROM t1;}
257 runtest {A big INSERT after a big DELETE}
266 puts $fd "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');"
/illumos-gate/usr/src/uts/common/os/
H A Dprivs.awk150 /INSERT COMMENT/ {
H A Dpriv_defs25 INSERT COMMENT
434 Allows a process to INSERT/REMOVE STREAMs modules on locations other
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c244 #define INSERT(bp) \ macro
265 INSERT(bp);
303 INSERT(bp);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c181 #define INSERT -35 /* insert mode */ macro
1387 if( tmp == INSERT )
2442 return(INSERT);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y215 refarg(A) ::= ON INSERT refact(X). { A.value = X<<16; A.mask = 0xff0000; }
503 ////////////////////////// The INSERT command /////////////////////////////////
512 insert_cmd(A) ::= INSERT orconf(R). {A = R;}
817 trigger_event(A) ::= INSERT. { A.a = TK_INSERT; A.b = 0; }
844 // INSERT

Completed in 107 milliseconds