OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nullop
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/kern/
kern_stub.c
112
__strong_alias(ktr_csw,
nullop
); /* Probes */
113
__strong_alias(ktr_emul,
nullop
);
114
__strong_alias(ktr_geniov,
nullop
);
115
__strong_alias(ktr_genio,
nullop
);
116
__strong_alias(ktr_mibio,
nullop
);
117
__strong_alias(ktr_namei,
nullop
);
118
__strong_alias(ktr_namei2,
nullop
);
119
__strong_alias(ktr_psig,
nullop
);
120
__strong_alias(ktr_syscall,
nullop
);
121
__strong_alias(ktr_sysret,
nullop
);
304
nullop
(void *v)
function
[
all
...]
subr_ipi.c
159
ipi_msg_t ipimsg = { .func = __FPTRCAST(ipi_func_t,
nullop
) };
subr_pool.c
145
#define NO_CTOR __FPTRCAST(int (*)(void *, void *, int),
nullop
)
146
#define NO_DTOR __FPTRCAST(void (*)(void *, void *),
nullop
)
subr_devsw.c
128
void (*biodone_vfs)(buf_t *) = (void *)
nullop
;
init_sysent.c
1917
.sy_call = (sy_call_t *)(void *)
nullop
,
/src/sys/sys/
lock.h
55
#define SPINLOCK_BACKOFF_HOOK
nullop
(NULL)
systm.h
178
int
nullop
(void *);
/src/sys/arch/alpha/include/
lock.h
172
#define SPINLOCK_BACKOFF_HOOK (void)
nullop
((void *)0)
/src/sys/rump/librump/rumpkern/
cons.c
64
.fo_read = (void *)
nullop
,
70
.fo_close = (void *)
nullop
,
rump.c
120
void (*rump_vfs_drainbufs)(int) = (void *)
nullop
;
122
devmajor_t, devminor_t) = (void *)
nullop
;
124
devmajor_t, devminor_t, int) = (void *)
nullop
;
125
int (*rump_vfs_makesymlink)(const char *, const char *) = (void *)
nullop
;
127
rump_proc_vfs_init_fn rump_proc_vfs_init = (void *)
nullop
;
128
rump_proc_vfs_release_fn rump_proc_vfs_release = (void *)
nullop
;
emul.c
51
void (*rump_vfs_fini)(void) = (void *)
nullop
;
/src/regress/sys/kern/allocfree/
allocfree.c
155
nullop
(NULL);
/src/sys/dev/hpc/
biconsdev.c
134
tp->t_param = (int (*)(struct tty *, struct termios *))
nullop
;
/src/share/man/man9/
Makefile
44
namei.9
nullop
.9 opencrypto.9 optstr.9 \
603
MLINKS+=
nullop
.9 voidop.9 \
604
nullop
.9 enodev.9 \
605
nullop
.9 enxio.9 \
606
nullop
.9 enoioctl.9 \
607
nullop
.9 enosys.9 \
608
nullop
.9 eopnotsupp.9
/src/sys/arch/mips/mips/
locore_mips1.S
1689
PTR_WORD _C_LABEL(
nullop
) # tlb_invalidate_globals
1699
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_idle
1700
PTR_WORD _C_LABEL(
nullop
) # lsw_send_ipi
1701
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_offline_md
1702
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_init
1703
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_run
1704
PTR_WORD _C_LABEL(
nullop
) # lsw_bus_error
mipsX_subr.S
3006
PTR_WORD _C_LABEL(
nullop
)
3017
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_idle
3018
PTR_WORD _C_LABEL(
nullop
) # lsw_send_ipi
3019
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_offline_md
3020
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_init
3021
PTR_WORD _C_LABEL(
nullop
) # lsw_cpu_run
3022
PTR_WORD _C_LABEL(
nullop
) # lsw_bus_error
/src/sys/fs/efs/
efs_vfsops.c
566
.vfs_sync = (void *)
nullop
,
/src/sys/rump/librump/rumpvfs/
rumpfs.c
1835
.vfs_start = (void *)
nullop
,
1840
.vfs_sync = (void *)
nullop
,
/src/sys/compat/netbsd32/
netbsd32_sysent.c
1649
.sy_call = (sy_call_t *)(void *)
nullop
,
/src/sys/arch/atari/atari/
locore.s
729
jbsr _C_LABEL(
nullop
) | XXX handle software interrupts
Completed in 41 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026