Searched refs:first (Results 176 - 200 of 539) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c92 * The new_CplFileConf() constructor sets the integer first member of
114 int file_start; /* The index in the input line of the first character */
432 const char *first, *last; /* The first and last matching suffixes */ local
448 * Given that the array of matches is sorted, the first and last
453 first = result->matches[0].suffix;
456 * Find the point at which the first and last matching strings
457 * first difffer.
459 while(*first && *first
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s60 ! This implementation works by first aligning the src ptr and
124 srlx %o1, 56, %g1 ! first byte
181 stx %g0, [%o3] ! store first dword
198 stb %g0, [%o3] ! store first byte
222 srlx %o1, 56, %g1 ! first byte
278 srlx %o1, 56, %g1 ! %g1<7:0> = first byte; word aligned now
279 stb %g1, [%g5] ! store first byte
296 srlx %o1, 56, %g1 ! %g1<7:0> = first byte; half-word aligned now
297 stb %g1, [%g5] ! store first byte
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcut.c37 "forms. The first is two positive integers separated by a hyphen "
119 * compare the first of an array of integers
378 unsigned char *bp, *first; local
394 first = cp;
457 first = bp = cp += c - i;
529 /* set to delimiter unless the first field */
545 copy = first;
558 if(inword && nodelim && !cut->sflag && (c=cp-first)>0)
563 sfwrite(fdtmp,(char*)first,c);
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c279 ql_hba.first, ql_hba.last);
290 hbaptr = (uintptr_t)ql_hba.first;
452 hbaptr = (uintptr_t)ql_hba.first;
591 hbaptr = (uintptr_t)ql_hba.first;
613 hbaptr = (uintptr_t)ql_hba.first;
860 if (dev[index].first == NULL) {
867 /* get the first link */
901 /* Get the first link on the targets cmd wdg q. */
902 if (tq->wdg.first == NULL) {
907 (uintptr_t)tq->wdg.first)
3368 int i, linel, first = 1; local
[all...]
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d100 /first[self->conn_id] == 0/
102 /* initialize counters - this is the first packet for this connection */
108 first[self->conn_id] = 1;
276 first[this->conn_id] = 0;
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c519 * Set references to the first in-use byte on the page and the
520 * first byte of the item being replaced.
577 db_indx_t cnt, cpindx, first, sz; local
584 for (cnt = 0, sz = 0, first = indx;; ++cnt, indx += P_INDX) {
585 if (indx >= NUM_ENT(h) || h->inp[first] != h->inp[indx])
608 * Move this set of duplicates off the page. First points to the first
609 * key of the first duplicate key/data pair, cnt is the number of pairs
613 for (indx = first + O_INDX, cpindx = 0;; ++cpindx) {
630 PGNO(h), first, indx - O_INDX, PGNO(cp), cpindx);
636 /* Delete all but the first referenc
[all...]
/illumos-gate/usr/src/lib/libnvpair/
H A Dnvpair_json.c120 boolean_t first = B_TRUE; local
128 if (!first)
131 first = B_FALSE;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c461 static int first = TRUE; /* TRUE on the first call only */ local
463 if(first) { /* Compute the number of bits in a byte */
470 first = FALSE;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java177 * remove the first entry before adding the new entry.
207 * Removes and returns the first element from this list.
209 * @return the first element from this list.
213 Object first = getFirst();
214 remove(first);
215 return (first);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c215 /* If there is completed data, report it in the first seen END-buffer.
272 cqe_buffer->head = cqe_buffer->first; /* cyclic*/
298 cqe_buffer->tail = cqe_buffer->first; /* cyclic*/
321 cqe_buffer->head = cqe_buffer->first; /* cyclic*/
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c69 static int first = 1; local
72 if (!first)
74 first = 0;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c63 static char *psm_get_impl_module(int first);
355 psm_get_impl_module(int first) argument
365 if (first)
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c250 int i, first = -1, last; local
257 if (first == -1)
258 first = i;
264 desc, event_type, first, last);
266 for (i = first; i <= last; i++)
744 * first aggregation variable ID and @hist assigned the
852 fail(0, "bad event size in first record");
911 * that "avg" will be allocated the first aggregation variable ID, and
1019 lsrec_t *lsp, **current, **first, **sort_buf, **merge_buf; local
1581 first
[all...]
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c152 first, local
344 } else if ((first = (strncmp(statusString,bufPtr,sLen) == 0)) ||
346 bufPtr += (first ? sLen : jLen);
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c362 char first = 1; local
391 * This is the first step toward setting up cow. Before we
489 if (first && res == FC_NOMAP) {
498 first = 0;
/illumos-gate/usr/src/boot/lib/libz/
H A Dcrc32.c16 protection on the static variables used to control the first-use generation
18 first call get_crc_table() to initialize the tables before allowing more than
84 The first table is simply the CRC of all possible eight bit values. This is
96 static volatile int first = 1; /* flag to limit concurrent making */ local
102 if (first) {
103 first = 0;
120 and then the byte reversal of those as well as the first table */
134 else { /* not first */
383 /* apply len2 zeros to crc1 (first square will put the operator for one
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h123 * time the first session in the list will be freed.
128 struct session *first; /* points to the first session in the list */ member in struct:ses_to_be_freed_list
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c636 * When the first argument is missing, a while node is returned
722 Sfoff_t first, last; local
749 t->funct.functloc = first = fctell();
857 fp->functline = (last-first);
1897 unsigned long kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,int last,unsigned long parent, int pkind, int width, const char *attr) argument
1916 if(!nv_isattr(np,NV_TAGGED) && first>=0)
1922 sfprintf(lexp->kiafile,"%..64d;%c;%.*s;%d;%d;%..64d;%..64d;%c;%d;%s\n",np->hash,type,len,name,first,last,parent,lexp->fscript,pkind,width,attr);
1924 sfprintf(lexp->kiafile,"%..64d;%c;%s;%d;%d;%..64d;%..64d;%c;%d;%s\n",np->hash,type,name,first,last,parent,lexp->fscript,pkind,width,attr);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s32 movl 8(%esp),%esi / %esi = first string
/illumos-gate/usr/src/lib/libgss/
H A Dg_glue.c134 int i, first; local
156 * Encode MSB first. We do the encoding by setting a shift
163 first = 0;
167 if ((v) || first) {
170 first = 1;
177 * We go back now and set the first byte to be the length with
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c331 boolean_t found = B_FALSE, first = B_FALSE; local
348 first = B_TRUE;
352 if (first)
355 if (first)
385 * Check if it's the first entry.
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c157 int first = 1; local
163 (void) printf(" %d" + first, ids[i]);
164 first = 0;
166 if (first)
412 * names are contract-specific. They are listed first, however, so
438 * Displays a contract's verbose status, common fields first.
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c262 * Create a copy of string s, but only duplicate the first n bytes.
498 * Same as strchr, but we only search the first n characters
514 * Split the string s at the first occurrence of character c. This character
545 * Return the address of the first occurrence of any character from s2
549 * encountered first.
642 * Return a pointer to the first character in the string that makes it an
682 int first = FALSE; local
706 if (!first && *(addr_component + 1) == 0) {
715 first = TRUE;
718 } else if (first
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c85 uint32_t first; local
187 first = log.count - log.size;
191 first = 0;
196 count = last - first + 1;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c197 * Primes for N of 3 - 24 where P is first prime less then (2^(N-1))+(2^(N-2))
486 * the first call here set it to the current uri_bytes value then backoff
865 * Have a match, ready URI for return, first put a reference
889 * cv_wait_sig() in the first case can't
1122 boolean_t first; local
1136 first = B_TRUE;
1138 first = B_FALSE;
1182 error = uri_rd_response(so, uri, rdp, first);
1295 boolean_t first = B_TRUE; local
1396 error = uri_rd_response(so, uri, rdp, first);
1704 uri_rd_response(struct sonode *so, uri_desc_t *uri, uri_rd_t *rdp, boolean_t first) argument
1846 boolean_t first = B_TRUE; local
[all...]

Completed in 172 milliseconds

1234567891011>>