OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shmif_units
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/net/lib/libshmif/
shmif_component.c
41
extern vmem_t *
shmif_units
; /* XXX */
43
shmif_units
= vmem_create("shmif", 1, 1<<15, 1, NULL, NULL, NULL, 1,
45
if (
shmif_units
== NULL)
if_shmem.c
114
vmem_t *
shmif_units
;
variable in typeref:typename:vmem_t *
338
error = vmem_xalloc(
shmif_units
, 1, 0, 0, 0,
388
rc = vmem_xalloc(
shmif_units
, 1, 0, 0, 0, unit+1, unit+1,
419
vmem_xfree(
shmif_units
, sc->sc_unit+1, 1);
Completed in 122 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025