Searched defs:current (Results 76 - 100 of 172) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c420 dis_tgt_t *tgt, *current; local
446 current = tgt;
488 if (current->dt_elf != NULL) {
492 current->dt_next = next;
493 current = next;
495 current->dt_elf = elf;
496 current->dt_arhdr = arhdr;
498 if (elf_getshdrstrndx(elf, &current->dt_shstrndx) == -1) {
512 current->dt_shnmap = safe_malloc(sizeof (dis_shnmap_t) *
514 current
586 dis_tgt_t *current, *next; local
[all...]
H A Ddis_main.c62 * libdisasm callback data. Keeps track of current data (function or section)
66 dis_tgt_t *db_tgt; /* current dis target */
77 * formatted symbol, based on the offset and current setttings.
201 * based on the maximum width that the current symbol can be.
302 * in order, so update our current offset within the buffer appropriately.
303 * We only support reading from within the current object; libdisasm should
354 * Print out data in two-byte chunks. If the current address
475 dis_tgt_t *tgt, *current; local
494 for (current = tgt; current !
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c45 int blockswritten = 0; /* number of blocks written on current tape */
46 uint_t tapeno = 0; /* current tape number */
47 daddr32_t filenum = 0; /* current file number on tape */
1290 struct timeval current[1]; local
1338 (void) gettimeofday(current, NULL);
1341 current->tv_usec += 1000000;
1342 current->tv_sec--;
1345 *emilli += (current->tv_sec - clockstart->tv_sec) * 1000;
1347 *emilli += (current->tv_usec - clockstart->tv_usec) / 1000;
1351 bcopy(current, clockstar
[all...]
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp592 char *current = (char *)tmp_response->Data; local
593 while (current < (char *)tmp_response->Data + tmp_response->DataLength)
595 std::string dnsSuffix = current;
605 current += dnsSuffix.length() + 1;
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c30 * The current implementation of the registry using files in
950 sc_realloc(void *p, size_t current, size_t n) argument
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c518 sdbc_pwf_desc_t current; local
619 bzero(&current, sizeof (current));
620 current.name = total_len;
621 sdbc_anon_copy((caddr_t)&current, sizeof (current), file_pool,
683 (caddr_t)&current, sizeof (current));
685 current.blocks = blkno;
724 current
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c508 aio_req_t *current; local
513 while ((current = *nextp) != NULL) {
514 if (current->aio_req_resultp == resultp) {
515 *nextp = current->aio_hash_next;
518 nextp = &current->aio_hash_next;
1218 * current port.
1219 * The current process oriented model of AIO uses a sigle queue for
1222 * to detect and handle pending I/Os using the current port.
H A Dlgrp_topo.c216 * Save current resources and latency to insert in parent and
259 lgrp_t *current; local
279 current = child;
281 lgrpid = current->lgrp_id;
286 " current %d\n",
299 current = parent;
300 parent = current->lgrp_parent;
301 lgrpid = current->lgrp_id;
307 current->lgrp_id, (void *)current);
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h43 uint32_t current; member in struct:emlxs_config
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c1020 int current,
1029 if ((previous > current) &&
1037 if (previous == current) {
1067 cmn_err(CE_NOTE, "previous: %d, current: %d, role: %s",
1068 previous, current,
1384 * and to be within valid ranges for the current
1018 role_swap_is_valid( int previous, int current, md_rendelta_t *delta, md_rentxn_t *rtxnp) argument
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc134 db_free_entry *current, *nextentry; local
137 for (current = head; current != NULL; ) {
138 nextentry = current->next;
139 delete current;
140 current = nextentry;
204 db_free_entry_p current = head; local
217 for (i = liststart+2; i < listend && current != NULL; i++) {
218 answer[i] = current->where;
219 current
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c523 * If the current configuration already has inconsistent replication
526 * Otherwise, make sure that the current spec (if there is one) and the new
538 * Given a list of toplevel vdevs, return the current replication level. If
788 * Check the replication level of the vdev spec against the current pool. Calls
798 replication_level_t *current = NULL, *new; local
802 * If we have a current pool configuration, check to see if it's
810 if ((current = get_replication(nvroot, B_FALSE)) == NULL)
819 free(current);
827 free(current);
836 free(current);
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h177 uchar_t *here; /* current dp */
186 variable_t num_base; /* current base */
187 token_t *current; /* current voc */ member in struct:FCODE_ENV
243 #define CURRENT (env->current)
285 #define EXPOSE_ACF *((acf_t)env->current) = \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c587 /* None of the current callers want loopback addresses. */
759 /* None of the current callers want loopback addresses. */
975 /* None of the current callers want loopback addresses. */
1255 char *cp = *iter, *next, *current; local
1271 current = cp;
1281 fprintf (stderr, " processing '%s'\n", current);
1284 err = krb5_os_hostaddr (context, current, &newaddrs);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c44 "array of type \b\f?\f\b. If a variable already exists, the current "
49 "array of type \b\f?\f\b. If a variable already exists, the current "
94 unsigned short current; member in struct:Namtype
103 unsigned short current;
580 dp->current = 0;
582 else if(++dp->current>=dp->numnodes)
584 return(nv_namptr(dp->nodes,dp->current));
H A Dparse.c109 parent = lexp->current;
154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline);
648 /* save current input */
726 unsigned long current = lexp->current; local
771 lexp->current = kiaentity(lexp,t->funct.functnam,-1,'p',-1,-1,lexp->script,'p',0,"");
823 /* copy current word token to current stak frame */
844 lexp->current = current;
[all...]
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1312 hrtime_t start, current; local
1458 current = NSEC2MSEC(gethrtime());
1459 msec -= (current - start);
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h114 int currow; /* current row */
115 int curcol; /* current col */
128 FIELD * current; /* current field */ member in struct:formnode
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c347 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
351 if (picl_get_propval_by_name(current, PICL_PROP_PEER,
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c358 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
362 if (ptree_get_propval_by_name(current, PICL_PROP_PEER,
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c772 hrtime_t current; local
775 current = gethrtime();
782 window = current - orig_time;
784 orig_time = current;
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c393 * current foreground process group is equal to *expected*
400 pid_t current = tcgetpgrp(0); local
402 if (current != expected)
403 return (current);
405 if (new != current)
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c580 char current[MAX_REALM_LN]; local
581 char exp[MAX_REALM_LN]; /* Expanded current realm name */
584 int clst, nlst; /* count of last character in current and next */
619 /* read field into current */
631 current[i++] = *otrans++;
637 current[i] = '\0';
644 while (current[0]) {
646 /* figure out expanded form of current name */
648 clst = strlen(current) - 1;
649 if (current[
[all...]
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c146 int State = PM_STARTING; /* current SAC state */
1074 struct callsave *current; local
1085 current = dequeue(Free_call_p);
1086 call = current->c_cp;
1090 queue(Free_call_p, current);
1093 queue(phead, current);
1134 struct callsave *current; local
1139 current = dequeue(phead);
1140 call = current->c_cp;
1144 pqueue(phead, current);
1166 struct callsave *current; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c244 rdc_header_t *current; member in union:__anon4506
303 u_hdrp.current = header;
305 u_hdrp.current->asyncthr = u_hdrp.v4->asyncthr;
306 u_hdrp.current->syshostid = u_hdrp.v4->syshostid;
307 u_hdrp.current->maxqitems = u_hdrp.v4->maxqitems;
308 u_hdrp.current->maxqfbas = u_hdrp.v4->maxqfbas;
309 u_hdrp.current->refcntsize = 1; /* new field */
312 (int)u_hdrp.current->refcntsize, __LINE__, __FILE__);
316 /* current header type */
887 fba_pos = RDC_BITMAP_FBA; /* current FB
[all...]

Completed in 580 milliseconds

1234567