Home
last modified time | relevance | path

Searched refs:ntry (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c55 reg int ntry, t; local
69 for(ntry = 0; ntry < 2; ++ntry)
73 if((t&STREAM_PEEK) && (ntry == 1 || tm < 0) )
104 if(ntry == 1)
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpkrd.c55 reg int ntry, t; local
69 for(ntry = 0; ntry < 2; ++ntry)
73 if((t&STREAM_PEEK) && (ntry == 1 || tm < 0) )
124 if(ntry == 1)
/titanic_51/usr/src/cmd/truss/
H A Dmain.c1634 hentry_t *ntry; in child_to_file() local
1651 ntry = iter_next(itr); in child_to_file()
1652 while (ntry != NULL) { in child_to_file()
1654 fentry.count = ntry->count; in child_to_file()
1655 s = ntry->key; in child_to_file()
1656 t = ntry->lib; in child_to_file()
1672 ntry = iter_next(itr); in child_to_file()
1706 hdntry_t ntry; in file_to_parent() local
1724 if (pread(sfd, &ntry, sizeof (hdntry_t), c_offset) != in file_to_parent()
1729 switch (ntry in file_to_parent()
[all...]
/titanic_51/usr/src/lib/libshell/common/sh/
H A Djobs.c469 register int ntry=0; in job_init() local
535 if(ntry++ > IOMAXTRY) in job_init()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c604 register int ntry=0; in job_init() local
671 if(ntry++ > IOMAXTRY) in job_init()
/titanic_51/usr/src/uts/common/vm/
H A Dvm_page.c7288 int ntry; in page_capture_handle_outstanding() local
7303 for (ntry = 0; ntry < pc_thread_retry; ntry++) { in page_capture_handle_outstanding()
/titanic_51/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c628 int ntry = 0; in fc_ulp_add() local
658 if (ntry++ > FC_ULP_ADD_RETRY_COUNT) { in fc_ulp_add()