Lines Matching defs:base
72 static struct proc_dir_entry *base = NULL;
339 destroy_proc_entry( base, &ps->procDir.entry );
353 base = new_entry( _DRV_NAME, S_IFDIR, &proc_root );
355 base = new_entry( _DRV_NAME, S_IFDIR, NULL );
358 if( NULL != base ) {
362 binfo = new_entry( "info", 0, base );
372 /** cleanup the base entry
378 if( NULL != base ) {
381 destroy_proc_entry( base, &binfo );
384 destroy_proc_entry( &proc_root, &base );
386 destroy_proc_entry( NULL, &base );
400 if( NULL == base ) {
409 ps->procDir.entry = new_entry( str, S_IFDIR, base );