• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/sys/

Lines Matching refs:unit

70 	@field ctl_unit The kernel control unit.
127 creator code obtained from Apple Computer. sc_unit is a unit
134 @field sc_unit Kernel controller private unit number.
142 u_int32_t sc_unit; /* Developer private unit number */
211 contains the unit number of the kernel control instance the client is
215 registered, sc_unit is the dynamically allocated unit number of
238 @param unit The unit number of the kernel control instance the client has
243 typedef errno_t (*ctl_disconnect_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo);
250 @param unit The unit number of the kernel control instance the client has
259 typedef errno_t (*ctl_send_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
267 @param unit The unit number of the kernel control instance.
275 typedef errno_t (*ctl_setopt_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
289 @param unit The unit number of the kernel control instance.
298 typedef errno_t (*ctl_getopt_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
313 @field ctl_unit A separate unit number to register multiple units that
370 EEXIST - A controller with that id/unit is already registered.
392 @param unit The unit number of the kernel control instance.
403 ctl_enqueuedata(kern_ctl_ref kctlref, u_int32_t unit, void *data, size_t len, u_int32_t flags);
411 @param unit The unit number of the kernel control instance.
420 ctl_enqueuembuf(kern_ctl_ref kctlref, u_int32_t unit, mbuf_t m, u_int32_t flags);
428 @param unit The unit number of the kernel control instance.
434 ctl_getenqueuespace(kern_ctl_ref kctlref, u_int32_t unit, size_t *space);