Searched refs:allocate (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/allocate/
H A DMakefile42 SVCMETHOD = svc-allocate
43 MANIFEST = allocate.xml
57 PROGalloc = allocate
87 PROGallocOBJS = allocate.o allocate3.o
100 $(ROOTUSRSBIN)/allocate := FILEMODE = 4555
H A Dallocate.h51 #define USERNAME 0x00004000 /* -U for allocate */
93 extern int allocate(int optflg, uid_t uid, char *device, char *zonename);
H A Dallocate.c45 #include "allocate.h"
51 #define ALLOC "allocate"
68 use[0] = gettext("allocate [-s] [-w] [-U uname] [-z zonename] "
100 use[0] = gettext("allocate "
182 msg = gettext("Device specified is in allocate error state.");
327 * allocate, deallocate, list_devices run in
345 if (func == 0) { /* allocate */
385 * allocate(1) must be supplied with one device argument
609 error = allocate(optflg, uid, device, zonename);
H A Dallocate3.c63 #include "allocate.h"
375 * 1. user has authorization to allocate
448 * 1. user has authorization to allocate
513 * we need device.allocate to list our devices
1216 dprintf("User %d is unauthorized to allocate\n", (int)uid);
1255 /* All checks passed, time to lock and allocate */
1271 dprintf("allocate: "
1278 dprintf("allocate: Failed to mount device %s\n",
1353 allocate(int optflag, uid_t uid, char *device, char *zonename) function
1369 * allocate device
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.h91 char *sdup(const char *msg, int allocate, char *str);
H A Dldap_util.c233 * If allocate==0, return 'str'; othewise, duplicate the string just
237 sdup(const char *msg, int allocate, char *str) { argument
240 if (!allocate)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s38 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/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/libc/sparcv9/gen/
H A Dalloca.s32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c116 static Map *allocate(Map *, int);
307 map = allocate(map, next+50);
555 allocate(Map *ptr, int num) function
574 } /* End of allocate */
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s69 ! allocate a temporary stack to run on while we figure who and
H A Dswtch.s263 mov %g0, %o1 ! %o1 = allocate flag = 0
276 mov 1, %o1 ! %o1 = allocate flag = 1
/illumos-gate/usr/src/cmd/
H A DMakefile53 allocate \
511 allocate \
/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/lib/libc/i386_hwcap1/gen/
H A Dmemset.s100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c628 int i, ret, allocate = 0, sreoff; local
649 allocate++;
684 for (i = 0; i < allocate; i++, rx_buffer++) {
787 * do not allocate.
/illumos-gate/usr/src/man/man1/
H A DMakefile26 allocate.1 \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c663 logerr("unable to allocate memory for filter");
1301 logerr("unable to allocate space for %d devices", ndevs + 1);
1386 * services; that's why we allocate for nsvcs * ndevs.
1391 logerr("unable to allocate option state structure");
1589 /* First pass; just allocate space for all *:pppoe* devices */
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c288 "failed to allocate soft state: %d", rc);
418 * First pass over all the ports - allocate VIs and initialize some
421 * calculating how many interrupts to attempt to allocate.
576 "failed to allocate %d interrupt(s) of type %d: %d, %d",
1708 goto allocate;
1722 goto allocate;
1768 goto allocate;
1781 allocate:
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1639 save %sp, -SA(MINFRAME + REGSIZE), %sp ! save and allocate regs
1727 save %sp, -SA(MINFRAME + REGSIZE), %sp ! save and allocate regs
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c85 bam_error(_("could not allocate memory: size = %u\n"), len);
119 bam_error(_("could not allocate memory: size = %u\n"), len);
138 * find any characters from the delimeter string or upon failure to allocate
174 bam_error(_("could not allocate memory: "
954 * We need to allocate space for the kernel path (twice) plus an
1137 /* allocate initial space for the kernel path */
1143 bam_error(_("could not allocate memory: size = %u\n"),
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c1125 allocate (void *P_data) function
1343 r = foreach_localaddr (&data, count_addrs, allocate, add_addr);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c503 * Since the kernel does not (presently) allocate its memory
1435 * May allocate memory with lock held
1475 * allocate the next available unused key
1580 * May lock out tsd_destroy (and tsd_create), may allocate memory with
1635 tsd_getcreate(uint_t *keyp, void (*destroy)(void *), void *(*allocate)(void)) argument
1647 (void) tsd_set(*keyp, value = (*allocate)());
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c5480 * If 'allocate' is set it does memory allocation for the ip_pkt_t, including
5487 ip_find_hdr_v4(ipha_t *ipha, ip_pkt_t *ipp, boolean_t allocate) argument
5506 if (!allocate)
5531 if (!allocate) {
5563 if (allocate && (ipp->ipp_fields & IPPF_LABEL_V4)) {
5595 if (!allocate) {
5869 * to a DLPI device. We allocate an ill_t as the instance data in
6007 * allocate an conn_t as the instance data.
6044 * Try to allocate from the small arena.
9815 ip1dbg(("ip_snmp_get_mib2_ip: failed to allocate
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c341 fprintf(stderr,"Unable to allocate memory for a new parser action.");
439 fprintf(stderr,"Unable to allocate memory for a new acttab.");
1048 fprintf(stderr,"Unable to allocate memory for a new configuration.");
2031 "Can't allocate enough memory for this rule.");
2311 ErrorMsg(ps.filename,0,"Can't allocate %d of memory to hold this file.",
2437 "Unable to allocate memory for a new follow-set propagation link.\n");
2505 fprintf(stderr,"Can't allocate space for a filename.\n");
3025 /* Allocate and initialize types[] and allocate stddt[] */

Completed in 153 milliseconds

12