HomeSort by relevance Sort by last modified time
    Searched defs:push (Results 1 - 14 of 14) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/
l_strplumb.c 224 struct strapush push; local
251 push.sap_major = *maj;
252 push.sap_minor = *min;
254 error = ldi_ioctl(lh, SAD_GAP, (intptr_t)&push,
262 switch (push.sap_cmd) {
264 *maj = push.sap_major;
265 *min = push.sap_minor;
270 *maj = push.sap_major;
271 *min = push.sap_minor;
272 *lastmin = push.sap_lastminor
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sh/
io.c 74 push(struct fileblk *af) function
  /onnv/onnv-gate/usr/src/cmd/streams/strcmd/
strchg.c 77 #define NMODULES 16 /* "reasonable" # of modules to push */
78 /* (can push more if you like) */
79 #define MAXMODULES 2048 /* max # of modules to push */
123 short push; /* TRUE if -h mod1[,mod2 ...] */ local
135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE;
173 if (fromfile || popupto || push)
180 if (pop || push)
188 case 'h': /* pusH */
192 push = TRUE;
198 if (fromfile || push)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
tparm.c 63 * %l pop() a string address and push its length.
69 * %p[1-0] push ith parm
73 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop())
74 * %& %| %^ bit operations: push(pop() op pop())
75 * %= %> %< logical operations: push(pop() op pop())
76 * %A %O logical AND, OR push(pop() op pop())
77 * %! %~ unary operations push(op pop())
119 push(STACK *st, long i) function
291 push(&stk, 0);
483 push(&stk, strlen(xp))
    [all...]
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_set_tkr.c 387 int push = 0; local
422 push = 1;
449 push = 1;
455 * write out (push) any changes we have to the mb
457 if (push) {
  /onnv/onnv-gate/usr/src/cmd/autopush/
autopush.c 252 struct strapush push; /* configuration information */ local
272 (void) memset(&push, 0, sizeof (struct strapush));
274 parsecode = parse_line(buf, line, namep, &push);
280 if (push.sap_minor == (minor_t)-1)
281 push.sap_cmd = SAP_ALL;
282 else if (push.sap_lastminor == 0)
283 push.sap_cmd = SAP_ONE;
285 push.sap_cmd = SAP_RANGE;
287 if (ioctl(sadfd, SAD_SAP, &push) < 0) {
347 struct strapush push; /* configuration information * local
411 struct strapush push; \/* configuration information *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/tcp/
tcp_fusion.c 286 * Cancel any pending push timers.
447 boolean_t push = B_TRUE; local
579 flags, &error, &push) < 0) {
711 /* No need for the push timer now, in case it was scheduled */
tcp.c 12091 boolean_t push = flags & (TH_PUSH|TH_FIN); local
14441 boolean_t push = B_TRUE; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_table.cc 170 db_free_list::push(entryp tabloc) function in class:db_free_list
174 WRITELOCK(this, FALSE, "w db_free_list::push");
176 WRITEUNLOCK(this, FALSE, "wu db_free_list::push");
177 FATAL3("db_free_list::push: cannot allocation space",
184 WRITEUNLOCK(this, TRUE, "wu db_free_list::push");
733 return (freelist.push(where));
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regcomp.c 67 #define eat(p) do{if ((p)->token.push)(p)->token.push=0;else (p)->cursor+=(p)->token.len;}while (0)
105 short push; member in struct:Token_s
910 if (env->token.push)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bfs/
bfs.c 143 static void push(int s[], int d);
1340 push(fstack, infildes);
1347 push(int s[], int d) function
  /onnv/onnv-gate/usr/src/common/openssl/apps/
ca.c 1678 X509_NAME_ENTRY *tne,*push; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
optget.c 401 * pop the push stack
983 * push \f...\f info
993 static Push_t push; local
1004 tsp = &push;
1012 * push translation
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
pplib.h 209 int push; /* input stream pushes */ member in struct:counter
334 PPINCREF incref; /* include file push/return */ \
548 #define PUSH(t,p) \
551 count(push); \
569 PUSH(IN_COPY, cur); \
574 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
581 PUSH(IN_EXPAND, cur); \
588 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
601 PUSH(IN_MACRO, cur); \
607 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr)));
    [all...]

Completed in 240 milliseconds