aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man9/Makefile
blob: 8934a2836399855965fddb262bb17e96c6b72840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
# $FreeBSD$
MAN9 =	BUF_LOCK.9\
	BUF_LOCKFREE.9\
	BUF_LOCKINIT.9\
	BUF_REFCNT.9\
	BUF_TIMELOCK.9\
	BUF_UNLOCK.9\
	BUS_ADD_CHILD.9\
	BUS_CONFIG_INTR.9\
	BUS_PRINT_CHILD.9\
	BUS_READ_IVAR.9\
	BUS_SETUP_INTR.9\
	CTASSERT.9\
	DECLARE_MODULE.9\
	DELAY.9\
	DEVICE_ATTACH.9\
	DEVICE_DETACH.9\
	DEVICE_IDENTIFY.9\
	DEVICE_PROBE.9\
	DEVICE_SHUTDOWN.9\
	DEV_MODULE.9\
	DRIVER_MODULE.9\
	KASSERT.9\
	MD5.9\
	MODULE_DEPEND.9\
	MODULE_VERSION.9\
	SYSCALL_MODULE.9\
	VFS.9\
	VFS_CHECKEXP.9\
	VFS_FHTOVP.9\
	VFS_INIT.9\
	VFS_MOUNT.9\
	VFS_QUOTACTL.9\
	VFS_ROOT.9\
	VFS_SET.9\
	VFS_START.9\
	VFS_STATFS.9\
	VFS_SYNC.9\
	VFS_UNMOUNT.9\
	VFS_VGET.9\
	VFS_VPTOFH.9\
	VOP_ACCESS.9\
	VOP_ACLCHECK.9\
	VOP_ADVLOCK.9\
	VOP_ATTRIB.9\
	VOP_BWRITE.9\
	VOP_CREATE.9\
	VOP_FSYNC.9\
	VOP_GETACL.9\
	VOP_GETEXTATTR.9\
	VOP_GETPAGES.9\
	VOP_GETVOBJECT.9\
	VOP_INACTIVE.9\
	VOP_IOCTL.9\
	VOP_LEASE.9\
	VOP_LINK.9\
	VOP_LOCK.9\
	VOP_LOOKUP.9\
	VOP_OPENCLOSE.9\
	VOP_PATHCONF.9\
	VOP_PRINT.9\
	VOP_RDWR.9\
	VOP_READDIR.9\
	VOP_READLINK.9\
	VOP_REALLOCBLKS.9\
	VOP_REMOVE.9\
	VOP_RENAME.9\
	VOP_REVOKE.9\
	VOP_SETACL.9\
	VOP_SETEXTATTR.9\
	VOP_STRATEGY.9\
	accept_filter.9\
	accf_data.9\
	accf_http.9\
	acl.9\
	bios.9\
	boot.9\
	buf.9\
	bus_activate_resource.9\
	bus_alloc_resource.9\
	bus_child_present.9\
	bus_generic_attach.9\
	bus_generic_detach.9\
	bus_generic_print_child.9\
	bus_generic_read_ivar.9\
	bus_generic_shutdown.9\
	bus_release_resource.9\
	bus_set_resource.9\
	byteorder.9\
	cd.9\
	cdevsw_add.9\
	cdevsw_remove.9\
	condvar.9\
	copy.9\
	devclass.9\
	devclass_add_driver.9\
	devclass_find.9\
	devclass_get_device.9\
	devclass_get_devices.9\
	devclass_get_maxunit.9\
	devclass_get_name.9\
	devclass_get_softc.9\
	device.9\
	device_add_child.9\
	device_delete_child.9\
	device_enable.9\
	device_find_child.9\
	device_get_children.9\
	device_get_devclass.9\
	device_get_driver.9\
	device_get_ivars.9\
	device_get_name.9\
	device_get_parent.9\
	device_get_softc.9\
	device_get_state.9\
	device_get_unit.9\
	device_ids.9\
	device_printf.9\
	device_probe_and_attach.9\
	device_quiet.9\
	device_set_desc.9\
	device_set_driver.9\
	device_set_flags.9\
	devstat.9\
	devsw.9\
	devtoname.9\
	driver.9\
	extattr.9\
	fetch.9\
	groupmember.9\
	inittodr.9\
	intro.9\
	kernacc.9\
	lock.9\
	make_dev.9\
	malloc.9\
	mi_switch.9\
	microseq.9\
	microtime.9\
	microuptime.9\
	module.9\
	namei.9\
	panic.9\
	physio.9\
	printf.9\
	pseudofs.9\
	psignal.9\
	resettodr.9\
	sbuf.9\
	sema.9\
	sleep.9\
	spl.9\
	store.9\
	style.9\
	suser.9\
	sx.9\
	sysctl_add_oid.9\
	sysctl_ctx_init.9\
	taskqueue.9\
	time.9\
	timeout.9\
	tvtohz.9\
	uio.9\
	vfs_unmountall.9\
	vget.9\
	vnode.9\
	vput.9\
	vref.9\
	vrele.9\
	vslock.9\
	zone.9

MLINKS+=BUS_SETUP_INTR.9 bus_setup_intr.9
MLINKS+=BUS_SETUP_INTR.9 BUS_TEARDOWN_INTR.9
MLINKS+=BUS_SETUP_INTR.9 bus_teardown_intr.9

MLINKS+=DRIVER_MODULE.9 MULTI_DRIVER_MODULE.9
MLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
MLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9
MLINKS+=VOP_ATTRIB.9 VOP_SETATTR.9
MLINKS+=VOP_CREATE.9 VOP_MKDIR.9
MLINKS+=VOP_CREATE.9 VOP_MKNOD.9
MLINKS+=VOP_CREATE.9 VOP_SYMLINK.9
MLINKS+=VOP_GETPAGES.9 VOP_PUTPAGES.9
MLINKS+=VOP_GETVOBJECT.9 VOP_CREATEVOBJECT.9
MLINKS+=VOP_GETVOBJECT.9 VOP_DESTROYVOBJECT.9
MLINKS+=VOP_INACTIVE.9 VOP_RECLAIM.9
MLINKS+=VOP_LOCK.9 VOP_ISLOCKED.9
MLINKS+=VOP_LOCK.9 VOP_UNLOCK.9
MLINKS+=VOP_LOCK.9 vn_lock.9
MLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9
MLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9
MLINKS+=VOP_RDWR.9 VOP_READ.9
MLINKS+=VOP_RDWR.9 VOP_WRITE.9
MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
MLINKS+=bus_activate_resource.9 bus_deactivate_resource.9
MLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
MLINKS+=devstat.9 devicestat.9
MLINKS+=devstat.9 devstat_add_entry.9
MLINKS+=devstat.9 devstat_remove_entry.9
MLINKS+=devstat.9 devstat_start_transaction.9
MLINKS+=devstat.9 devstat_end_transaction.9
MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
#MLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
MLINKS+=kernacc.9 useracc.9
MLINKS+=make_dev.9 dev_depends.9
MLINKS+=make_dev.9 destroy_dev.9
MLINKS+=make_dev.9 make_dev_alias.9
MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9
MLINKS+=mi_switch.9 cpu_switch.9 mi_switch.9 cpu_throw.9
MLINKS+=namei.9 NDINIT.9
MLINKS+=namei.9 NDFREE.9
MLINKS+=psignal.9 gsignal.9
MLINKS+=psignal.9 pgsignal.9
#MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 sleep.9 wakeup_one.9
MLINKS+=sleep.9 msleep.9
MLINKS+=buf.9 bp.9
MLINKS+=spl.9 spl0.9
MLINKS+=spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9
MLINKS+=spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9
MLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
MLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
MLINKS+=timeout.9 untimeout.9
MLINKS+=timeout.9 callout_handle_init.9 timeout.9 callout_init.9
MLINKS+=timeout.9 callout_stop.9 timeout.9 callout_reset.9
MLINKS+=uio.9 uiomove.9
MLINKS+=vref.9 VREF.9
MLINKS+=vslock.9 vsunlock.9

MLINKS+=device_add_child.9 device_add_child_ordered.9
MLINKS+=device_enable.9 device_disable.9
MLINKS+=device_enable.9 device_is_enabled.9
MLINKS+=device_get_ivars.9 device_set_ivars.9
MLINKS+=device_get_name.9 device_get_nameunit.9
MLINKS+=device_get_state.9 device_busy.9
MLINKS+=device_get_state.9 device_unbusy.9
MLINKS+=device_get_state.9 device_is_alive.9
MLINKS+=device_get_state.9 device_is_attached.9
MLINKS+=device_ids.9 major.9 device_ids.9 umajor.9
MLINKS+=device_ids.9 minor.9 device_ids.9 uminor.9
MLINKS+=device_quiet.9 device_verbose.9
MLINKS+=device_quiet.9 device_is_quiet.9
MLINKS+=device_set_desc.9 device_get_desc.9
MLINKS+=device_set_desc.9 device_set_desc_copy.9
MLINKS+=device_set_flags.9 device_get_flags.9
MLINKS+=devclass_add_driver.9 devclass_delete_driver.9
MLINKS+=devclass_add_driver.9 devclass_find_driver.9
MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9

MLINKS+=byteorder.9 bswap16.9 byteorder.9 bswap32.9  byteorder.9 bswap64.9
MLINKS+=byteorder.9 be16toh.9 byteorder.9 be32toh.9  byteorder.9 be64toh.9
MLINKS+=byteorder.9 htobe16.9 byteorder.9 htobe32.9  byteorder.9 htobe64.9
MLINKS+=byteorder.9 le16toh.9 byteorder.9 le32toh.9  byteorder.9 le64toh.9
MLINKS+=byteorder.9 htole16.9 byteorder.9 htole32.9  byteorder.9 htole64.9
MLINKS+=byteorder.9 be16enc.9 byteorder.9 be32enc.9  byteorder.9 be64enc.9
MLINKS+=byteorder.9 be16dec.9 byteorder.9 be32dec.9  byteorder.9 be64dec.9
MLINKS+=byteorder.9 le16enc.9 byteorder.9 le32enc.9  byteorder.9 le64enc.9
MLINKS+=byteorder.9 le16dec.9 byteorder.9 le32dec.9  byteorder.9 le64dec.9

MLINKS+=condvar.9 cv_init.9 condvar.9 cv_destroy.9
MLINKS+=condvar.9 cv_wait.9 condvar.9 cv_wait_sig.9
MLINKS+=condvar.9 cv_timedwait.9 condvar.9 cv_timedwait_sig.9
MLINKS+=condvar.9 cv_signal.9 condvar.9 cv_broadcast.9
MLINKS+=condvar.9 cv_waitq_remove.9 condvar.9 cv_waitq_empty.9
MLINKS+=condvar.9 cv_wmesg.9

MLINKS+=lock.9 lockinit.9 lock.9 lockdestroy.9
MLINKS+=lock.9 lockcount.9 lock.9 lockmgr.9
MLINKS+=lock.9 lockstatus.9 lock.9 lockmgr_printinfo.9

MLINKS+=microtime.9 getmicrotime.9
MLINKS+=microtime.9 nanotime.9
MLINKS+=microtime.9 getnanotime.9
MLINKS+=microuptime.9 getmicrouptime.9
MLINKS+=microuptime.9 nanouptime.9
MLINKS+=microuptime.9 getnanouptime.9

MLINKS+=printf.9 uprintf.9
MLINKS+=printf.9 tprintf.9

MLINKS+=suser.9 suser_cred.9

MLINKS+=sx.9 sx_init.9 sx.9 sx_destroy.9 sx.9 sx_slock.9 sx.9 sx_xlock.9
MLINKS+=sx.9 sx_try_slock.9 sx.9 sx_try_xlock.9 sx.9 sx_sunlock.9
MLINKS+=sx.9 sx_xunlock.9 sx.9 sx_try_upgrade.9 sx.9 sx_downgrade.9
MLINKS+=sx.9 sx_assert.9 sx.9 SX_SYSINIT.9

MLINKS+=sysctl_add_oid.9 sysctl_remove_oid.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OID.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_NODE.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRING.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_INT.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_UINT.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_LONG.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_ULONG.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OPAQUE.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRUCT.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_PROC.9
MLINKS+=sysctl_ctx_init.9 sysctl_ctx_free.9
MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_add.9
MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_del.9
MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_find.9

MLINKS+=sbuf.9 sbuf_new.9
MLINKS+=sbuf.9 sbuf_clear.9
MLINKS+=sbuf.9 sbuf_setpos.9
MLINKS+=sbuf.9 sbuf_cat.9
MLINKS+=sbuf.9 sbuf_cpy.9
MLINKS+=sbuf.9 sbuf_printf.9
MLINKS+=sbuf.9 sbuf_putc.9
MLINKS+=sbuf.9 sbuf_overflowed.9
MLINKS+=sbuf.9 sbuf_finish.9
MLINKS+=sbuf.9 sbuf_data.9
MLINKS+=sbuf.9 sbuf_len.9
MLINKS+=sbuf.9 sbuf_delete.9
MLINKS+=sbuf.9 sbuf_trim.9
MLINKS+=sbuf.9 sbuf_vprintf.9

MLINKS+=sema.9 sema_init.9 sema.9 sema_destroy.9 sema.9 sema_post.9
MLINKS+=sema.9 sema_wait.9 sema.9 sema_timedwait.9
MLINKS+=sema.9 sema_trywait.9 sema.9 sema_value.9

MLINKS+=taskqueue.9 TASKQUEUE_DECLARE.9
MLINKS+=taskqueue.9 TASKQUEUE_DEFINE.9
MLINKS+=taskqueue.9 TASK_INIT.9
MLINKS+=taskqueue.9 taskqueue_create.9
MLINKS+=taskqueue.9 taskqueue_enqueue.9
MLINKS+=taskqueue.9 taskqueue_find.9
MLINKS+=taskqueue.9 taskqueue_free.9
MLINKS+=taskqueue.9 taskqueue_run.9

MLINKS+=zone.9 uma.9
MLINKS+=zone.9 uma_zalloc.9
MLINKS+=zone.9 uma_zcreate.9
MLINKS+=zone.9 uma_zfree.9
MLINKS+=zone.9 uma_zdestroy.9
MLINKS+=zone.9 uma_zone_set_max.9

.include "bsd.prog.mk"