/illumos-gate/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 | 46 SVCMETHOD = svc-allocate 47 MANIFEST = allocate.xml 61 PROGalloc = allocate 91 PROGallocOBJS = allocate.o allocate3.o 104 $(ROOTUSRSBIN)/allocate := FILEMODE = 4555
|
H A D | allocate.h | 91 extern int allocate(int optflg, uid_t uid, char *device, char *zonename);
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | allocate.h | 30 extern void *allocate(struct allocator_struct *desc, unsigned int size); 52 return allocate(&x##_allocator, objsize+extra); \
|
H A D | allocate.c | 74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate() function
|
H A D | Makefile | 34 LIB_OBJS += allocate.o
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/ |
H A D | download.c | 114 static Map *allocate(Map *, int); 305 map = allocate(map, next+50); in readmap() 553 allocate(Map *ptr, int num) in allocate() function
|
/illumos-gate/usr/src/boot/forth/ |
H A D | beadm.4th | 169 \ need to allocate space for len + 16 170 dup 16 + allocate if ENOMEM throw then 201 dup 1+ allocate if ENOMEM throw then 212 dup 6 + allocate if ENOMEM throw then 225 dup 5 + allocate if ENOMEM throw then 461 5 + allocate if
|
H A D | support.4th | 175 len allocate if ENOMEM throw then 486 r@ allocate if ENOMEM throw then 514 read_buffer_size allocate if ENOMEM throw then 666 len allocate if ENOMEM throw then 854 allocate if ENOMEM throw then 905 sizeof module allocate if ENOMEM throw then 1244 allocate if 1274 dup cells allocate ( n array flag ) \ allocate array 1296 dup allocate if drop free 2drop 0 exit then 1320 dup conf_files .len @ + 2 + allocate abort" out of memory" ( addr len addr' ) [all …]
|
H A D | loader.4th | 79 \ other switches are 1 byte each, so allocate boot-args+acpi + extra bytes 95 \ allocate temporary space. max is: 98 blen alen 40 + + allocate abort" out of memory" 384 allocate abort" out of memory"
|
/illumos-gate/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:
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | string.fr | 64 \ if buffer is null, allocate one, else resize it 67 size allocate
|
H A D | ficl.fr | 42 length 1 + allocate
|
H A D | oo.fr | 413 allot \ allocate payload space 422 nobj * allot \ allocate payload space 440 class meta metaclass => get-size allocate ( -- addr fail-flag ) 441 abort" allocate failed " ( -- addr ) 449 nobj * allocate ( -- addr fail-flag ) 450 abort" allocate failed " ( -- addr )
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | alloca.S | 33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.S | 32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | proc_init.S | 52 ! allocate a temporary stack to run on while we figure who and
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 58 allocate \ 529 allocate \
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.msg | 45 @ MSG_ERR_ALLOC "%s: %s: can't allocate memory: %s\n"
|
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memset.S | 100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 427 6200:AUE_allocate_succ:allocate-device success:ot 428 6201:AUE_allocate_fail:allocate-device failure:ot 431 6205:AUE_listdevice_succ:allocate-list devices success:ot 432 6206:AUE_listdevice_fail:allocate-list devices failure:ot
|