Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/solaris/
Dtimod.c226 static int timod_optmgmt(unsigned int fd, int flag, char *opt_buf, int opt_len, int do_ret) in timod_optmgmt() argument
237 SOLDD(("fd %u flg %u buf %p len %u doret %u",fd,flag,opt_buf,opt_len,do_ret)); in timod_optmgmt()
238 if (!do_ret && (!opt_buf || opt_len <= 0)) in timod_optmgmt()
257 if (copy_from_user(opt, opt_buf, sizeof(struct opthdr)) || in timod_optmgmt()
269 copy_from_user(buf, opt_buf+sizeof(struct opthdr), opt->len)) { in timod_optmgmt()
313 opt_buf += sizeof(struct opthdr) + orig_opt_len; in timod_optmgmt()