Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 4 of 4) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c723 register char* loc = *pp; in xdr_reference() local
726 if (loc == NULL) in xdr_reference()
732 *pp = loc = (char*) rt_malloc(size); in xdr_reference()
733 if (loc == NULL) { in xdr_reference()
737 memset(loc, 0, (int) size); in xdr_reference()
741 stat = (*proc) (xdrs, loc, LASTUNSIGNED); in xdr_reference()
744 rt_free(loc); in xdr_reference()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c110 static int usbh_asix_mdio_write(struct usbh_asix *asix_class, int phy_id, int loc, int val) in usbh_asix_mdio_write() argument
132 ret = usbh_asix_write_cmd(asix_class, AX_CMD_WRITE_MII_REG, phy_id, loc, &res, 2); in usbh_asix_mdio_write()
144 static int usbh_asix_mdio_read(struct usbh_asix *asix_class, int phy_id, int loc) in usbh_asix_mdio_read() argument
166 ret = usbh_asix_read_cmd(asix_class, AX_CMD_READ_MII_REG, phy_id, loc, &res, 2); in usbh_asix_mdio_read()
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c184 s32_t loc = (val); \
185 ((struct timeval *)(optval))->tv_sec = (loc) / 1000U; \
186 ((struct timeval *)(optval))->tv_usec = ((loc) % 1000U) * 1000U; }while(0)
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c196 u32_t loc = (val); \
197 ((struct timeval *)(optval))->tv_sec = (long)((loc) / 1000U); \
198 ((struct timeval *)(optval))->tv_usec = (long)(((loc) % 1000U) * 1000U); }while(0)

Completed in 35 milliseconds