Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 872) sorted by relevance

12345678910>>...35

/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.S42 add %sp, STACK_BIAS, %g1 ! save current sp + STACK_BIAS
/illumos-gate/usr/src/lib/libjedec/common/
H A Dmapfile-vers25 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c4409 rc_node_t *current, *cur; in rc_node_no_client_refs() local
4464 current = cache_lookup(&np->rn_id); in rc_node_no_client_refs()
4466 if (current == NULL) { in rc_node_no_client_refs()
4484 if (current == np) { in rc_node_no_client_refs()
4502 rc_node_rele_locked(current); in rc_node_no_client_refs()
4512 rc_node_rele_locked(current); in rc_node_no_client_refs()
4527 rc_node_rele_locked(current); in rc_node_no_client_refs()
4545 rc_node_rele_locked(current); in rc_node_no_client_refs()
4558 rc_node_rele_locked(current); in rc_node_no_client_refs()
4580 rc_node_rele_locked(current); in rc_node_no_client_refs()
[all …]
/illumos-gate/usr/src/grub/
H A DREADME.grub3 The current version of GRUB is based on
/illumos-gate/usr/src/lib/libcustr/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libsqlite/
H A Dmapfile-sqlite13 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libidspace/common/
H A Dmapfile-vers25 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl_ml.S62 movl (%rdi), %eax / get current value of Global Lock
/illumos-gate/usr/src/lib/libvmm/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/uts/common/mapfiles/
H A Dksensor.mapfile24 # You should not be making modifications here until you've read the most current
H A Dkernel.mapfile25 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libipd/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/lib9p/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vtd.mapfile25 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libpcsc/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th224 \ Move the cursor to the 3rd column from the current position
319 \ Set the current non-ANSI caption
325 \ Set the current ANSI caption
396 \ Get the current cycle state (entry to use)
422 \ Get the current cycle state (entry to use)
448 \ Get the current cycle state (entry to use)
457 \ Activate the current option
590 seconds ( get current time: -- N )
721 \ ( followed by c-addr/u of current caption )
723 \ Copy the current caption into our buffer
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c1193 sctp_next_parm(sctp_parm_hdr_t *current, ssize_t *remaining) in sctp_next_parm() argument
1198 len = ntohs(current->sph_len); in sctp_next_parm()
1200 if (*remaining < sizeof (*current) || len < sizeof (*current)) { in sctp_next_parm()
1208 current = (sctp_parm_hdr_t *)((char *)current + len + pad); in sctp_next_parm()
1209 return (current); in sctp_next_parm()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c84 BOOLEAN current = Status(f, POSTED) && c == C(f); in _grow_field() local
94 if (current && Status(f, WIN_CHG)) { in _grow_field()
141 if (current) { in _grow_field()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h59 unsigned long current; /* current entity number */ member
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h129 static void *sc_realloc(void *p, size_t current, size_t n);
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.mapfile26 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c495 aio_req_t *current; in aio_hash_delete() local
500 while ((current = *nextp) != NULL) { in aio_hash_delete()
501 if (current->aio_req_resultp == resultp) { in aio_hash_delete()
502 *nextp = current->aio_hash_next; in aio_hash_delete()
505 nextp = &current->aio_hash_next; in aio_hash_delete()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar78 int yystate; /* current state */
83 int yychar; /* current input token number */
171 int yy_state; /* current state */
420 ** current state has no shift on
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c400 pid_t current = tcgetpgrp(0); local
402 if (current != expected)
403 return (current);
405 if (new != current)
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.S265 st %i4, [%o4 + 0x10] ! already occured our current %i*
364 st %l3, [%sp + %l2] ! stack onto current stack

12345678910>>...35