Searched refs:INSERT (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | vold.h | 39 INSERT, enumerator in enum:__anon1328
|
H A D | vold.c | 293 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 D | rmvolmgr.c | 396 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 D | rmm_common.c | 822 case INSERT: 851 case INSERT:
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | lookup.c | 97 * 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 D | defs.h | 91 #define INSERT 1 macro
|
H A D | gram.y | 68 (void) lookup($1, INSERT, $3);
|
/illumos-gate/usr/src/cmd/xargs/ |
H A D | xargs.c | 125 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 D | rmmount.c | 132 action = INSERT;
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 149 #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 D | speedtest.tcl | 135 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 D | privs.awk | 150 /INSERT COMMENT/ {
|
H A D | priv_defs | 25 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 D | fsdb.c | 244 #define INSERT(bp) \ macro 265 INSERT(bp); 303 INSERT(bp);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 181 #define INSERT -35 /* insert mode */ macro 1387 if( tmp == INSERT ) 2442 return(INSERT);
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 215 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 90 milliseconds