Search

Searched defs:allocate (Results 1 - 7 of 7) sorted by relevance

/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/lib/libnisdb/
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/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/cmd/allocate/
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/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/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/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...]

Completed in 126 milliseconds