Searched defs:import (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libadt_jni/common/ |
H A D | adt_jni.c | 159 jbyte *import; local 164 import = NULL; 167 import = (jbyte *)malloc(import_size * sizeof (jbyte)); 168 if (import == NULL) { 174 import); 176 rc = adt_start_session(&state, (adt_export_data_t *)import, flags); 178 if (import != NULL) 179 free(import);
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | vmem.c | 151 * It must preallocate enough for the worst case, which is when we must import 426 vmem_span_create(vmem_t *vmp, void *vaddr, size_t size, uint8_t import) argument 434 if (!import && vmp->vm_source_alloc == NULL) { 466 newseg->vs_import = import; 467 if (import) 773 * If there's a lower arena we can import from, or it's 1423 * guarantees quantum-aligned results. The arena may import new spans
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 28 * import them into smf(5) repository 106 static boolean_t import = B_TRUE; variable 956 (void) execl(SVCCFG_PATH, "svccfg", "import", filename, NULL); 964 "\n%s: unexpected wait (%d) from import of %s: %s\n"), 970 gettext("\n%s: import failure (%d) for %s\n"), 1319 if (!import) { 1365 if (!import) { 1397 "-n Do not import converted manifests,\n" 1437 /* don't import manifests, or dry-run enable */ 1438 import [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | vmem.c | 255 * It must preallocate enough for the worst case, which is when we must import 272 * minimum import size for the vmem_metadata_arena which is the same size 554 vmem_span_create(vmem_t *vmp, void *vaddr, size_t size, uint8_t import) argument 568 span->vs_import = import; 574 if (import) 876 * If there's a lower arena we can import from, or it's 1123 * calling the import function, other 1125 * and made our import unnecessary. In 1143 * Our import failed, but another thread 1438 * guarantees quantum-aligned results. The arena may import ne [all...] |
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 30 * Pool import support functions. 32 * To import a pool, we rely on reading the configuration information from the 41 * update any paths that have changed. Finally, we attempt to import the pool 331 * doing the import. 754 * can't actually import it. 1118 * includes partial pools which are not available to import. If no args are 1121 * to import a specific pool. 1314 * to import a specific pool. 1427 importargs_t *import = data; local 1430 if (import 1451 zpool_search_import(libzfs_handle_t *hdl, importargs_t *import) argument [all...] |
H A D | libzfs.h | 235 /* after splitting, import the pool */ 236 int import : 1; member in struct:splitflags 360 * Search for pools to import 368 char *cachefile; /* cachefile to use for import */
|
H A D | libzfs_pool.c | 57 int import:1; /* Validate property on import */ member in struct:prop_flags 518 if (flags.create || flags.import) { 521 "or import time"), propname); 556 if (!flags.create && !flags.import) { 559 "creation or import"), propname); 633 if (!flags.import) { 636 "import time"), propname); 891 * create (or import), and only in userland. 1118 prop_flags_t flags = { .create = B_TRUE, .import [all...] |
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 421 av[0] = "import"; 500 * iiadm -I (import shadow [ditto]) 523 "-I (import) only allowed as -C local"), NULL); 3525 import(char *shadow_volume, char *bitmap_volume) function 3538 dsw_error(gettext("Can't import volume on same node"), NULL); 3605 import(argv[1], argv[2]);
|
/illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 1138 int import; local 1155 import = (iflags&II_IMPORT) != 0; 1243 if (import) { 1252 * ii_config is used by enable, import and resume (existing) 1847 if (import) { 1944 if (rc == 0 && (uconf.flag & DSW_GOLDEN) && !import) 1980 if ((uconf.flag & DSW_GOLDEN) && !import) {
|
Completed in 122 milliseconds