Searched refs:first (Results 126 - 150 of 539) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dii_stats.c365 int first = 1; local
503 if (first) {
505 first = 0;
544 if (first) {
546 first = 0;
584 if (first) {
586 first = 0;
638 if (first) {
640 first = 0;
H A Dsndr_stats.c356 int first = 1; local
456 printQueueStats(first, cur->cur_set);
462 if (first) {
464 first = 0;
488 printQueueStats(first, cur->cur_set);
494 if (first) {
496 first = 0;
827 printQueueStats(int first, kstat_t *cur_set) argument
831 if (! first) {
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c197 int first; local
315 first = 1;
388 warn(termf, sdt, nowtime, f, first);
403 rwarn(hl->host, sdt, nowtime, f, first);
464 first = 0;
531 warn(FILE *termf, time_t sdt, time_t now, char *type, int first) argument
554 if (first || sdt - now > 1 MINUTES) {
572 rwarn(char *host, time_t sdt, time_t now, char *type, int first) argument
601 if (first || sdt - now > 1 MINUTES) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c472 arg(register Parse_t* pp, int first) argument
515 if (first < 0 || x > 0)
521 else if (c == '=' && !first)
523 first = 1;
527 else if (first >= 0 && isspace(c))
531 if (first >= 0 || !q)
534 pp->value.size = s - pp->value.data - (q && first < 0);
538 pp->name.size = s - pp->name.data - (q && first < 0);
540 if (first >= 0 && pp->name.size > 0 && pp->name.data[pp->name.size - 1] == ':')
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c253 * Since the old table was full, the first free entry
784 boolean_t first = B_TRUE; local
801 (first) ? "" : ",", prop->namep, prop->ps_val);
810 (first) ? "" : ",", prop->namep, prop->ps_str);
822 if (first)
823 first = B_FALSE;
852 boolean_t first = B_TRUE; local
865 offset = snprintf(buf, len, "%s%s", (first) ? "" : ",",
872 if (first)
873 first
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c554 static char *first; local
563 for (first = NULL; chp; chp = chp->next) {
567 if (!first || strcmp(first, chp->token) > 0) {
568 first = chp->token;
572 last = first;
582 /* first or subsequent call */
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_iter.c449 boolean_t first; member in struct:iter_dependents_arg
461 boolean_t first = ida->first; local
462 ida->first = B_FALSE;
507 if (!first && err == 0)
524 ida.first = B_TRUE;
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c346 char *first, *last, *buffer; local
409 for (first = instr; isspace(*first); first++)
412 if (*first == '\0')
417 linelen = last - first + 1;
418 if (first != instr)
419 instr = first;
485 /* Add alias to the first line if any */
518 /* copy just the addr if not first on
[all...]
/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/libc/amd64/gen/
H A Dmemchr.s67 cmpb %cl, %al / if the first byte is %al
116 / found at the first byte
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.s70 cmpb %dl, %cl / if the first byte is %cl
120 / found at the first byte
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c38 "is output before all but the first file but this can be changed "
158 register Sfoff_t first; local
165 if ((first = sfseek(fp, (Sfoff_t)0, SEEK_CUR)) < 0)
169 if ((offset = last - number) < first)
170 return first;
175 if ((offset = last - SF_BUFSIZE) < first)
176 offset = first;
189 if (offset == first)
193 return first;
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c336 do_range(psetid_t pset, processorid_t first, processorid_t last, int print) argument
343 for (cpu = first; cpu <= last; cpu++) {
350 warn(gettext("no processors in range %d-%d\n"), first, last);
856 processorid_t first, last; local
858 first = (processorid_t)
870 last < first || first < 0) {
877 if (do_range(pset, first, last, pflag))
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c549 boolean_t first; local
565 for (first = _B_TRUE, p = statebits; p->t_bits > 0; p++) {
569 if (first) {
571 first = _B_FALSE;
574 if (first)
578 for (first = _B_TRUE, p = flagbits; p->t_bits > 0; p++) {
582 if (first) {
584 first = _B_FALSE;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh46 * Toss out the first 100 samples to wait for the program to enter
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_apprec.c106 first: if ((ret = log_get(lp, &ckp_lsn, &data, DB_FIRST)) != 0) {
120 goto first;
126 * of the first record in the log. Open_lsn is the second to last
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c56 #define ERR_INFOFIRST "information file <%s> must appear on first part"
57 #define ERR_INFOSPACE "all install files must appear on first part"
71 int first; member in struct:class_type
260 * initialize first volume
265 * reserve room on first volume for pkgmap
277 * place installation files on first volume!
352 if (cl[i].first == 0)
353 cl[i].last = cl[i].first = (i ? cl[i-1].last : 1);
360 f[j].ept->volno = cl[i].first;
593 if (!cl[i].first || (vo
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h172 uint32_t first; /* First msg id requested */ member in struct:emlxs_log_req
182 uint32_t first; /* Actual starting msg id in resp buffer */ member in struct:emlxs_log_resp
183 /* This represents the first available */
184 /* msg id >= first id requested */
/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 DsoftGeneral.c262 obj_delay_freed.first = NULL;
277 ses_delay_freed.first = NULL;
383 delay_free_obj = obj_delay_freed.first;
393 delay_free_ses = ses_delay_freed.first;
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh183 * first byte is two-digit octal number. Last digit is number of args
184 * first digit is 0 if return value is double, 1 for integer
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.h67 __nis_hash_item_mt *first; member in struct:__anon3629
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s53 ! This strcmp implementation first determines whether s1 is aligned.
152 srlx %g1, %o4, %o2 ! first byte of mismatching word in s2
154 srlx %o3, %o4, %o1 ! first byte of mismatching word in s1
162 srlx %g1, %o4, %o2 ! first byte of mismatching word in s2
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s78 mulscc %o4, %o1, %o4 ! first iteration of 9
82 mulscc %o4, %o1, %o4 ! first iteration of 13
86 mulscc %o4, %o1, %o4 ! first iteration of 17
93 mulscc %o4, %o1, %o4 ! first iteration of 33
180 mulscc %o4, %o1, %o4 ! first iteration of 5
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c58 int first; member in struct:__anon2614
72 #define initfield(f,s) ((f)->first = (f)->delimiter = *((f)->next = (s)))
87 if (f->first)
88 f->first = 0;

Completed in 155 milliseconds

1234567891011>>