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/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.c4548 parm->current = cfg->current; in emlxs_fca_port_manage()
4597 parm_in->current); in emlxs_fca_port_manage()
4609 parm_out->current = cfg->current; in emlxs_fca_port_manage()
4659 parm_in->current); in emlxs_fca_port_manage()
4676 parm_out->current = in emlxs_fca_port_manage()
4677 cfg->current; in emlxs_fca_port_manage()
6634 cfg->current = emlxs_check_parm(hba, i, cfg->current); in emlxs_mode_init()
8015 old_value = cfg->current; in emlxs_set_parm()
8016 cfg->current = new_value; in emlxs_set_parm()
8041 cfg->current = old_value; in emlxs_set_parm()
[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/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/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/uts/common/fs/nfs/
H A Dnfs4_srv.c987 rfs4_servinst_t *sip, *prev, *current; in rfs4_servinst_destroy_all() local
994 current = nsrv4->nfs4_cur_servinst; in rfs4_servinst_destroy_all()
996 for (sip = current; sip != NULL; sip = prev) { in rfs4_servinst_destroy_all()
/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/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/lib/libnvme/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/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)
5694 # Remove cbt since it does not work in current cygwin
7661 # 6 Open, 7 Closed: 20ma current loop input
9960 # ^L -- clear window/reset current attribute to default
11852 # Read current cursor position ESC,?
12409 # \E[2*w show current line of window 2 as
14680 #ESC m save current config to NVRAM
15062 # Not covered in the current definition:
[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)
5014 # Remove cbt since it does not work in current cygwin
6832 # 6 Open, 7 Closed: 20ma current loop input
8866 # ^L -- clear window/reset current attribute to default
10478 # Read current cursor position ESC,?
10992 # \E[2*w show current line of window 2 as
13024 #ESC m save current config to NVRAM
13379 # Not covered in the current definition:
[all …]
/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/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/cmd/mdb/common/modules/genunix/
H A Dkmem.c3320 vmem_node_t *head = NULL, *root = NULL, *current = NULL, *parent, *vp; in vmem_walk_init() local
3335 current = vp; in vmem_walk_init()
3372 if (current != NULL) in vmem_walk_init()
3373 vw->vw_current = current; in vmem_walk_init()
4343 uintptr_t current, data; in whatthread_walk_thread() local
4361 for (current = (uintptr_t)t->t_stkbase; current < (uintptr_t)t->t_stk; in whatthread_walk_thread()
4362 current += sizeof (uintptr_t)) { in whatthread_walk_thread()
4363 if (mdb_vread(&data, sizeof (data), current) == -1) { in whatthread_walk_thread()
4365 addr, current); in whatthread_walk_thread()
4372 current, addr, stack_active(t, current)); in whatthread_walk_thread()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern36 # You should not be making modifications here until you've read the most current
/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()
1582 current = first; in main()
1584 current++; in main()
[all …]
/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/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/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h43 uint32_t current; member
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c1862 size_t target, current, want, done, n; in mlxcx_rq_refill() local
1883 current = cq->mlcq_bufcnt; in mlxcx_rq_refill()
1885 if (current >= target - MLXCX_RQ_REFILL_STEP) in mlxcx_rq_refill()
1888 want = target - current; in mlxcx_rq_refill()
1900 if (current < MLXCX_RQ_REFILL_STEP && in mlxcx_rq_refill()

12345678910>>...35