Searched defs:first (Results 51 - 75 of 355) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c68 report_free_dnode_range(struct diffarg *da, uint64_t first, uint64_t last) argument
70 ASSERT(first <= last);
72 first != da->da_ddr.ddr_last + 1) {
76 da->da_ddr.ddr_first = first;
/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/nsswitch/compat/common/
H A Dcompat_common.c203 * ===> Need comment to explain that this first "if" is optimizing
590 char *first; local
602 for (first = instr; isspace(*first); first++) {
605 if (*first == '\0') {
617 linelen = last - first + 1;
618 if (first != instr) {
619 instr = first;
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c108 char *first; local
238 for (first = instr; isspace(*first); first++)
240 if (*first == '\0')
250 linelen = last - first + 1;
251 if (first != instr)
252 instr = first;
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c127 const char *first; local
135 for (first = val; first < last && isspace(*first); first++) {
138 for (/* cstyle */; first < last && isspace(last[-1]); last--) {
145 *valp = first;
146 *vallenp = (int)(last - first);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h109 * time the first session in the list will be freed.
114 kernel_session_t *first; /* points to the first session in the list */ member in struct:ses_to_be_freed_list
/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 Dexpand.c279 int first, last, incr, count = 0; local
287 /* first search for {...,...} */
308 first = strtol(pat,&endc,0);
314 else if(last<first)
354 first = *pat;
362 else if(first>last)
417 pat[0] = first;
423 sfsprintf(pat=tmp,sizeof(tmp),format,first);
427 if(incr*(first+incr) > last*incr)
430 first
[all...]
H A Dstring.c56 register int first; local
60 if(sp==0 || (first= *sp)==0)
63 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first))
65 if(first == c && strcmp(sp,tp->sh_name)==0)
80 register int first; local
97 if((first= *sp)==0)
108 if(first == c)
199 /* skip to first character which matches start of oldsp */
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dsubr.c165 int first = 1; local
171 first = 0;
173 if (!first && (flags & bnp[1].bn_bit))
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c161 fprintf(outf, "read from %d returns %d chars, first %o\n",
197 int first, collapse = 1; local
212 first = key;
247 key = (first = blockpeek =
306 if (key != first) {
324 for (j = i--; j > first; )
326 kp[first] = savekey;
328 *inp = kp[first]->_keyval;
363 /* the first character identifies what button is involved (1,2,or 3) */
364 /* if the first characte
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c80 int nc, int *first, int *last);
266 int first,last; /* The first and last entries in the table which */ local
306 switch(_kt_locate_keybinding(kt, binary, nc, &first, &last)) {
314 _kt_assign_action(kt->table + first, binder, keyfn, data);
316 _del_StringMemString(kt->smem, kt->table[first].keyseq);
317 memmove(kt->table + first, kt->table + first + 1,
318 (kt->nkey - first - 1) * sizeof(kt->table[0]));
395 * first,las
408 _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq, int nc, int *first, int *last) argument
486 int first,last; /* The indexes of the first and last matching entry */ local
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c72 * The conversion stops at the end of string or the first WEOF.
119 * The conversion stops at the end of string or the first WEOF. Return the
192 * If 0 < n, set a new multibyte string and convert the first character,
408 /* Find spacing character and place in as first element. */
451 * Return the first column of a multi-column character, in window.
494 int first, width; local
496 first = __m_cc_first(w, y, x);
499 return first + width == x + 1;
539 /* Write the first column of the character. */
554 /* Mark this as the first colum
[all...]
/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/news/
H A Dnews.c34 news -a prints all news items, latest first
395 static int first = 1; local
398 if (first) {
399 first = 0;
403 } else if (!first)
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c259 * first find the db entry and make sure the
320 c = base->first;
408 * If the context list is not empty, return the first one
416 if (base->first == NULL) {
427 base->first = _nscd_create_getent_ctx(params);
428 if (base->first != NULL)
442 (me, "got a new getent ctx %p\n", base->first);
446 assert(base->first != NULL);
448 c = base->first;
449 base->first
657 nscd_getent_context_t *first = NULL, *last = NULL; local
[all...]
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c189 do_range(processorid_t first, processorid_t last, int action, argument
197 for (cpu = first; cpu <= last; cpu++) {
205 cmdname, first, last);
324 processorid_t first, last; local
326 first = (processorid_t)
338 last < first || first < 0) {
345 if (do_range(first, last, action, pac))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c113 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
353 int first = 1; local
371 if (first)
372 first = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h51 Op_arg_item _TKFAR *first; member in struct:Op_row_link
58 Op_row_link _TKFAR *first; member in struct:Op_arg
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c515 int i, linel = 8, first = 1; local
522 if (!first) {
525 first = 0;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c368 int first = 1; local
394 mdb_printf("%s%s", (first ? "" : "\n "),
396 first = 0;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c172 int first, err; local
179 first = 1;
197 if (first) {
198 first = 0;
314 int first, err, count; local
319 first = 1;
332 if (first) {
333 first = 0;
547 * i.e., first for an exact key match and then a wildcard, if there's
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c215 char buf[BUFSIZ], *first; local
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c137 check_self_reference(const char *name, const declaration *decp, int first) argument
140 * Now check for the following special case if first is true:
154 (first && streqn(decp->prefix, ""))) &&
295 bool_t isvoid = FALSE; /* whether first argument is void */
320 /* get args - first one */
324 * type of DEF_PROGRAM in the first
/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...]

Completed in 106 milliseconds

1234567891011>>