Lines Matching refs:entry
166 /* return the last entry if nothing applies! */
251 /** create a procfs entry
269 /* allocate memory for the entry and the name */
301 /** shutdown one proc fs entry
328 if( ps->procDir.entry ) {
331 destroy_proc_entry( ps->procDir.entry, &ps->procDir.info );
336 destroy_proc_entry(ps->procDir.entry, &ps->procDir.buttons[i]);
339 destroy_proc_entry( base, &ps->procDir.entry );
372 /** cleanup the base entry
409 ps->procDir.entry = new_entry( str, S_IFDIR, base );
410 if( NULL == ps->procDir.entry )
413 ps->procDir.info = new_entry( "info", 0, ps->procDir.entry );
424 ps->procDir.buttons[i] = new_entry( str, 0, ps->procDir.entry );
438 printk(KERN_ERR "pt_drv: failure registering /proc/ entry %s.\n", str );