/illumos-gate/usr/src/test/smbclient-tests/config/ |
H A D | filemacro.prof | 76 cached = 1; 90 cached = 0; 104 cached = 1; 118 cached = 0;
|
H A D | filemicro.prof | 63 cached = true; 82 cached = true; 97 cached = true;
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | fsck_pcfs.h | 77 struct cached { struct 81 struct cached *next; argument 84 typedef struct cached CachedCluster;
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_helper.c | 392 static struct expr_str_cache_results cached[8]; in get_variable_from_expr() local 397 for (i = 0; i < ARRAY_SIZE(cached); i++) { in get_variable_from_expr() 398 if (expr == cached[i].expr) { in get_variable_from_expr() 399 strncpy(buf, cached[i].str, len); in get_variable_from_expr() 401 *sym_ptr = cached[i].sym; in get_variable_from_expr() 402 *complicated = cached[i].complicated; in get_variable_from_expr() 414 cached[idx].expr = expr; in get_variable_from_expr() 415 strncpy(cached[idx].str, buf, VAR_LEN); in get_variable_from_expr() 416 cached[idx].sym = tmp_sym; in get_variable_from_expr() 417 cached[idx].complicated = *complicated; in get_variable_from_expr() [all …]
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | microcode.c | 205 ucode_update_t cached = { 0 }; in ucode_update() local 255 bcopy(uusp, &cached, sizeof (cached)); in ucode_update() 256 cachedp = &cached; in ucode_update()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | poll.c | 1046 pcacheset_cmp(pollfd_t *current, pollfd_t *cached, pollfd_t *newlist, int n) in pcacheset_cmp() argument 1054 prefetch_write_many((caddr_t)&cached[ix + 8]); in pcacheset_cmp() 1056 if (current[ix].fd == cached[ix].fd) { in pcacheset_cmp() 1066 if (current[ix].events == cached[ix].events) { in pcacheset_cmp() 1071 if ((current[ix].fd < 0) && (cached[ix].fd < 0)) { in pcacheset_cmp() 1587 pollfd_t *cached; in pcacheset_resolve() local 1623 cached = pcsp->pcs_pollfd; in pcacheset_resolve() 1631 offset = pcacheset_cmp(¤t[count], &cached[count], np, in pcacheset_resolve() 1645 ASSERT((current[count].fd != cached[count].fd) || in pcacheset_resolve() 1646 (current[count].events != cached[count].events)); in pcacheset_resolve() [all …]
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 1129 slotp->cached = 1; in ufs_dircheckforname() 1180 slotp->cached = 1; in ufs_dircheckforname() 1188 slotp->cached = 1; in ufs_dircheckforname() 1195 slotp->cached = 0; in ufs_dircheckforname() 1403 slotp->cached = 1; in ufs_dircheckforname() 1566 if (slotp->cached) { in ufs_dirrename() 1836 if (slotp->cached) { in ufs_diraddentry() 1865 slotp->cached = 0; in ufs_diraddentry() 1925 if (slotp->cached) { in ufs_diraddentry() 1928 slotp->cached = 0; in ufs_diraddentry() [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh192/ |
H A D | fakensl.c | 42 int algtype, char *pkey, size_t pkeylen, int *cached) in __getpublickey_cached_g() argument
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 6055 static int cached = FALSE; in read_enumerate_file() local 6061 cached = FALSE; in read_enumerate_file() 6077 if (cached == TRUE) { in read_enumerate_file() 6099 cached = TRUE; in read_enumerate_file() 6171 static int cached = FALSE; in read_devlinktab_file() local 6180 if (cached == TRUE) { in read_devlinktab_file() 6203 cached = TRUE; in read_devlinktab_file() 7316 static int cached = FALSE; in read_minor_perm_file() local 7323 if (cached == TRUE) { in read_minor_perm_file() 7332 cached = TRUE; in read_minor_perm_file() [all …]
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | README.spi | 61 result is cached.
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | setkey.c | 1393 int cached = 0; in getdeskey3() local 1421 cached = 1; in getdeskey3() 1430 if (cached) { in getdeskey3()
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | README | 161 cached width computations, general cleanup.
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 453 int cached; /* cached directory */ member
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 11419 dtrace_ecb_t *cached = dtrace_ecb_create_cache; in dtrace_ecb_create() local 11420 dtrace_action_t *act = cached->dte_action; in dtrace_ecb_create() 11426 ecb->dte_action_last = cached->dte_action_last; in dtrace_ecb_create() 11427 ecb->dte_needed = cached->dte_needed; in dtrace_ecb_create() 11428 ecb->dte_size = cached->dte_size; in dtrace_ecb_create() 11429 ecb->dte_alignment = cached->dte_alignment; in dtrace_ecb_create() 16966 caddr_t cached; in dtrace_ioctl() local 17047 cached = buf->dtb_tomax; in dtrace_ioctl() 17061 if (buf->dtb_tomax == cached) { in dtrace_ioctl() 17062 ASSERT(buf->dtb_xamot != cached); in dtrace_ioctl() [all …]
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 10204 static int cached = -1; local 10207 if (cached == 0) 10214 cached = 1; 10217 if (cached == -1) { 10219 cached = 0;
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 2386 goto cached; in dnode_read() 2409 cached: in dnode_read()
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure | 1427 echo $ECHO_N "(cached) $ECHO_C" >&6 1600 echo $ECHO_N "(cached) $ECHO_C" >&6
|
H A D | aclocal.m4 | 1038 # If the value was cached, stop now. We just wanted to have am__tar
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | README | 418 This forms the root collection. 'cache_ei' or the cached entity_item will
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 749 …nfig\_params}{dcbx\_get\_config\_params} - The API returns the currently cached dcbx parameter set… 751 …re or just cache at the driver. When client requests the commit, all the cached parameters are sen…
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 5483 Change: (FW iSCSI) Fix cached BD transmit flow.
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 3435 cached but otherwise idle connection
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 7146 of simply writing out the cached enable mask. This will prevent 9112 region where a cached memory mapping was not deleted. This became a
|