Home
last modified time | relevance | path

Searched refs:current (Results 101 – 125 of 872) sorted by relevance

12345678910>>...35

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-physical163 /sbin/ipadm show-if -p -o ifname,state,current`; do
166 current=`echo $showif_output | /usr/bin/cut -f3 -d:`
167 if [[ "$state" != "disabled" && $current != *Z* ]]; then
179 if [[ $current != *Z* ]]; then
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help15 folders list files in directory of current folder
22 inc incorporate new messages into current session
51 type. The default is the current message.
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c1417 int current, next, i, c, n; in vdev_raidz_combrec() local
1469 current = 0; in vdev_raidz_combrec()
1470 next = tgts[current]; in vdev_raidz_combrec()
1472 while (current != n) { in vdev_raidz_combrec()
1473 tgts[current] = next; in vdev_raidz_combrec()
1474 current = 0; in vdev_raidz_combrec()
1520 for (next = tgts[current] + 1; in vdev_raidz_combrec()
1530 if (next != tgts[current + 1]) in vdev_raidz_combrec()
1541 tgts[current] = c; in vdev_raidz_combrec()
1542 current++; in vdev_raidz_combrec()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dforml.fr36 c-word --> get-wid ficl-set-current
45 set-current
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_str.c185 char *current; in _z_strContainsToken() local
214 while ((current = strtok_r(NULL, a_separators, &lasts)) != in _z_strContainsToken()
216 if (strcmp(current, a_token) == 0) { in _z_strContainsToken()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java486 float current = (float)0.0; in findVersionedURL() local
492 current = Float.valueOf(temversion).floatValue(); in findVersionedURL()
502 if (current > highest) { in findVersionedURL()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus_asm.S367 ldxa [%g0]ASI_AFSR, %g3 ! current AFSR
368 or %g3, %g4, %g3 ! %g3 = original + current AFSR
371 btst %g4, %g3 ! WDU in original or current AFSR?
379 set ASI_AFSR_EXT_VA, %g6 ! ASI of current AFSR_EXT
380 ldxa [%g6]ASI_AFSR, %g3 ! value of current AFSR_EXT
381 or %g3, %g4, %g3 ! %g3 = original + current AFSR_EXT
382 btst C_AFSR_L3_WDU, %g3 ! L3_WDU in original or current AFSR?
773 rdpr %tl, %g6 ! read current trap level
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c486 int current; in do_unmounts() local
512 current = 0; in do_unmounts()
515 current = strcmp(dir->dir_map, "-null"); in do_unmounts()
519 if (current) in do_unmounts()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsparcv9_subr.S227 rdpr %pil, %o1 ! get current pil
263 rdpr %pil, %o1 ! get current pil
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib67 # registers the corresponding result code against the current test,
76 # cti_deleteall() cancels all tests in the current test case.
94 # cti_cancel() cancels the dedicated test purpose in the current test
98 # cti_cancelall() cancels all tests in the current test case. It could
155 # If the current test function is not a startup or cleanup, this routine
156 # registers the specified result code for the current test. The remaining
265 # Registers a FAIL result for the current test, and writes any arguments to
278 # Registers an UNRESOLVED result for the current test, and writes any arguments
305 # Registers an UNTESTED result for the current test, and writes any arguments
318 # Registers an UNSUPPORTED result for the current test, and writes any
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c592 int current, parent; in callout_upheap() local
603 current = ct->ct_heap_num - 1; in callout_upheap()
606 parent = CALLOUT_HEAP_PARENT(current); in callout_upheap()
608 hcurrent = &heap[current]; in callout_upheap()
629 current = parent; in callout_upheap()
673 int current, left, right, nelems; in callout_downheap() local
680 current = 0; in callout_downheap()
692 hcurrent = &heap[current]; in callout_downheap()
694 right = CALLOUT_HEAP_RIGHT(current); in callout_downheap()
724 current = right; in callout_downheap()
[all …]
H A Dlgrp_topo.c259 lgrp_t *current; in lgrp_ancestor_delete() local
279 current = child; in lgrp_ancestor_delete()
281 lgrpid = current->lgrp_id; in lgrp_ancestor_delete()
299 current = parent; in lgrp_ancestor_delete()
300 parent = current->lgrp_parent; in lgrp_ancestor_delete()
301 lgrpid = current->lgrp_id; in lgrp_ancestor_delete()
307 current->lgrp_id, (void *)current); in lgrp_ancestor_delete()
309 lgrp_destroy(current); in lgrp_ancestor_delete()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c374 hrtime_t current = gethrtime(); in rdsv3_printk_ratelimit() local
382 rs->begin = current; in rdsv3_printk_ratelimit()
384 if (current < rs->begin + TICK_TO_NSEC(rs->interval)) { in rdsv3_printk_ratelimit()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c148 boolean_t current, altcurrent; in ses_indicator_mode() local
212 propname, &current) != 0) { in ses_indicator_mode()
221 current |= altcurrent; in ses_indicator_mode()
223 mode = current ? TOPO_LED_STATE_ON : TOPO_LED_STATE_OFF; in ses_indicator_mode()
259 uint64_t current; in ses_sensor_reading() local
285 if (nvlist_lookup_uint64(props, prop, &current) == 0) { in ses_sensor_reading()
286 raw = (double)current; in ses_sensor_reading()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c528 if (!cfg[CFG_DELAY_DISCOVERY].current) { in emlxs_els_delay_discovery()
625 if (cfg[CFG_NPIV_DELAY].current) { in emlxs_handle_sol_flogi()
656 } else if (cfg[CFG_AUTH_ENABLE].current && in emlxs_handle_sol_flogi()
787 } else if (cfg[CFG_AUTH_ENABLE].current && cfg[CFG_AUTH_NPIV].current) { in emlxs_handle_sol_fdisc()
846 } else if (cfg[CFG_AUTH_ENABLE].current && cfg[CFG_AUTH_E2E].current && in emlxs_handle_sol_plogi()
971 if (cfg[CFG_ADISC_SUPPORT].current == 0) { in emlxs_handle_sol_prli()
996 if (cfg[CFG_TRI_REQUIRED].current == 0) { in emlxs_handle_sol_prli()
1222 } else if (cfg[CFG_AUTH_ENABLE].current && in emlxs_process_unsol_flogi()
1403 } else if (cfg[CFG_AUTH_ENABLE].current && cfg[CFG_AUTH_E2E].current && in emlxs_process_unsol_plogi()
1579 if (cfg[CFG_ADISC_SUPPORT].current == 0) { in emlxs_handle_unsol_prli()
[all …]
H A Demlxs_hba.c161 if ((cfg[CFG_MSI_MODE].current == 2) || in emlxs_msi_init()
162 (cfg[CFG_MSI_MODE].current == 3)) { in emlxs_msi_init()
187 if (cfg[CFG_MSI_MODE].current == 0) { in emlxs_msi_init()
192 else if ((cfg[CFG_MSI_MODE].current == 1) || in emlxs_msi_init()
193 (cfg[CFG_MSI_MODE].current == 2)) { in emlxs_msi_init()
829 hba->chan_count = cfg[CFG_NUM_WQ].current; in emlxs_intx_init()
1004 cfg->current = emlxs_check_parm(hba, CFG_LINK_SPEED, cfg->current); in emlxs_process_link_speed()
2797 switch (cfg[CFG_PCI_MAX_READ].current) { in emlxs_pcix_mxr_update()
2839 cfg[CFG_PCI_MAX_READ].current); in emlxs_pcix_mxr_update()
2843 (cfg[CFG_PCI_MAX_READ].current != in emlxs_pcix_mxr_update()
[all …]
H A Demlxs_clock.c68 if (cfg[CFG_TIMEOUT_ENABLE].current) { in emlxs_timeout()
291 if (!cfg[CFG_TIMEOUT_ENABLE].current) { in emlxs_timer_check_pkts()
622 if (!cfg[CFG_TIMEOUT_ENABLE].current) { in emlxs_timer_check_channels()
764 if (!cfg[CFG_TIMEOUT_ENABLE].current) { in emlxs_timer_check_loopback()
841 if (!cfg[CFG_HEARTBEAT_ENABLE].current) { in emlxs_timer_check_heartbeat()
942 if (!cfg[CFG_TIMEOUT_ENABLE].current) { in emlxs_timer_check_discovery()
1282 if (cfg[CFG_MEM_DYNAMIC].current == 0) { in emlxs_timer_check_pools()
1290 hba->mem_timer = hba->timer_tics + cfg[CFG_MEM_DYNAMIC].current; in emlxs_timer_check_pools()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c399 CK_BYTE current[8]; in object_mgr_add() local
423 (void) memcpy(current, in object_mgr_add()
427 (void) memcpy(&o->name, current, 8); in object_mgr_add()
429 (void) compute_next_token_obj_name(current, next); in object_mgr_add()
584 CK_BYTE current[8]; in object_mgr_copy() local
606 (void) memcpy(current, in object_mgr_copy()
610 (void) memcpy(&new_obj->name, current, 8); in object_mgr_copy()
612 (void) compute_next_token_obj_name(current, next); in object_mgr_copy()
775 CK_BYTE current[8]; in object_mgr_create_final() local
797 (void) memcpy(current, in object_mgr_create_final()
[all …]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c163 declaration current; in is_self_reference() local
179 current.rel = decp->rel; in is_self_reference()
180 current.prefix = decp->prefix; in is_self_reference()
181 current.type = decp->type; in is_self_reference()
182 current.name = decp->name; in is_self_reference()
183 decp = &current; in is_self_reference()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse.c56 int current = sum + entry; in context_increase() local
58 if (!current) in context_increase()
60 } else if (current >= val) in context_increase()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S238 std %d10, [%o0+56] ! store the current 8 bytes
241 std %d12, [%o0+48] ! store the current 8 bytes
243 std %d14, [%o0+40] ! store the current 8 bytes
245 std %d16, [%o0+32] ! store the current 8 bytes
247 std %d20, [%o0+24] ! store the current 8 bytes
249 std %d22, [%o0+16] ! store the current 8 bytes
251 std %d24, [%o0+8] ! store the current 8 bytes
254 std %d26, [%o0] ! store the current 8 bytes
274 std %d14, [%o0+8] ! store the current 8 bytes
277 std %d16, [%o0] ! store the current 8 bytes
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A DSB-tables.info123 PROP Class string r 0 "current-indicator"
128 PROP Class string r 0 "current-indicator"
149 PROP Class string r 0 "current-indicator"
172 PROP Class string r 0 "current-indicator"
177 PROP Class string r 0 "current-indicator"
208 PROP Class string r 0 "current-indicator"
220 PROP Class string r 0 "current-indicator"
232 PROP Class string r 0 "current-indicator"
244 PROP Class string r 0 "current-indicator"
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S262 std %d10, [%o0+56] ! store the current 8 bytes
264 std %d12, [%o0+48] ! store the current 8 bytes
266 std %d14, [%o0+40] ! store the current 8 bytes
268 std %d16, [%o0+32] ! store the current 8 bytes
270 std %d20, [%o0+24] ! store the current 8 bytes
272 std %d22, [%o0+16] ! store the current 8 bytes
274 std %d24, [%o0+8] ! store the current 8 bytes
277 std %d26, [%o0] ! store the current 8 bytes
297 std %d14, [%o0+8] ! store the current 8 bytes
300 std %d16, [%o0] ! store the current 8 bytes
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1329 struct timeval current[1]; in timeclock() local
1377 (void) gettimeofday(current, NULL); in timeclock()
1380 current->tv_usec += 1000000; in timeclock()
1381 current->tv_sec--; in timeclock()
1384 *emilli += (current->tv_sec - clockstart->tv_sec) * 1000; in timeclock()
1386 *emilli += (current->tv_usec - clockstart->tv_usec) / 1000; in timeclock()
1390 bcopy(current, clockstart, sizeof (current)); in timeclock()
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th147 : current-dev ( -- addr len ) \ return current dev
260 \ lists BE's from current or specified device /boot/menu.lst file
283 current-dev rot 1 +
317 current-dev 2swap R>
339 current-dev menu.lst 2dup 2>R
409 current-dev menu.lst 2dup 2>R

12345678910>>...35