Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 71) sorted by relevance

123

/illumos-gate/usr/src/cmd/allocate/
H A Ddevalloc_defaults37 # 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 DMakefile46 SVCMETHOD = svc-allocate
47 MANIFEST = allocate.xml
61 PROGalloc = allocate
91 PROGallocOBJS = allocate.o allocate3.o
104 $(ROOTUSRSBIN)/allocate := FILEMODE = 4555
H A Dallocate.h91 extern int allocate(int optflg, uid_t uid, char *device, char *zonename);
/illumos-gate/usr/src/tools/smatch/src/
H A Dallocate.h30 extern void *allocate(struct allocator_struct *desc, unsigned int size);
52 return allocate(&x##_allocator, objsize+extra); \
H A Dallocate.c74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate() function
H A DMakefile34 LIB_OBJS += allocate.o
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c114 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 Dbeadm.4th169 \ 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 Dsupport.4th175 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
1457 l1 l2 + allocate if ENOMEM throw then
[all …]
H A Dloader.4th79 \ 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 Dnat.eg3 # IP packets, allocate an IP # between 240.1.0.0 and 240.1.0.255, temporarily
H A Dnat-setup49 Or if you wanted to allocate subnets to each IP#, you might do:
/illumos-gate/usr/src/common/ficl/softcore/
H A Dstring.fr64 \ if buffer is null, allocate one, else resize it
67 size allocate
H A Dficl.fr42 length 1 + allocate
H A Doo.fr413 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 Dalloca.S33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.h91 char *sdup(const char *msg, int allocate, char *str);
H A Dldap_util.c237 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 Dalloca.S32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.S52 ! allocate a temporary stack to run on while we figure who and
/illumos-gate/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld95 /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 DMakefile58 allocate \
528 allocate \
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.msg45 @ MSG_ERR_ALLOC "%s: %s: can't allocate memory: %s\n"
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt427 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

123