From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 6 20:09:27 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 637981065672 for ; Mon, 6 Feb 2012 20:09:27 +0000 (UTC) (envelope-from pmohanty.cdac@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2323D8FC1E for ; Mon, 6 Feb 2012 20:09:26 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so6388181vbb.13 for ; Mon, 06 Feb 2012 12:09:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=kkHBM59YvzSTiMNe3j9uFkBFHAclGc2J2Tg+nlBSgSg=; b=N4WogtbQ06wZtmHPt9UESxDinQUi0Mqqg67OVK9hPm2ut1AIeudtvPh9p5tsnDelTu /aUQ+sPalCe0syonez/bMitv32r3kKuRljnO/DcQEIDa7Ku7GOR9aTXPJz5i2j3KmHxa K4EF1Bc3r3rMMzsss6SxrSxJB0jMpnA98azQM= MIME-Version: 1.0 Received: by 10.52.24.70 with SMTP id s6mr7912210vdf.47.1328557463631; Mon, 06 Feb 2012 11:44:23 -0800 (PST) Received: by 10.52.31.167 with HTTP; Mon, 6 Feb 2012 11:44:23 -0800 (PST) Date: Tue, 7 Feb 2012 01:14:23 +0530 Message-ID: From: PRATIK MOHANTY To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Mon, 06 Feb 2012 20:20:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ioctl, copy structure from user X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 20:09:27 -0000 Hello sir, I need some example for ioctl to copy structure from user space to kernel space