/titanic_41/usr/src/cmd/allocate/ |
H A D | devalloc_defaults | 37 # e.g.: minlabel="TS A B";maxlabel="TS AB";auths=solaris.device.allocate;\ 40 audio:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/securit… 41 fd:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/l… 42 sr:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/l… 43 st:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/l… 44 rmdisk:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/securi…
|
H A D | Makefile | 42 SVCMETHOD = svc-allocate 43 MANIFEST = allocate.xml 57 PROGalloc = allocate 87 PROGallocOBJS = allocate.o allocate3.o 100 $(ROOTUSRSBIN)/allocate := FILEMODE = 4555
|
H A D | allocate.h | 93 extern int allocate(int optflg, uid_t uid, char *device, char *zonename);
|
/titanic_41/usr/src/lib/libunistat/common/sdbc/ |
H A D | sdbc.err | 47 NOCB = Cannot allocate cache block structures 48 NOCCTL = Cannot allocate cctl sync structures 49 NOCD = Cannot allocate cache data structures 50 NOMIRRORCD = Cannot allocate cache data structures for mirror areas 51 NOSHAREDFILE = Cannot allocate shared file area 52 NOSFNV = Cannot allocate shared file area in nvmem
|
/titanic_41/usr/src/cmd/lp/filter/postscript/download/ |
H A D | download.c | 116 static Map *allocate(Map *, int); 307 map = allocate(map, next+50); in readmap() 555 allocate(Map *ptr, int num) in allocate() function
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | CACHE_SPEC.txt | 79 to allocate overlapping cache blocks, it will be a 83 is no longer necessary to free and re-allocate between writes. 124 Usage: for better performance, an application could allocate 207 handle = handle previously allocated in allocate buf. 228 handle = handle previously allocated in allocate buf. 248 handle = handle previously allocated in allocate buf. 265 handle = handle previously allocated in allocate buf. 298 handle = handle previously allocated in allocate buf.
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | nat.eg | 3 # IP packets, allocate an IP # between 240.1.0.0 and 240.1.0.255, temporarily
|
H A D | nat-setup | 49 Or if you wanted to allocate subnets to each IP#, you might do:
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | alloca.s | 38 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | alloca.s | 33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_util.h | 91 char *sdup(const char *msg, int allocate, char *str);
|
H A D | ldap_util.c | 237 sdup(const char *msg, int allocate, char *str) { in sdup() argument 240 if (!allocate) in sdup()
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.s | 32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | proc_init.s | 69 ! allocate a temporary stack to run on while we figure who and
|
/titanic_41/usr/src/cmd/tsol/labeld/ |
H A D | svc-labeld | 95 /usr/sbin/svcadm enable -s svc:/system/device/allocate:default 101 /usr/sbin/svcadm enable -s svc:/system/device/allocate:default
|
/titanic_41/usr/src/cmd/ |
H A D | Makefile | 52 allocate \ 509 allocate \
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/interop/ |
H A D | interop.cfg | 50 # We need to repartition the single disk to two slices and allocate
|
/titanic_41/usr/src/lib/libunistat/common/dsw/ |
H A D | dsw.err | 40 MAPMEMORY = Could not allocate memory for bitmaps in interface library (malloc)
|
/titanic_41/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.msg | 45 @ MSG_ERR_ALLOC "%s: %s: can't allocate memory: %s\n"
|
/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 158 \ allocate and return physical allocation size 195 \ if base==0, vmem-alloc will allocate virt 609 \ OBP doesn't allocate memory for elf 619 \ allocate 4MB segs for text & data
|
/titanic_41/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memset.s | 100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | vmalloc | 27 /* allocate a big chunk */
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 419 6200:AUE_allocate_succ:allocate-device success:ot 420 6201:AUE_allocate_fail:allocate-device failure:ot 423 6205:AUE_listdevice_succ:allocate-list devices success:ot 424 6206:AUE_listdevice_fail:allocate-list devices failure:ot
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 2115 program=/usr/sbin/allocate 2116 title=allocate: allocate-device failure 2122 program=/usr/sbin/allocate 2123 title=allocate: allocate-device success 2260 title=allocate-list devices failure 2261 program=/usr/sbin/allocate 2267 title=allocate-list devices success 2268 program=/usr/sbin/allocate
|
/titanic_41/usr/src/uts/common/io/ntxn/ |
H A D | unm_gem.c | 628 int i, ret, allocate = 0, sreoff; in unm_create_rx_ring() local 649 allocate++; in unm_create_rx_ring() 684 for (i = 0; i < allocate; i++, rx_buffer++) { in unm_create_rx_ring()
|