Searched defs:push (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c224 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
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c1193 /* push x onto the saved stack */
1194 static void push(long double x, ucontext_t *uap) function
1609 /* for load instructions, push the result onto the stack */
1618 push(r.val.q, uap);
1643 push(1.0L, uap);
1654 push(r.val.q, uap);
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c252 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; /* configuratio local
411 struct strapush push; /* configuration information */ local
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dio.c74 push(struct fileblk *af) function
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c77 #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)
192 push = TRUE;
198 if (fromfile || push)
205 if (fromfile || popall || push)
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c284 * Cancel any pending push timers.
445 boolean_t push = B_TRUE; local
577 flags, &error, &push) < 0) {
715 /* No need for the push timer now, in case it was scheduled */
H A Dtcp_input.c1944 /* No need for the push timer now. */
2229 int *error, boolean_t *push)
4703 boolean_t push = flags & (TH_PUSH|TH_FIN); local
4707 mp, seg_len, 0, &error, &push) <= 0) {
4715 } else if (push) {
4794 * for a push bit. This provides resiliency against
4795 * implementations that do not correctly generate push bits.
4923 * Arrange for deferred ACK or push wait timeout.
2228 tcp_dummy_recv(sock_upper_handle_t x, mblk_t *mp, size_t len, int flags, int *error, boolean_t *push) argument
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtparm.c61 * %l pop() a string address and push its length.
67 * %p[1-0] push ith parm
71 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop())
72 * %& %| %^ bit operations: push(pop() op pop())
73 * %= %> %< logical operations: push(pop() op pop())
74 * %A %O logical AND, OR push(pop() op pop())
75 * %! %~ unary operations push(op pop())
117 push(STACK *st, long i) function
289 push(&stk, 0);
481 push(
[all...]
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c463 local int push(void *desc, unsigned char *buf, unsigned len) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_tkr.c385 int push = 0; local
420 push = 1;
447 push = 1;
453 * write out (push) any changes we have to the mb
455 if (push) {
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc170 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));
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c756 hpi_pfc_set_tcp_control_psh(hpi_handle_t handle, boolean_t push) argument
766 if (push)
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c67 #define eat(p) do{if ((p)->token.push)(p)->token.push=0;else (p)->cursor+=(p)->token.len;}while (0)
106 short push; member in struct:Token_s
914 if (env->token.push)
2068 env->token.push = 1;
2705 tok.push = 1;
2773 env->token.push = 1;
2779 env->token.push = 1;
3262 env.token.push = 0;
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h209 int push; /* input stream pushes */ member in struct:counter
334 PPINCREF incref; /* include file push/return */ \
551 count(push); \
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c409 * pop the push stack
1013 * push \f...\f info
1023 static Push_t push; local
1034 tsp = &push;
1042 * push translation

Completed in 302 milliseconds