Home
last modified time | relevance | path

Searched refs:current (Results 151 – 175 of 872) sorted by relevance

12345678910>>...35

/illumos-gate/usr/src/pkg/
H A DMakefile303 $(REPOS:%=$(PDIR)/packages.%.current) \
531 $(PKGDEBUG)eval REPO=redist PKGSTAT=current NODEPEND=$(SUPPRESSPKGDEP) \
607 $(PKGDEBUG)eval REPO=redist PKGSTAT=current `$(CAT) -s $(@).vars`; \
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.h79 void print_profile_name(uint16_t num, uchar_t current, uchar_t abbr);
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.news12 http://www1.ietf.org/mail-archive/working-groups/bridge/current/msg00038.html)
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h227 return (ACPI_THREAD_ID) (unsigned long) current; in AcpiOsGetThreadId()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A DSB-tables.info108 PROP Class string r 0 "current-indicator"
112 PROP Class string r 0 "current-indicator"
116 PROP Class string r 0 "current-indicator"
275 PROP Class string r 0 "current-indicator"
296 PROP Class string r 0 "current-indicator"
317 PROP Class string r 0 "current-indicator"
338 PROP Class string r 0 "current-indicator"
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c2058 int current, next, i, c, n; in vdev_raidz_combrec() local
2107 current = 0; in vdev_raidz_combrec()
2108 next = tgts[current]; in vdev_raidz_combrec()
2110 while (current != n) { in vdev_raidz_combrec()
2111 tgts[current] = next; in vdev_raidz_combrec()
2112 current = 0; in vdev_raidz_combrec()
2168 for (next = tgts[current] + 1; in vdev_raidz_combrec()
2178 if (next != tgts[current + 1]) in vdev_raidz_combrec()
2189 tgts[current] = c; in vdev_raidz_combrec()
2190 current++; in vdev_raidz_combrec()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dmapfile-minconn14 # You should not be making modifications here until you've read the most current
H A Dmapfile-passprompt14 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficllocal.fr15 set-current
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_003_pos.ksh86 if [[ $newv == current ]]; then
H A Dzfs_upgrade_004_pos.ksh92 if [[ $newv == current ]]; then
H A Dzfs_upgrade_005_pos.ksh91 if [[ $newv == current ]]; then
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c229 fw_check = cfg[CFG_FW_CHECK].current; in emlxs_sli3_online()
251 switch (cfg[CFG_SLI_MODE].current) { in emlxs_sli3_online()
474 cfg[CFG_SLI_MODE].current); in emlxs_sli3_online()
942 if (cfg[CFG_NUM_IOTAGS].current) { in emlxs_sli3_online()
1125 if (cfg[CFG_MAX_RRDY].current) { in emlxs_sli3_online()
1131 cfg[CFG_MAX_RRDY].current); in emlxs_sli3_online()
1300 if (cfg[CFG_NETWORK_ON].current) { in emlxs_sli3_online()
1310 cfg[CFG_NETWORK_ON].current = 0; in emlxs_sli3_online()
1314 if (cfg[CFG_NETWORK_ON].current) { in emlxs_sli3_online()
1589 cfg[CFG_LINK_SPEED].current); in emlxs_sli3_online()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c595 time_t current; in sadb_dump_fanout() local
609 current = gethrestime_sec(); in sadb_dump_fanout()
3758 sadb_lifetime_t *current, *expire; local
3851 current->sadb_lifetime_len = SADB_8TO64(sizeof (*current));
4146 time_t current = gethrestime_sec(); local
4377 time_t current = gethrestime_sec(); local
4412 time_t current = gethrestime_sec(); local
4421 current + assoc->ipsa_idletime;
4533 time_t current = gethrestime_sec(); local
4694 current +
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md50 * the current way of doing CSE uses a lot of time
76 * better architecture handling than current machine.h + target.c
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME94 addition state changes of objects and door requests (requesting current
201 o NCUs of the current active NCP
274 libnwam consumers to determine the current status of a link, interface, ENM
278 to be inactive when they are not part of the current priority grouping,
310 LINK_WIFI_CONNECTING Connecting to current selection
347 possibly change or reapply the current location. The problem
357 the current location or possibly a location switch.
369 event, and in response to the current state/aux state and
410 The current priority-group is considered failed if:
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c415 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) in Blowfish_stream2word() argument
422 j = *current; in Blowfish_stream2word()
430 *current = j; in Blowfish_stream2word()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2343 nextitem(current)
2344 char *current;
2346 if ((*current&0xff) != IAC) {
2347 return (current+1);
2349 switch (*(current+1)&0xff) {
2354 return (current+3);
2357 register char *look = current+2;
2368 return (current+2);
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1439 d_mutex_output_t *current, *next, *last = NULL; in d_mutex_output_reverse() local
1441 for (current = *head; current != NULL; current = next) { in d_mutex_output_reverse()
1442 next = current->mo_next; in d_mutex_output_reverse()
1443 current->mo_next = last; in d_mutex_output_reverse()
1444 last = current; in d_mutex_output_reverse()
1451 *head = current; in d_mutex_output_reverse()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.h52 int current; /* current character (charint) */ member
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h116 static void *sc_realloc(void *p, size_t current, size_t n);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/upgrade/
H A Dupgrade_userobj_001_pos.ksh91 log_must zfs set version=current $TESTPOOL
/illumos-gate/usr/src/prototypes/
H A Dprototype.mapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.S274 retl ! %o0 current hrestime seconds
383 ldx [%l4 + %lo(hrtime_base)], %g1 ! load current hrtime_base
384 GET_NATIVE_TIME(%l0,%l3,%l6,__LINE__) ! current native time
385 stx %l0, [%l4 + %lo(hres_last_tick)]! prev = current
411 bl,pt %xcc, 2f ! yes, use current adj
679 ! recently; we'll compare %o5 to the current time to verify that it's
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c796 dt_provmod_t *next, *current; in dt_provmod_destroy() local
798 for (current = *provmod; current != NULL; current = next) { in dt_provmod_destroy()
799 next = current->dp_next; in dt_provmod_destroy()
800 free(current->dp_name); in dt_provmod_destroy()
801 free(current); in dt_provmod_destroy()

12345678910>>...35