Searched refs:ltype (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dmain.c319 mtrr_type ltype; local
358 mtrr_if->get(i, &lbase, &lsize, &ltype);
365 if (type == ltype) {
369 else if (types_compatible(type, ltype))
379 if (ltype != type) {
380 if (types_compatible(type, ltype))
383 base, size, mtrr_attrib_to_str(ltype),
491 mtrr_type ltype; local
505 mtrr_if->get(i, &lbase, &lsize, &ltype);
527 mtrr_if->get(reg, &lbase, &lsize, &ltype);
591 mtrr_type ltype; member in struct:mtrr_value
[all...]
H A Dcyrix.c88 mtrr_type ltype; local
109 cyrix_get_arr(7, &lbase, &lsize, &ltype);
115 cyrix_get_arr(i, &lbase, &lsize, &ltype);
122 cyrix_get_arr(i, &lbase, &lsize, &ltype);
H A Dcentaur.c28 mtrr_type ltype; local
37 mtrr_if->get(i, &lbase, &lsize, &ltype);
H A Dgeneric.c215 mtrr_type ltype; local
222 mtrr_if->get(i, &lbase, &lsize, &ltype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Duaccess.h333 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \
346 : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err))
372 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \
385 : "=r"(err), ltype (x) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dtdb.h72 u32 ltype; member in struct:tdb_lock_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duaccess.h173 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errno) \
186 : ltype (x), "m"(__m(addr)), "i"(errno), "0"(err))
217 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errno) \
230 : "=r"(err), ltype (x) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dtdb.h72 u32 ltype; member in struct:tdb_lock_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.h90 u32 ltype; member in struct:tdb_lock_type
H A Dtdb.c288 static int tdb_lock(TDB_CONTEXT *tdb, int list, int ltype) argument
291 TDB_LOG((tdb, 0,"tdb_lock: invalid list %d for ltype=%d\n",
292 list, ltype));
302 if (tdb_spinlock(tdb, list, ltype)) {
303 TDB_LOG((tdb, 0, "tdb_lock spinlock failed on list %d ltype=%d\n",
304 list, ltype));
307 } else if (tdb_brlock(tdb,FREELIST_TOP+4*list,ltype,F_SETLKW, 0)) {
308 TDB_LOG((tdb, 0,"tdb_lock failed on list %d ltype=%d (%s)\n",
309 list, ltype, strerror(errno)));
312 tdb->locked[list+1].ltype
321 tdb_unlock(TDB_CONTEXT *tdb, int list, int ltype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h90 u32 ltype; member in struct:tdb_lock_type
H A Dtdb.c256 static int tdb_lock(TDB_CONTEXT *tdb, int list, int ltype) argument
259 TDB_LOG((tdb, 0,"tdb_lock: invalid list %d for ltype=%d\n",
260 list, ltype));
270 if (tdb_spinlock(tdb, list, ltype)) {
271 TDB_LOG((tdb, 0, "tdb_lock spinlock failed on list %d ltype=%d\n",
272 list, ltype));
275 } else if (tdb_brlock(tdb,FREELIST_TOP+4*list,ltype,F_SETLKW, 0)) {
276 TDB_LOG((tdb, 0,"tdb_lock failed on list %d ltype=%d (%s)\n",
277 list, ltype, strerror(errno)));
280 tdb->locked[list+1].ltype
289 tdb_unlock(TDB_CONTEXT *tdb, int list, int ltype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c250 static int tdb_lock(TDB_CONTEXT *tdb, int list, int ltype) argument
253 TDB_LOG((tdb, 0,"tdb_lock: invalid list %d for ltype=%d\n",
254 list, ltype));
264 if (tdb_spinlock(tdb, list, ltype)) {
265 TDB_LOG((tdb, 0, "tdb_lock spinlock failed on list ltype=%d\n",
266 list, ltype));
269 } else if (tdb_brlock(tdb,FREELIST_TOP+4*list,ltype,F_SETLKW, 0)) {
270 TDB_LOG((tdb, 0,"tdb_lock failed on list %d ltype=%d (%s)\n",
271 list, ltype, strerror(errno)));
274 tdb->locked[list+1].ltype
283 tdb_unlock(TDB_CONTEXT *tdb, int list, int ltype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c250 static int tdb_lock(TDB_CONTEXT *tdb, int list, int ltype) argument
253 TDB_LOG((tdb, 0,"tdb_lock: invalid list %d for ltype=%d\n",
254 list, ltype));
264 if (tdb_spinlock(tdb, list, ltype)) {
265 TDB_LOG((tdb, 0, "tdb_lock spinlock failed on list ltype=%d\n",
266 list, ltype));
269 } else if (tdb_brlock(tdb,FREELIST_TOP+4*list,ltype,F_SETLKW, 0)) {
270 TDB_LOG((tdb, 0,"tdb_lock failed on list %d ltype=%d (%s)\n",
271 list, ltype, strerror(errno)));
274 tdb->locked[list+1].ltype
283 tdb_unlock(TDB_CONTEXT *tdb, int list, int ltype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c1067 int ltype = ipv6_addr_type(&p->laddr); local
1072 if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) &&
1074 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) &&
1075 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) {
1076 if (ltype&IPV6_ADDR_UNICAST)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c970 int ltype; local
976 ltype = (lock_type == READ_LOCK? 1 : 0);
977 ltype |= LOCKING_ANDX_LARGE_FILES;
990 SCVAL(cli->outbuf,smb_vwv3,ltype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixsig.c857 int cmd, ltype, lid, rtype, rid; member in struct:irix_procset
867 pset->cmd, pset->ltype, pset->lid, pset->rtype, pset->rid,

Completed in 212 milliseconds