Searched refs:first (Results 51 - 75 of 539) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c265 char *first; local
277 for (first = instr; isspace(*first); first++) {
280 if (*first == '\0') {
293 linelen = last - first + 1;
294 if (first != instr) {
295 instr = first;
396 char *cp, *first, *last; local
544 first
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c59 * The scheduler selects the next operation to issue by first looking for an
499 * (lio->io_offset + lio->io_size) minus start of the first (fio->io_offset).
509 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local
519 first = last = zio;
537 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first;
543 while ((dio = AVL_PREV(t, first)) != NULL &&
546 IO_GAP(dio, first) <= maxgap) {
547 first = dio;
548 if (mandatory == NULL && !(first
[all...]
/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/lib/libpp/common/
H A Dgentab.sh30 # %keyword <name> [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] [ first=<id> ] [ last=<id> ]
49 first=""
130 first=""
168 case $define:$first in
169 1:?*) echo "#define $prefix$first $counter" ;;
/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.lib/in.ripngd/
H A Dtrace.c161 boolean_t first; local
187 for (first = _B_TRUE, p = statebits; p->t_bits > 0; p++) {
191 if (first) {
193 first = _B_FALSE;
196 if (first)
200 for (first = _B_TRUE, p = flagbits; p->t_bits > 0;
205 if (first) {
207 first = _B_FALSE;
/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/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java215 StatisticList first = (StatisticList) get("idle");
217 switch (first.size()) {
244 ((AggregateStatistic)first.get(first.size() -
245 2)).getStart(), ((AggregateStatistic)first.
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c72 eqn_box(p, bp->first);
74 child = bp->first;
95 child = bp->first;
97 child = child->first;
103 child->first : child);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c65 unsigned char ifs; /* first char of IFS */
430 register char *cp,*first; local
442 first = cp = fcseek(0);
471 c = (cp-len) - first;
477 c = (cp-1) - first;
487 sfwrite(stkp,first,c);
490 first = fcseek(cp-first);
513 mac_copy(mp,first,c);
523 first
795 register char *first=fcseek(0); local
852 register unsigned char *first,*last,*cp = (unsigned char*)shp->cur_line; local
[all...]
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 Dpath.c91 /* system call so we can save us to call access(2) first */
305 void path_delete(Pathcomp_t *first) argument
307 register Pathcomp_t *pp=first, *old=0, *ppnext;
391 register Pathcomp_t *oldpp,*first; local
405 first = (pp->flags&PATH_CDPATH)?pp->shp->cdpathlist:path_get("");
406 for(oldpp=first; oldpp && oldpp!=pp; oldpp=oldpp->next)
419 path_chkpaths(first,0,pp,offset);
985 /* find first path that has a library component */
1414 static Pathcomp_t *path_addcomp(Pathcomp_t *first, Pathcomp_t *old,const char *name, int flag) argument
1430 for(pp=first; p
1466 path_chkpaths(Pathcomp_t *first, Pathcomp_t* old,Pathcomp_t *pp, int offset) argument
1563 path_addpath(Pathcomp_t *first, register const char *path,int type) argument
1623 path_dup(Pathcomp_t *first) argument
1637 path_newdir(Pathcomp_t *first) argument
1691 path_unsetfpath(Pathcomp_t *first) argument
1736 path_dirfind(Pathcomp_t *first,const char *name,int c) argument
[all...]
/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/audio/utilities/
H A DAudioList.cc98 // Set the current entry to the first extent and append the second
118 while (first() != 0)
119 delete first();
122 // Get the first entry in the list
124 first() const function in class:AudioList
142 // Get the first extent in the list
143 ep = first();
170 for (sum = 0., ep = first(); ep != 0; ep = ep->next) {
213 if ((ep = first()) != 0)
310 if (first()
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c205 static int first = 1; local
207 if (!first)
209 first = 0;
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGeneral.c167 obj_delay_freed.first = NULL;
173 ses_delay_freed.first = NULL;
218 delay_free_obj = obj_delay_freed.first;
226 delay_free_ses = ses_delay_freed.first;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s30 * The strchr() function returns a pointer to the first occurrence of c
108 andcc %g1, %o4, %g0 ! first byte zero (= found search char) ?
131 andcc %g1, %o4, %g0 ! first byte == findchar ?
133 andcc %o2, %o4, %g0 ! first byte == 0 ?
172 ! not being aligned at all. Search the first half of the word
177 srl %o1, 8, %o4 ! %o4<7:0> = first byte
178 tst %o4 ! first byte zero ?
201 andcc %o1, %o4, %g0 ! first byte zero?
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrchr.s30 * The strchr() function returns a pointer to the first occurrence of c
108 andcc %g1, %o4, %g0 ! first byte zero (= found search char) ?
131 andcc %g1, %o4, %g0 ! first byte == findchar ?
133 andcc %o2, %o4, %g0 ! first byte == 0 ?
172 ! not being aligned at all. Search the first half of the word
177 srl %o1, 8, %o4 ! %o4<7:0> = first byte
178 tst %o4 ! first byte zero ?
201 andcc %o1, %o4, %g0 ! first byte zero?
H A Dstrcpy.s53 ! This implementation of strcpy works by first checking the
84 srl %o5, 8, %o4 ! extract first byte
85 tst %o4 ! first byte == 0 ?
87 stb %o4, [%o2] ! store first byte
98 srl %o5, 24, %o4 ! extract first byte
99 tst %o4 ! is first byte zero ?
101 stb %o4, [%o2] ! store first byte
144 srlx %o1, 56, %o3 ! %o3<7:0> = first byte
145 andcc %o1, %o4, %g0 ! first byte zero?
147 stb %o3, [%o2 - 8] ! store first byt
[all...]
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dcrt.s59 movl %esp, %ebp / first stack frame
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s72 add %o1, %l0, %o2 ! and add to argv to get first env ptr
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dptree.h50 * first = 1 indicates the first in a list, first != 1 implies a later
56 int first; member in struct:plut_wlk_data
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c185 * starting before the first reboot after Trusted Extensions
244 int first = 0; local
406 if (first) {
420 first++;
425 if (do_devmaps && first) {
427 first = 0;
455 int first = 0; local
608 if (first) {
623 first++;
628 if (do_devmaps && first) {
658 int first = 0; local
827 int first = 0; local
1090 int first = 0; local
[all...]
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c60 int i, ch, first; local
67 * so -n+1 is the first line, and -c-1 is the last byte. Third, the
185 for (first = 1; (fn = *argv++); ) {
193 first ? "" : "\n", fn);
194 first = 0;
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.h47 hentry_t *first; /* first entry in bucket */ member in struct:hashb

Completed in 125 milliseconds

1234567891011>>