make_dev.9 (f36575b51cb531d9674869c8a4039526d1c384f2) make_dev.9 (95adbc959bdf18e1f294d64e7a25339462690fb9)
1.\" Copyright (c) 1999 Chris Costello
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 257 unchanged lines hidden (view full) ---

266.Fn destroy_dev
267for the specified
268.Fa cdev
269in the safe context.
270After
271.Fn destroy_dev
272is finished, and if the supplied
273.Fa cb
1.\" Copyright (c) 1999 Chris Costello
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 257 unchanged lines hidden (view full) ---

266.Fn destroy_dev
267for the specified
268.Fa cdev
269in the safe context.
270After
271.Fn destroy_dev
272is finished, and if the supplied
273.Fa cb
274is not NULL, the callback
274is not
275.Dv NULL ,
276the callback
275.Fa cb
276is called, with argument
277.Fa arg .
278The
279.Fn destroy_dev_sched
280function is the same as
281.Bd -literal -offset indent
282destroy_dev_sched_cb(cdev, NULL, NULL);

--- 95 unchanged lines hidden ---
277.Fa cb
278is called, with argument
279.Fa arg .
280The
281.Fn destroy_dev_sched
282function is the same as
283.Bd -literal -offset indent
284destroy_dev_sched_cb(cdev, NULL, NULL);

--- 95 unchanged lines hidden ---