Searched refs:last (Results 201 - 225 of 695) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/tbl/
H A Dt..c69 extern char *last, *ifile;
H A Dt9.c36 last =cstore;
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.s96 / Try one last time to take out the process.
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.s98 / Try one last time to take out the process.
H A Dsetjmp.s31 / the last call to
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s64 ! last flush; SPARC V8 requires 2 more for flush to be visible
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/
H A Ddevice.c100 PedDevice* last = NULL; local
102 for (walk = devices; walk != NULL; last = walk, walk = walk->next) {
106 if (last)
107 last->next = dev->next;
117 * \return NULL if dev is the last device.
/opensolaris-onvv-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c35 * to read the file from beginning to end to get to the last block of
63 off_t histmarker; /* offset of last command marker */ \
69 off_t histcmds[2]; /* offset for recent commands, must be last */
181 char *buff, *cp, *last; local
196 id1 = id2 = strtol(cp,&last,10);
197 if(*last=='-')
198 id1 = strtol(last+1,&last,10);
203 cp = last;
335 int first,last; local
472 char *last, *name=hist_old->histname; local
889 hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c289 obj_delay_freed.last = NULL;
295 ses_delay_freed.last = NULL;
385 obj_delay_freed.last = NULL;
396 ses_delay_freed.last = NULL;
/opensolaris-onvv-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.c179 struct sun_sas_hba *last = NULL; local
184 last = hba_ptr, hba_ptr = hba_ptr->next) {
186 if (last) {
187 last->next = hba_ptr->next;
/opensolaris-onvv-gate/usr/src/tools/protocmp/
H A Dlist.c247 elem *last = NULL; local
258 last = cur;
261 if (last) {
264 last->next = e;
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c67 report_free_dnode_range(struct diffarg *da, uint64_t first, uint64_t last) argument
69 ASSERT(first <= last);
76 da->da_ddr.ddr_last = last;
79 da->da_ddr.ddr_last = last;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c171 uint16_t rover, last; local
179 last = rover;
184 last = rover - 1;
201 } while (rover++ != last);
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h149 uint32_t last; /* Current last msg id in log file */ member in struct:emlxs_log_resp
/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c93 int last; local
97 last = nb_dimms_per_channel * nb_number_memory_controllers;
98 for (i = 0; i < last; i++) {
103 if (i < last) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c55 struct dir_entry *last; member in struct:dir_cbdata
485 readdir_cbdata.last = NULL;
522 struct dir_entry *last = indata->last; local
553 if (add_dir_entry(key, list, &last)) {
558 indata->last = last;
/opensolaris-onvv-gate/usr/src/cmd/nl/
H A Dnl.c118 char last; local
532 last = 'b';
553 last = 'h';
557 if (cntck != 'y' && last != 'h')
560 last = 'b';
565 if (cntck != 'y' && last == 'f')
568 last = 'f';
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar103 int last = YYNMBCHARS - 1;
108 if( yymbchars[last].character < i ){
111 while ((last>=first)&&(first>=0)) {/*Binary search loop*/
112 mid = (first+last)/2;
119 last = mid -1;
/opensolaris-onvv-gate/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c454 kmfber_first_element(BerElement *ber, ber_len_t *len, char **last) argument
461 *last = ber->ber_ptr + *len;
463 if (*last == ber->ber_ptr) {
471 kmfber_next_element(BerElement *ber, ber_len_t *len, char *last) argument
473 if (ber->ber_ptr == last) {
509 char *last, *p; local
599 for (tag = kmfber_first_element(ber, &len, &last);
603 tag = kmfber_next_element(ber, &len, last)) {
630 for (tag = kmfber_first_element(ber, &len, &last);
634 tag = kmfber_next_element(ber, &len, last)) {
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c402 ber_first_element( BerElement *ber, ber_len_t *len, char **last )
409 *last = ber->ber_ptr + *len;
411 if ( *last == ber->ber_ptr ) {
420 ber_next_element( BerElement *ber, ber_len_t *len, char *last )
422 if ( ber->ber_ptr == last ) {
435 char *last, *p; local
520 for ( tag = ber_first_element( ber, &len, &last );
523 tag = ber_next_element( ber, &len, last ) ) {
550 for ( tag = ber_first_element( ber, &len, &last );
553 tag = ber_next_element( ber, &len, last ) ) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dpreenlib.c226 struct rawdev *last, *rdp; local
231 for (last = NULL, rdp = *devlist; rdp; last = rdp, rdp = rdp->nxtrd) {
247 if (last) {
248 last->nxtrd = rdp->nxtrd;
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c521 char *krb5int_utf8_strtok(char *str, const char *sep, char **last) argument
526 if (last == NULL)
529 begin = str ? str : *last;
534 *last = NULL;
546 *last = end;
/opensolaris-onvv-gate/usr/src/lib/libast/common/sfio/
H A Dsftmp.c43 ** that temp files will be removed after the last handle is closed.
65 reg File_t *ff, *last; local
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
79 { if(!last)
81 else last->next = ff->next;
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Duname.c232 if ((char*)&ut.m[sizeof(ut.m)] > last) \
233 last = (char*)&ut.m[sizeof(ut.m)]; \
472 char* last = (char*)&ut; local
488 if (last < ((char*)(&ut + 1)))
490 s = t = last;
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c87 upath_t **first, **last; local
92 last = &oplmsu_uinst->last_upath;
94 if ((*first != del_upath) && (*last != del_upath)) {
105 if (*last == del_upath) {
106 *last = (*last)->u_prev;
107 if (*last) {
108 (*last)->u_next = NULL;
160 lpath_t **first, **last; local
165 last
200 oplmsu_link_high_primsg(mblk_t **first, mblk_t **last, mblk_t *add_msg) argument
[all...]

Completed in 214 milliseconds

1234567891011>>