Home
last modified time | relevance | path

Searched refs:psdev (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Dsysctl.c296 ctl_table *psdev = &presto_table[i + PRESTO_PRIMARY_CTLCNT]; in init_intermezzo_sysctl() local
300 *psdev = proto_channel_entry; in init_intermezzo_sysctl()
305 psdev->ctl_name = psdev->ctl_name + i + 1; /* sorry */ in init_intermezzo_sysctl()
308 psdev->procname = p; in init_intermezzo_sysctl()
309 if (!psdev->procname) { in init_intermezzo_sysctl()
314 sprintf((char *) psdev->procname, "intermezzo%d", i); in init_intermezzo_sysctl()
316 psdev->child = psdev_entries; in init_intermezzo_sysctl()
359 ctl_table *psdev = &presto_table[i + PRESTO_PRIMARY_CTLCNT]; in cleanup_intermezzo_sysctl() local
360 PRESTO_FREE(psdev->procname, PROCNAME_SIZE); in cleanup_intermezzo_sysctl()
DMakefile10 kml_unpack.o methods.o presto.o psdev.o replicator.o super.o \
/linux-2.4.37.9/fs/coda/
DMakefile7 obj-y := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o coda_linux.o\
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog1344 - Fixed compile problem with fs/coda/psdev.c