Searched defs:first (Results 101 - 125 of 355) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c506 uint32_t first; local
520 resp->first = 0;
534 if (req->first > last) {
536 resp->first = last;
548 first = log->count - log->size;
552 first = 0;
556 /* Check if requested first message is greater than actual. */
558 if (req->first > first) {
559 /* Adjust entry index to first requeste
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c99 static boolean_t first = _B_TRUE; local
164 if (first) {
165 first = _B_FALSE;
938 * It also sets the *last_hdr_rtrn to the first upper layer protocol header
/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/cmd/dfs.cmds/sharectl/
H A Dsharectl.c130 int first = 1; local
184 if (!first)
186 first = 0;
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c64 struct mem_item *first; /* pointer to first item in list, or NULL */ member in struct:mem_zone
99 item->next = zone->first;
100 zone->first = item;
125 next = zone->first;
128 zone->first = next->next; /* first one is it, remove from list */
164 zone->first = NULL;
210 item = zone->first;
279 is the error code expected from the first inflat
[all...]
/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c220 boolean_t first = B_TRUE; local
271 * If this is the first DMU record being processed, check for
274 if (first) {
292 first = B_FALSE;
/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/libsip/common/
H A Dsip_headers.c625 * is added before that header, if first is set, or after. If append is
630 boolean_t append, boolean_t first, char *header_name)
645 if (!first) {
723 * If header_name is NULL we first have to locate the name
629 _sip_add_header(_sip_msg_t *sip_msg, _sip_header_t *new_header, boolean_t append, boolean_t first, char *header_name) argument
H A Dsip_msg.c406 boolean_t first = B_TRUE; local
423 if (first) {
425 first = B_FALSE;
445 if (value->next == NULL && !first && !crlf_present) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c113 int first = 1; local
165 if (!first && i == NS_LDAP_FILE_VERSION_P) {
174 first = 0;
744 /* assume VERSION is set and it outputs first */
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java361 * between the given first index and last index inclusive to the most
365 attachRecordElements(int first, int last) argument
371 for (int i = first; i <= last; ++i) {
412 * by the first field, and in case of a tie, by the second field,
738 * first, then if record data is equal, by enabled probe ID.
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c295 * break it up into first-name and all-but-last-name
296 * creat(first-name)
297 * write object information to first-name
298 * close(first-name)
300 * link to first-name
308 char *p, *q, *first, *fn, *long_name, dir[2], tname[TERM_NAMES_LENGTH]; local
312 * first name to be used for the terminal filename.
342 first = m_pathcat(dir, tname);
343 if (first == NULL)
345 if (0 <= stat(first,
349 err_abort(m_strmsg(write_err), first); local
353 err_abort(m_strmsg(fail_open), first); local
356 err_abort(m_strmsg(write_err), first); local
[all...]
/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/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);
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/lib/libkvm/common/
H A Dkvm.c291 long first = 0; local
294 while (last >= first) {
295 long middle = (first + last) / 2;
306 first = middle + 1;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c469 line *first, *last, *a; local
473 first = addr2 + 1;
477 for (a=first; a<=last; a++) {
478 if (a==first+5 && last-first > 10)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c136 print_entries (int y, int size, int first, int entryno, char *menu_entries) argument
142 if (first)
147 menu_entries = get_entry (menu_entries, first, 0);
171 print_entries_raw (int size, int first, char *menu_entries) argument
181 for (i = first; i < size; i++)
750 current_term = term_table; /* assumption: console is first */
793 current_term = term_table; /* we know that console is first */
844 /* translate characters first! */
959 /* Try the preset menu first. This will succeed at most once,
1012 /* The first titl
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c71 port_info_t *first; member in struct:__anon1209
86 nextptr = listptr->first;
125 if (list->first == NULL) {
160 nextptr = list->first;
195 port_info = list->first;
251 if (devp->first == NULL) { /* 1st node */
252 devp->first = cachep;
258 devp->first->next = cachep;
392 if (listptr->first == NULL) { /* 1st node */
393 listptr->first
[all...]
/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/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/mailx/
H A Dlist.c87 * Check for first message number and make sure it is
97 * Add marked messages to vector and skip first
645 * Find the first message whose flags & m == f and return
650 first(int f, int m) function
793 printf(gettext("Referencing before first message\n"));
/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/fctl/
H A Dfctl.c158 * If this is the first invocation of the command, print a nice
269 * If this is the first invocation of the command, print a nice
375 * If this is the first invocation of the command, print a nice
433 int first = 1; local
529 if (first) {
532 first = 0;
540 if (first) {
807 int first = 1; local
907 first = 1;
910 first
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c375 int i, linel = 8, first = 1; local
382 if (!first) {
385 first = 0;

Completed in 117 milliseconds

1234567891011>>