Searched refs:polltime (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/krb5/slave/ |
H A D | kpropd.c | 1175 int len, polltime; in convert_polltime() local 1177 len = polltime = 0; in convert_polltime() 1182 polltime = atoi(tokenptr); in convert_polltime() 1188 polltime = atoi(tokenptr) * 60; in convert_polltime() 1194 polltime = atoi(tokenptr) * 3600; in convert_polltime() 1203 if (polltime == 0) in convert_polltime() 1204 polltime = 120; in convert_polltime() 1205 return (polltime); in convert_polltime()
|
/titanic_50/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd.c | 51 static int ghd_poll(ccc_t *cccp, gpoll_t polltype, ulong_t polltime, 441 ulong_t polltime, in ghd_poll() argument 458 poll_lbolt = drv_usectohz((clock_t)polltime); in ghd_poll()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 1291 int mptsas_poll(mptsas_t *mpt, mptsas_cmd_t *poll_cmd, int polltime);
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 243 static int mptsas_wait_intr(mptsas_t *mpt, int polltime); 5091 mptsas_poll(mptsas_t *mpt, mptsas_cmd_t *poll_cmd, int polltime) in mptsas_poll() argument 5116 if (mptsas_wait_intr(mpt, polltime) == FALSE) { in mptsas_poll() 5155 mptsas_wait_intr(mptsas_t *mpt, int polltime) in mptsas_wait_intr() argument 5175 for (cnt = 0; cnt < polltime; cnt++) { in mptsas_wait_intr()
|