Searched refs:last (Results 451 - 475 of 695) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObjectUtil.c349 /* Object is the last one in the list. */
372 obj_delay_freed.last = objp;
375 obj_delay_freed.last->next = objp;
376 obj_delay_freed.last = objp;
796 /* Object is the last one in the list. */
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c116 /* first, last, or non-zero value */
509 ip->last = nsc_time();
671 * ping has not been received since last update
677 if (ip->last != nsc_time()) {
680 ip->last = nsc_time();
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_k.c471 * Return the idata index of the last status code in the array (i.e.
479 int last = 0; local
486 last = idx;
492 return (last);
766 * spcs_s_pinfo_t structure. So after the last call to
/opensolaris-onvv-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c47 int on_intr, last = 0; local
78 * This is the last frame we can process; indicate
81 last = 1;
100 if (last) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c73 typedef struct { /* used to keep track of time taken for last 5 pats */
134 char *token, *last, *value; local
144 token = last = value = NULL;
145 value = (char *)strtok_r((char *)buf, WD_DELIMETER, &last);
146 if (last) {
147 token = (char *)strtok_r(last, WD_DELIMETER, &last);
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/labels/
H A Dmac.c171 int last_part_entry_num; /* last entry number */
1464 PedPartition* last = NULL; local
1480 if (last && last->geom.end + 1 < part->geom.start)
1486 last = part;
1489 if (last && last->geom.end < disk->dev->length - 1)
/opensolaris-onvv-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c404 char *q = buf + buflen; /* pointer past last char in buf */
487 char *q = buf + buflen; /* pointer past last char in buf */
1596 clear_mc(int first, int last, int ismc, boolean_t clrstatus, argument
1603 if (first < 0 || last < 0)
1606 for (i = first, gbl = &gcl->gcl_data[first]; i <= last; i++, gbl++) {
1639 * last poll then clear the status now since this appears
1652 /* We deferred clear on this bank at last wakeup */
1711 int last = -1; local
1778 /* First and last bank that have valid status */
1781 last
[all...]
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile224 last \
618 last \
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c84 for (; alist.head < alist.last; alist.head++)
355 if (ap->head != ap->last) {
621 ap->head = ap->last = (struct afile *)0;
633 ap->last = ap->head + 1;
636 if ((ap->last - ap->head) > ULONG_MAX) {
641 qsort((char *)ap->head, (size_t)(ap->last - ap->head),
672 alist.last = alist.head + 1;
707 if ((alist.last - alist.head) > ULONG_MAX) {
713 (size_t)(alist.last - alist.head),
718 for (fp = alist.head; fp < alist.last; f
[all...]
H A Drestore.h224 struct afile *last; /* end of argument list */ member in struct:arglist
372 * Macro used to get to the last segment of a complex string
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c414 * If more arguments than fits in argvec/argcount then ignore the last.
771 /* Look at the last and next to last character */
772 char *cp, *last, *nlast; local
779 last = str2;
782 nlast = last;
783 last = cp;
786 logmsg(LOG_DEBUG, "parse_ms: last <%c> nlast <%c>\n",
787 (last != NULL ? *last
831 char *cp, *last; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsort.t15 sort { while(1) { last; } } @a;
16 sort { while(0) { last; } } @a;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest108 last if ($embed);
/opensolaris-onvv-gate/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen285 last if ((($set eq "SUN-FIRE-X4150") || ($set eq "Sun-Fire-X4140"))
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s107 inc %l1 ! account for last element of 0
121 set EB_NULL, %l0 ! set up for the last pointer
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c473 if(!val && !(flags&NV_CLONE) && (fp=np->nvfun) && !fp->disc && (shp=(Shell_t*)(fp->last)))
616 register long cur, last= *np->nvalue.lp; local
620 while(cur==last);
994 char *last; local
1003 mode = strperm(val, &last,0);
1004 if(*last)
1471 fp->last = (char*)&name[n];
1544 shp->nvfun.last = (char*)shp;
H A Dname.c622 static void stak_subscript(const char *sub, int last) argument
632 stakputc(last);
640 register int last=0,offset = staktell(); local
647 last = staktell()+2;
653 if(last)
656 if(sh_checkid(stakptr(last),(char*)0))
661 if(!last)
712 dp->last = cp;
740 dp->last = cp;
905 dp->last
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh290 last=me
302 last line
307 [[ $REPLY == 'last line' ]] || err_exit "\$REPLY=$REPLY should be 'last line"
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c154 * the last block so unwind the quota operation. We can
258 * the last block so unwind the quota operation. We can
591 * blk preference based on last allocation
1200 * same equivalence class. The last block in the class
1315 * the last available inode. Need to recheck.
1388 int start, len, loc, i, last, first, secondtime; local
1410 last = howmany(fs->fs_fpg, NBBY);
1413 while (first < last) {
1414 len = last - first;
1425 bno = (last
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c110 int last = 0x7fffffff; local
300 first = last = atoi(p);
304 last = atoi(p2);
473 cap_read(first, last, filter, proc, flags);
690 * the last line generated is the line printed. Instead of changing each
709 * called from - it goes to the last setjmp().
809 "\t[ -p first[,last] ] # Select packet(s) to display\n");
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h136 * the "last" pointer takes you to the end of the
137 * chain, but only the first component's last pointer
146 struct node *last; member in struct:node::__anon488::__anon489
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCardPanel.java33 * @(#) CardPanel.java 1.8 - last change made 06/17/97
243 public void last() { method in class:CardPanel
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dmain.c125 " -p period only rotate if period passed since last rotate\n"\
253 * The last two cases are where the option processing gets more
281 * last opportunity, when we're sure they haven't been overridden
630 * passed since the last time this log was rotated.
646 * last rotation is recorded as argument to -P,
661 off_t last = opts_optarg_int(opts, "P"); local
664 if (Now - last < when)
668 off_t last = opts_optarg_int(cfopts, "P"); local
678 if (Now - last < when)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t115 caller, continue, die, do, dump, eval, exit, goto, last,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.t49 last if /^__END__/ ;

Completed in 360 milliseconds

<<11121314151617181920>>