Searched refs:modname (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddrti.c58 static const char *modname; /* Name of this load object */ variable
73 if (modname == NULL)
76 (void) fprintf(stderr, "dtrace DOF %s: ", modname);
118 if ((modname = strrchr(lmp->l_name, '/')) == NULL)
119 modname = lmp->l_name;
121 modname++;
138 "%s", modname);
141 "LM%lu`%s", lmid, modname);
/vbox/src/VBox/Additions/solaris/Installer/
H A Dvboxguest.sh70 modname=$1
72 loadentry=`/usr/sbin/modinfo | grep "$modname "`
/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh387 # module_added(modname)
405 # module_loaded(modname)
414 modname=$1
416 loadentry=`$BIN_MODINFO | grep "$modname "`
423 # add_driver(modname, moddesc, fatal, nulloutput, [driverperm])
432 modname="$1"
440 $BIN_ADDDRV $BASEDIR_OPT -m"$modperm" $modname >/dev/null 2>&1
442 $BIN_ADDDRV $BASEDIR_OPT -m"$modperm" $modname
446 $BIN_ADDDRV $BASEDIR_OPT $modname >/dev/null 2>&1
448 $BIN_ADDDRV $BASEDIR_OPT $modname
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Module.h130 const char *modname; /* name of module, e.g. "foo" */ member in struct:__anon6899
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Module.h130 const char *modname; /* name of module, e.g. "foo" */ member in struct:__anon7212
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Module.h138 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon7527
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Module.h133 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon7896
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Module.h133 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon8252
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon8569
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon8890
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon9205
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon9525
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon5051
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon5363
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon5675
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Module.h130 const char *modname; /* name of module, e.g. "foo" */ member in struct:__anon5983
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Module.h130 const char *modname; /* name of module, e.g. "foo" */ member in struct:__anon6286
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Module.h130 const char *modname; /* name of module, e.g. "foo" */ member in struct:__anon6584
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Module.h116 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon3022
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Module.h139 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon4672
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Module.h139 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon4239
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c155 char *modname = ctl->mod_modname; local
165 if (strcmp(modname, "dtrace") == 0)
183 if (strcmp(modname, "kmdbmod") == 0)
319 fbt->fbtp_id = dtrace_probe_create(fbt_id, modname,
403 fbt->fbtp_id = dtrace_probe_create(fbt_id, modname,
H A Dsdt.c101 char *modname = ctl->mod_modname; local
163 if ((id = dtrace_probe_lookup(prov->sdtp_id, modname,
173 modname, func, nname, 3, sdp);

Completed in 398 milliseconds