Home
last modified time | relevance | path

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

/illumos-gate/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)
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1640 hentry_t *ntry; in child_to_file() local
1657 ntry = iter_next(itr); in child_to_file()
1658 while (ntry != NULL) { in child_to_file()
1661 s = ntry->key; in child_to_file()
1662 t = ntry->lib; in child_to_file()
1678 ntry = iter_next(itr); in child_to_file()
1712 hdntry_t ntry; in file_to_parent() local
1735 switch (ntry.type) { in file_to_parent()
1747 if (pread(sfd, t, ntry.sz_lib, c_offset) != ntry.sz_lib) in file_to_parent()
1759 if (pread(sfd, s, ntry.sz_key, c_offset) != ntry.sz_key) in file_to_parent()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c7336 int ntry; in page_capture_handle_outstanding() local
7351 for (ntry = 0; ntry < pc_thread_retry; ntry++) { in page_capture_handle_outstanding()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c629 int ntry = 0; in fc_ulp_add() local
659 if (ntry++ > FC_ULP_ADD_RETRY_COUNT) { in fc_ulp_add()