HomeSort by relevance Sort by last modified time
    Searched refs:name (Results 1 - 25 of 5180) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/cmd/lp/cmd/lpadmin/
ismodel.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
33 int ismodel (name)
34 char *name;
36 if (!name || !*name)
39 return (Access(makepath(Lp_Model, name, (char *)0), 04) != -1);
default.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 char *name; local
49 if ((name = getdefault()))
50 return (name);
59 void newdflt (name)
60 char *name;
63 if (name && *name && !STREQU(name, NAME_NONE)) {
64 if (putdefault(name) == -1)
    [all...]
  /netvirt/usr/src/lib/libdtrace_jni/common/
dtj_error.c 17 * information: Portions Copyright [yyyy] [name of copyright owner]
32 * Not currently providing name equivalents of dtrace_errno, only the error
44 const char *name = NULL; local
48 name = "DTRACEFLT_BADADDR";
51 name = "DTRACEFLT_BADALIGN";
54 name = "DTRACEFLT_ILLOP";
57 name = "DTRACEFLT_DIVZERO";
60 name = "DTRACEFLT_NOSCRATCH";
63 name = "DTRACEFLT_KPRIV";
66 name = "DTRACEFLT_UPRIV"
    [all...]
  /netvirt/usr/src/uts/common/fs/smbsrv/
smbsrv.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="smbsrv" parent="pseudo";
  /netvirt/usr/src/uts/common/fs/zfs/
zfs.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="zfs" parent="pseudo";
  /netvirt/usr/src/uts/common/io/dld/
dld.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="dld" parent="pseudo";
  /netvirt/usr/src/uts/common/io/
llc1.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
26 name="llc1" parent="pseudo";
pshot.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
41 name="pshot" class="root";
52 # member by prop name | [0] [1] [2]
62 # node name: disk tape testdev
70 # - nodetypes (PSHOT_PROP_DEVNT) must be the nodetype name as specified in
78 # nodetype name, such as "DDI_NT_BLOCK" etc., then the supplied value
86 # name="pshot" parent="/" <PSHOT_PROP_DEVNAME>="..",".." <PSHOT_PROP*>= ..;
  /netvirt/usr/src/uts/common/io/vscan/
vscan.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="vscan" parent="pseudo";
  /netvirt/usr/src/uts/common/pcmcia/pem/
pem.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="pem" parent="pseudo";
  /netvirt/usr/src/uts/common/xen/io/
xpvd.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="xpvd" class="root";
  /netvirt/usr/src/uts/i86pc/io/mc/
mc-amd.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="mc-amd" parent="pseudo";
  /netvirt/usr/src/uts/intel/io/agpgart/
agpgart.conf 8 name="agpgart" class="root";
  /netvirt/usr/src/uts/sun4/io/
tod.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="tod" parent="pseudo";
  /netvirt/usr/src/uts/sun/io/scsi/targets/
ssd.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="ssd" parent="sf" target=0;
29 name="ssd" parent="fp" target=0;
30 name="ssd" parent="scsi_vhci" target=0;
  /netvirt/usr/src/uts/sun4u/starfire/io/
idn.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="idn" parent="pseudo" instance=0;
29 name="idn" parent="pseudo" instance=1;
30 name="idn" parent="pseudo" instance=2;
31 name="idn" parent="pseudo" instance=3;
32 name="idn" parent="pseudo" instance=4;
33 name="idn" parent="pseudo" instance=5;
34 name="idn" parent="pseudo" instance=6;
35 name="idn" parent="pseudo" instance=7;
  /netvirt/usr/src/cmd/lp/lib/class/
delclass.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
45 delclass(char *name)
49 if (!name || !*name) {
54 if (STREQU(NAME_ALL, name)) {
56 while ((name = next_file(Lp_A_Classes, &lastdir)))
57 if (_delclass(name) == -1)
61 return (_delclass(name));
71 char * name
74 _delclass (name)
    [all...]
  /netvirt/usr/src/uts/common/brand/lx/dtrace/
lx_systrace.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="lx_systrace" parent="pseudo" instance=0;
  /netvirt/usr/src/uts/common/brand/lx/io/
lx_audio.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="lx_audio" parent="pseudo" instance=0;
lx_ptm.conf 17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="lx_ptm" parent="pseudo" instance=0;
  /netvirt/usr/src/uts/common/crypto/io/
crypto.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="crypto" parent="pseudo" instance=0;
cryptoadm.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="cryptoadm" parent="pseudo" instance=0;
  /netvirt/usr/src/uts/common/dtrace/
dtrace.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="dtrace" parent="pseudo" instance=0;
lockstat.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="lockstat" parent="pseudo" instance=0;
profile.conf 18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="profile" parent="pseudo" instance=0;

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>