Searched defs:out (Results 351 - 354 of 354) sorted by relevance

<<1112131415

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1361 goto out;
1397 out: (void) door_return((char *)dcp, sizeof (*dcp), NULL, 0);
1413 * Lock out other devfsadm processes from /dev.
1664 goto out;
1719 goto out;
1734 out:
3759 goto out;
3782 goto out;
3797 * just succeeded to write a file out.. hmm.. maybe
3804 goto out;
7340 char *p, *l, *out; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c70 * Figure out which type of umem is being used; if it's not there
781 * 'cp', which is at address caddr, and place it in *out.
784 umem_hash_lookup(umem_cache_t *cp, uintptr_t caddr, void *buf, uintptr_t *out) argument
803 *out = (uintptr_t)bcp;
909 * Read the magtype out of the cache, after verifying the pointer's
1315 * We have a buffer which has been allocated out of the
1347 uintptr_t out; local
1361 out = (uintptr_t)tag.bt_bufctl;
1364 &out) == -1)
1367 ret = bufctl_walk_callback(cp, wsp, out);
4016 get_umem_alloc_sizes(int **out, size_t *out_num) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c316 enum_lookup(char *type, int val, const char *prefix, size_t size, char *out) argument
330 (void) strncpy(out, cp, size);
332 mdb_snprintf(out, size, "? (%d)", val);
1158 * Print a summarized spa_t. When given no arguments, prints out a table of all
1422 * Print out a summarized vdev_t, in the following form:
1980 * Given a spa_t, print out it's on-disk space usage and in-core
2081 * Iterate over aux vdevs and print those out as well. This is a
2125 * Print out a summarized list of vdevs for the given spa_t.
2995 mdb_printf("attribute id number is out of range\n");
3068 /* print out permissio
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1058 bam_error(_("out of memory\n"));
1099 bam_error(_("out of memory\n"));
1139 bam_error(_("out of memory\n"));
1228 bam_error(_("out of memory\n"));
1445 goto out;
1524 out:
1568 * since it is awkward to display out-of-sync
1949 outfile out; member in struct:__anon468
1960 cf->out.gzfile = NULL;
1962 cf->out
[all...]

Completed in 98 milliseconds

<<1112131415