Searched defs:position (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c47 long position = 0; /* byte position */ variable
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.c76 u_int lenposition, argposition, position; local
93 position = XDR_GETPOS(xdrs);
94 objp->arglen = (u_int)position - (u_int)argposition;
98 XDR_SETPOS(xdrs, position);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstack.c58 stack->position.block = b;
59 stack->position.index = -1;
92 stack->position.block = stack->blocks;
93 stack->position.index = -1;
103 if (stack->position.index < 0) return(stack->error);
104 else return(stack->position.block->stack[stack->position.index]);
116 if (++stack->position.index >= stack->size)
118 b = stack->position.block;
127 b->prev = stack->position
168 stacktell(register STACK stack, int set, STACKPOS* position) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c181 uint_t lenposition, argposition, position; local
205 position = XDR_GETPOS(xdrs);
206 cap->args.args_len = position - argposition;
210 XDR_SETPOS(xdrs, position);
H A Drpcb_prot.c207 uint_t lenposition, argposition, position; local
233 position = XDR_GETPOS(xdrs);
234 objp->args.args_len = (uint_t)position - (uint_t)argposition;
238 XDR_SETPOS(xdrs, position);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dstack.h43 typedef struct stackposition STACKPOS; /* stack position */
52 struct stackposition /* stack position */
63 STACKPOS position; /* current stack position */ member in struct:stacktable
/illumos-gate/usr/src/lib/libast/common/include/
H A Dstack.h34 typedef struct stackposition STACKPOS; /* stack position */
43 struct stackposition /* stack position */
54 STACKPOS position; /* current stack position */ member in struct:stacktable
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dstack.h43 typedef struct stackposition STACKPOS; /* stack position */
52 struct stackposition /* stack position */
63 STACKPOS position; /* current stack position */ member in struct:stacktable
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dstack.h43 typedef struct stackposition STACKPOS; /* stack position */
52 struct stackposition /* stack position */
63 STACKPOS position; /* current stack position */ member in struct:stacktable
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dstack.h43 typedef struct stackposition STACKPOS; /* stack position */
52 struct stackposition /* stack position */
63 STACKPOS position; /* current stack position */ member in struct:stacktable
/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c138 int col, i, position; local
150 position = 0;
156 codestr[position++] = SS2;
160 codestr[position++] = SS3;
163 codestr[position] = '\0';
166 (void) prcode(bytelen, position, minvalue, maxvalue, columns);
/illumos-gate/usr/src/uts/common/sys/
H A Dpg.h127 group_iter_t position; member in struct:pg_cpu_itr
135 group_iter_init(&(itr).position); \
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc60 add_dir_to_path(const char *path, register pathpt *pointer, register int position) argument
70 if (position < 0)
71 position= size;}
73 if (position < 0)
74 position= 0;
75 if (position >= size) {
76 new_path= (pathpt)calloc((unsigned)(position+2), sizeof(pathcellt));
84 if ((*pointer)[position].path != NULL)
85 free((*pointer)[position].path);
86 (*pointer)[position]
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mcdi.c217 size_t pfxsize, size_t position)
223 if (position + 2 * sizeof (*words) + 1 >=
225 buffer[position] = '\0';
227 position = pfxsize;
229 snprintf(buffer + position, SFXGE_MCDI_LOG_BUF_SIZE - position,
232 position += 2 * sizeof (uint32_t) + 1;
234 return (position);
216 sfxge_mcdi_do_log(char *buffer, void *data, size_t data_size, size_t pfxsize, size_t position) argument
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c511 int position; local
600 position=0;
604 c=path[position];
605 position++;
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c97 * find the position of a given character in a string
101 position(char *string, char ch) function
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c236 uint_t lenposition, argposition, position; local
247 position = XDR_GETPOS(xdrs);
248 cap->arglen = position - argposition;
252 XDR_SETPOS(xdrs, position);
283 uint_t lenposition, argposition, position; local
300 position = XDR_GETPOS(xdrs);
301 objp->arglen = position - argposition;
305 XDR_SETPOS(xdrs, position);
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8.h151 int position; member in struct:__anon9820
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c359 char *position = in_path + 1; /* Skip the leading slash. */ local
365 while ((cmpt = cpr_next_component(&position)) != NULL) {
423 * pointer to the current position in the full pathname buffer.
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c187 /* Bit position defined by PADZERO means extra space in the field */
368 int position; local
375 position = prec;
378 position = width;
381 if (position <= 0) {
382 /* illegal position */
386 if (position <= MAXARGS) {
387 targs = arglst[position - 1];
390 _getarg(sformat, &targs, position);
1082 * Assumptions: Cannot use %*$... to specify variable position
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c2322 * look of hooks (using the kstat command.) The position is set to 0
2334 { "position", KSTAT_DATA_INT32 },
2339 int position; local
2385 position = 1;
2387 h->hi_kstats.hook_position.value.ui32 = position++;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c69 gettext("Keyswitch position could not be determined")
70 #define KEYSWITCH_POS_CHANGED_MSG gettext("Keyswitch position changed to %s")
766 * If a keyswitch position sensor's state is on, the position
769 * to syslog stating that the position is unknown.
774 char position[32]; local
795 position);
799 if (strcmp(position, PSVC_ERROR) == 0) {
809 (strcmp(position, local_previous_position) != 0));
811 status = psvc_set_attr(hdlp, id, PSVC_STATE_ATTR, position);
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c1053 /* each bit position of the mask decides the match & base for bank */
1522 * pin table: 1 byte is used to store pin position for each Data/ECC bit.
1529 * logical bit position assigned above by the memory-layout property.
1552 int pos_cacheline, position, index, idx4dimm; local
1616 position = 143 - pos_cacheline;
1617 index = position / 8;
1618 offset = 7 - (position % 8);
1620 DPRINTF(MC_GUNUM_DEBUG, ("mc_get_mem_unum:position "
1621 "%d\n", position));
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c165 int position; member in struct:led_info
1055 get_ledp->position = lip->position;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c43 uint32_t *current; /* Cursor position */
44 uint32_t *end; /* End tag position */
218 /* Check cursor position */
838 __in uint32_t *position,
841 return (uint32_t)((uintptr_t)position - (uintptr_t)base);
837 byte_offset( __in uint32_t *position, __in uint32_t *base) argument

Completed in 106 milliseconds

12