Searched refs:start_p (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive.h125 int *start_p,
H A Ddbus-marshal-recursive.c1118 * @param start_p place to return start of the type
1124 int *start_p,
1128 *start_p = reader->type_pos;
1122 _dbus_type_reader_get_signature(const DBusTypeReader *reader, const DBusString **str_p, int *start_p, int *len_p) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmain_usb.c1377 unsigned char *start_p = NULL, *end_p = NULL, *tmp_p = NULL; local
1386 start_p = kstrstr(source,buf1);
1387 if (start_p == NULL)
1392 if (memcmp(start_p - ii, "\n", 1) == 0)
1394 if (memcmp(start_p - ii, "#", 1) == 0)
1399 end_p = kstrstr(start_p,"\n");
1401 end_p=start_p+strlen(start_p); //no include "\n"
1405 memcpy(buf2,start_p,end_p-start_p); //ge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dll_temac_main.c675 dma_addr_t start_p, tail_p; local
682 start_p = lp->tx_bd_p + sizeof(*lp->tx_bd_v) * lp->tx_bd_tail;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs3930 DBTKEY* start_p = NULL;
3945 start_p = &start_key;
3947 GetKey(db, start, start_p);
3963 RETVAL = (db->dbp)->compact(db->dbp, db->txn, start_p, stop_p, cmpt_p, flags, end_p);

Completed in 182 milliseconds