HomeSort by: relevance | last modified time | path
    Searched defs:l_subchnl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_cdrom.c 119 #define l_subchnl u1->ll_subchnl macro
252 error = copyin(SCARG(uap, data), &l_subchnl, sizeof l_subchnl);
258 t_subchannel.req.data_format = l_subchnl.cdsc_format;
262 l_subchnl.cdsc_format, l_subchnl.cdsc_trk));
268 l_subchnl.cdsc_audiostatus = t_subchannel.info.header.audio_status;
269 l_subchnl.cdsc_adr = t_subchannel.info.what.position.addr_type;
270 l_subchnl.cdsc_ctrl = t_subchannel.info.what.position.control;
271 l_subchnl.cdsc_ind = t_subchannel.info.what.position.index_number
    [all...]
linux_cdrom.c 119 #define l_subchnl u1->ll_subchnl macro
252 error = copyin(SCARG(uap, data), &l_subchnl, sizeof l_subchnl);
258 t_subchannel.req.data_format = l_subchnl.cdsc_format;
262 l_subchnl.cdsc_format, l_subchnl.cdsc_trk));
268 l_subchnl.cdsc_audiostatus = t_subchannel.info.header.audio_status;
269 l_subchnl.cdsc_adr = t_subchannel.info.what.position.addr_type;
270 l_subchnl.cdsc_ctrl = t_subchannel.info.what.position.control;
271 l_subchnl.cdsc_ind = t_subchannel.info.what.position.index_number
    [all...]

Completed in 231 milliseconds