Searched refs:lct (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Ddevice.c351 i2o_lct *lct; local
359 kfree(c->lct);
364 lct = c->lct = kmalloc(table_size * 4, GFP_KERNEL);
365 if (!lct) {
370 lct->lct_ver = buf >> 28;
371 lct->boot_tid = buf >> 16 & 0xfff;
372 lct->table_size = table_size;
373 lct->change_ind = le32_to_cpu(*dlct++);
374 lct
[all...]
H A Di2o_proc.c393 i2o_lct *lct = (i2o_lct *) c->lct; local
404 entries = (lct->table_size - 3) / 9;
408 if (lct->boot_tid)
409 seq_printf(seq, "Boot Device @ ID %d\n", lct->boot_tid);
411 seq_printf(seq, "Current Change Indicator: %#10x\n", lct->change_ind);
416 i2o_get_class_name(lct->lct_entry[i].class_id));
421 switch (lct->lct_entry[i].class_id & 0xFFF) {
423 switch (lct->lct_entry[i].sub_class) {
442 lct
[all...]
H A Di2o_config.c129 i2o_lct *lct; local
147 lct = (i2o_lct *) c->lct;
149 len = (unsigned int)lct->table_size << 2;
154 else if (copy_to_user(kcmd.resbuf, lct, len))
H A Dexec-osm.c432 change_ind = c->lct->change_ind + 1;
H A Dpci.c62 kfree(c->lct);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c1126 pHba->lct = NULL;
1208 if(pHba->lct) {
1210 pHba->lct, pHba->lct_pa);
1548 i2o_lct *lct = pHba->lct; local
1555 if (lct == NULL) {
1560 max = lct->table_size;
1565 if( lct->lct_entry[i].user_tid != 0xfff){
1573 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE &&
1574 lct
2601 i2o_lct *lct = pHba->lct; local
[all...]
H A Ddpti.h242 i2o_lct* lct; member in struct:_adpt_hba
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.c479 long long lct, lst, itime; local
483 lct = CONVERTTIMESTAMP(*gmt, type,, err);
490 itime = (err[0] ? *gmt : lct);
493 temp_tm.tm_isdst = (err[0] ? 0 : ((lct == lst) ? 0 : 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.c479 long long lct, lst, itime; local
483 lct = CONVERTTIMESTAMP(*gmt, type,, err);
490 itime = (err[0] ? *gmt : lct);
493 temp_tm.tm_isdst = (err[0] ? 0 : ((lct == lst) ? 0 : 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dprocess.c1401 time_t lct; local
1419 if(!secrets_fetch_trust_account_password(lp_workgroup(), trust_passwd_hash, &lct, NULL)) {
1430 if(t < lct + lp_machine_password_timeout()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2o.h545 i2o_lct *lct; /* Logical Config Table */ member in struct:i2o_controller

Completed in 244 milliseconds