Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 872) sorted by last modified time

12345678910>>...35

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh214 log_must zfs snapshot $ds@current
219 recursive_output=$(zfs get -p -r written@current $TESTPOOL | \
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt78 Process Management:::Manage current processes and processors:auths=solaris.smf.manage.cron,solaris.…
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dmapfile-vers34 # You should not be making modifications here until you've read the most current
H A Dipsec_util.c611 char **current; in create_argv() local
618 current = *thisargv; in create_argv()
619 *current = NULL; in create_argv()
626 if (*current != NULL) { in create_argv()
628 current++; in create_argv()
629 if (*thisargv + argvlen == current) { in create_argv()
636 current = realloc(*thisargv, in create_argv()
638 if (current == NULL) { in create_argv()
642 *thisargv = current; in create_argv()
643 current += argvlen; in create_argv()
[all …]
/illumos-gate/usr/src/cmd/latencytop/
H A Dtable.c490 int current = 0; in parse_config() local
507 &current)) { in parse_config()
511 current < work_len) { in parse_config()
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c270 struct ga_cache_entry **head, *current, *new, *prev; in rpc_gss_secget() local
302 for (current = *head; current; current = current->next) { in rpc_gss_secget()
303 NOT_NULL(current); in rpc_gss_secget()
304 IS_ALIGNED(current); in rpc_gss_secget()
305 if ((cache_key == current->cache_key) && in rpc_gss_secget()
306 (uid == current->uid) && (zoneid == current->zoneid) && in rpc_gss_secget()
307 !current->in_use) { in rpc_gss_secget()
308 current->in_use = TRUE; in rpc_gss_secget()
309 current->ref_time = gethrestime_sec(); in rpc_gss_secget()
310 ap = AUTH_PRIVATE(current->auth); in rpc_gss_secget()
[all …]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c2957 mac_margin_add(mac_handle_t mh, uint32_t *marginp, boolean_t current) in mac_margin_add() argument
2964 if (current) in mac_margin_add()
3086 mac_mtu_add(mac_handle_t mh, uint32_t *mtup, boolean_t current) in mac_mtu_add() argument
3096 if (current == B_TRUE) in mac_mtu_add()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers42 # You should not be making modifications here until you've read the most current
2427 # on other platforms they go directly into the current version (which
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dmapfile-vers36 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1558 if (cfg[CFG_VPORT_RESTRICTED].current) { in emlxs_fca_bind_port()
1753 port_info->pi_hard_addr.hard_addr = cfg[CFG_ASSIGN_ALPA].current; in emlxs_fca_bind_port()
2234 if (!cfg[CFG_TIMEOUT_ENABLE].current) { in emlxs_initialize_pkt()
2317 cfg[CFG_UB_BUFS].current); in emlxs_fca_get_cap()
2323 *num_bufs = (cfg[CFG_UB_BUFS].current * MAX_VPORTS); in emlxs_fca_get_cap()
2883 if (cfg[CFG_NETWORK_ON].current == 0) { in emlxs_fca_ub_alloc()
3825 if (cfg[CFG_ENABLE_PATCH].current & ULP_PATCH5) { in emlxs_fca_pkt_abort()
4548 parm->current = cfg->current; in emlxs_fca_port_manage()
4596 parm_in->label, parm_in->current, in emlxs_fca_port_manage()
4597 parm_in->current); in emlxs_fca_port_manage()
[all …]
/illumos-gate/usr/src/lib/libavl/
H A Dmapfile-vers34 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids14533 # Also claimed to be RNS or Rockwell International, current PCISIG records list Osicom
18662 1603 PCI-1603 2-port isolated RS-232/current loop
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers37 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dmapfile-vers34 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6408 report_mount_progress(int current, int total) in report_mount_progress() argument
6415 if (current == 1) { in report_mount_progress()
6417 } else if (current != total && last_progress_time + MOUNT_TIME >= now) { in report_mount_progress()
6424 (void) sprintf(info, "(%d/%d)", current, total); in report_mount_progress()
6426 if (current == total) in report_mount_progress()
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c482 lsrec_t *target, *current; in coalesce() local
487 current = lock[i]; in coalesce()
488 if (cmp(current, target) != 0) { in coalesce()
489 target = current; in coalesce()
492 current->ls_event = LS_MAX_EVENTS; in coalesce()
493 target->ls_count += current->ls_count; in coalesce()
494 target->ls_refcnt += current->ls_refcnt; in coalesce()
497 target->ls_time += current->ls_time; in coalesce()
501 target->ls_hist[j] += current->ls_hist[j]; in coalesce()
1018 lsrec_t *lsp, **current, **first, **sort_buf, **merge_buf; in main() local
[all …]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7219 struct termios stored, current; in get_secobj_from_tty() local
7229 current = stored; in get_secobj_from_tty()
7230 current.c_lflag &= ~(ICANON|ECHO); in get_secobj_from_tty()
7231 current.c_cc[VTIME] = 0; in get_secobj_from_tty()
7232 current.c_cc[VMIN] = 1; in get_secobj_from_tty()
7233 (void) tcsetattr(0, TCSANOW, &current); in get_secobj_from_tty()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1632 time_t current, remain, exp; in print_lifetime() local
1637 current = time(NULL); in print_lifetime()
1669 remain = exp - current; in print_lifetime()
2244 uint_t current, uint_t def) in print_defaults() argument
2247 (current != def) ? gettext("config") : gettext("default"), in print_defaults()
2248 current, unit, description); in print_defaults()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4302 nextitem(char *current) in nextitem() argument
4304 if ((*current&0xff) != IAC) { in nextitem()
4305 return (current+1); in nextitem()
4307 switch (*(current+1)&0xff) { in nextitem()
4312 return (current+3); in nextitem()
4315 char *look = current+2; in nextitem()
4326 return (current+2); in nextitem()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c268 getldap_get_cacheData_stat(int max, int current, char **output) in getldap_get_cacheData_stat() argument
293 gettext(C_HEADER2), current, DOORLINESEP); in getldap_get_cacheData_stat()
/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/uts/
H A DREADME191 Note that there is no equivalent to Locore.c in the current source base.
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src40 # Eric S. Raymond (current maintainer)
3289 # This version reflects the current xterm features.
4704 # Debian/current -TD (2011/8/20)
5279 # Most of the current references to sun-color are from users wondering why this
5289 # Since the documentation and terminfo do not agree, see also current code at
5694 # Remove cbt since it does not work in current cygwin
6825 # in 1995 many current terminals still have an adm type as one of their
7241 # All current Qume terminals have ANSI-compatible operation modes.
7661 # 6 Open, 7 Closed: 20ma current loop input
9960 # ^L -- clear window/reset current attribute to default
[all …]
H A Dtermcap.src40 # Eric S. Raymond (current maintainer)
2900 # This version reflects the current xterm features.
4111 # Debian/current -TD (2011/8/20)
4632 # Most of the current references to sun-color are from users wondering why this
4642 # Since the documentation and terminfo do not agree, see also current code at
5014 # Remove cbt since it does not work in current cygwin
6032 # in 1995 many current terminals still have an adm type as one of their
6426 # All current Qume terminals have ANSI-compatible operation modes.
6832 # 6 Open, 7 Closed: 20ma current loop input
8866 # ^L -- clear window/reset current attribute to default
[all …]
/illumos-gate/usr/src/lib/libnvme/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current

12345678910>>...35