Home
last modified time | relevance | path

Searched refs:aux (Results 1 – 25 of 60) sorted by path

123

/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c665 int aux = buf[l.pos-1]; in linenoiseEdit() local
667 buf[l.pos] = aux; in linenoiseEdit()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h271 #pragma aux yyerror aborts;
272 #pragma aux awkerr aborts;
273 #pragma aux awkperr aborts;
/illumos-gate/usr/src/cmd/bhyve/
H A Datkbdc.c136 struct aux_dev aux; member
152 sc->aux.irq_active = true; in atkbdc_assert_aux_intr()
153 vm_isa_pulse_irq(sc->ctx, sc->aux.irq, sc->aux.irq); in atkbdc_assert_aux_intr()
546 sc->aux.irq = AUX_DEV_IRQ; in atkbdc_init()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME369 event, and in response to the current state/aux state and
370 desired aux state it responds appropriately in the event
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DTHIRDPARTYLICENSE130 Ce logiciel informatique est disponible aux conditions
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c346 restarter_str_t aux = restarter_str_none; in update_instance_states() local
373 aux = restarter_str_service_request; in update_instance_states()
375 aux = restarter_str_administrative_request; in update_instance_states()
378 if (aux == restarter_str_service_request) { in update_instance_states()
400 err, aux)) != 0) in update_instance_states()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c253 nwam_aux_state_t aux; in active_ncp_callback() local
255 (void) nwam_ncp_get_state(ncph, &state, &aux); in active_ncp_callback()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c395 vdev_aux_t aux; in zfs_retire_recv() local
513 aux = VDEV_AUX_EXTERNAL; in zfs_retire_recv()
544 aux = VDEV_AUX_ERR_EXCEEDED; in zfs_retire_recv()
571 (void) zpool_vdev_fault(zhp, vdev_guid, aux); in zfs_retire_recv()
573 (void) zpool_vdev_degrade(zhp, vdev_guid, aux); in zfs_retire_recv()
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_macro.c268 if (tok == MAN_RE && nn->head->aux > 0) in blk_close()
269 roff_setreg(man->roff, "an-margin", nn->head->aux, '-'); in blk_close()
316 if ((head->aux = strtod(p, NULL) * 24.0) > 0) in blk_exp()
318 head->aux, '+'); in blk_exp()
H A Dman_term.c774 n->aux = SHRT_MAX + 1; in pre_RS()
776 n->aux = mt->lmargin[mt->lmargincur]; in pre_RS()
778 n->aux = term_hen(p, &su); in pre_RS()
779 if (n->aux < 0 && (size_t)(-n->aux) > mt->offset) in pre_RS()
780 n->aux = -mt->offset; in pre_RS()
781 else if (n->aux > SHRT_MAX) in pre_RS()
782 n->aux = term_len(p, p->defindent); in pre_RS()
784 mt->offset += n->aux; in pre_RS()
808 mt->offset -= n->parent->head->aux; in post_RS()
H A Dmdoc_term.c1483 if ((n->aux = p->flags & TERMP_PREKEEP) == 0) in termp_xx_pre()
1491 if (n->aux == 0) in termp_xx_post()
H A Droff.h529 int aux; /* Decoded node data, type-dependent. */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1779 aux = "-"; in do_print_vdev()
1794 aux = "TOO_SMALL"; in do_print_vdev()
1797 aux = "BAD_LABEL"; in do_print_vdev()
1800 aux = "VERS_NEWER"; in do_print_vdev()
1803 aux = "VERS_OLDER"; in do_print_vdev()
1809 aux = "SPARED"; in do_print_vdev()
1818 aux = "BAD_LOG"; in do_print_vdev()
1821 aux = "EXTERNAL"; in do_print_vdev()
1830 aux = "UNKNOWN"; in do_print_vdev()
2384 uintptr_t *aux; in spa_print_aux() local
[all …]
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c905 struct aux_id *aux = aux_find(datap->pd_auxv[i].a_type); in get_auxv() local
910 if ((aux != NULL) && (aux->aux_decode == at_str)) { in get_auxv()
1280 struct aux_id *aux; in print_auxv() local
1284 aux = aux_find(pa->a_type); in print_auxv()
1287 if (aux != NULL) { in print_auxv()
1292 (void) strlcpy(type, aux->aux_name, sizeof (type)); in print_auxv()
1293 aux->aux_decode(v, datap->pd_auxv_strs[i], in print_auxv()
/illumos-gate/usr/src/cmd/sendmail/
H A DREAD_ME41 aux Useful programs and shell scripts for debugging and
44 db The Berkeley Database, built for linking with aux/makemap
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c637 read_verdef(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next) in read_verdef() argument
659 *aux = verdef.vd_aux; in read_verdef()
697 read_verneed(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next) in read_verneed() argument
719 *aux = verneed.vn_aux; in read_verneed()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c166 Ar_aux *aux; in Dbg_statistics_ar() local
186 aux = adp->ad_aux; in Dbg_statistics_ar()
195 if (aux->au_mem == FLG_ARMEM_PROC) in Dbg_statistics_ar()
198 aux++, arsym++; in Dbg_statistics_ar()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.msg39 @ MSG_DB_NOLDDATA "rtld_db: rr: no LDDATA found in aux vector - \
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.S154 st %l0, [%o0 + 20] ! store aux vector pointer
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2244 char aux[50]; in dump_object() local
2304 aux[0] = '\0'; in dump_object()
2307 (void) snprintf(aux + strlen(aux), sizeof (aux), " (K=%s)", in dump_object()
2312 (void) snprintf(aux + strlen(aux), sizeof (aux), " (Z=%s)", in dump_object()
2319 asize, dnsize, lsize, fill, ZDB_OT_NAME(doi.doi_type), aux); in dump_object()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c936 if (aux != NULL) { in make_vdev_file()
941 aux, vdev); in make_vdev_file()
975 return (make_vdev_file(path, aux, pool, size, ashift)); in make_vdev_raidz()
979 child[c] = make_vdev_file(path, aux, pool, size, ashift); in make_vdev_raidz()
1041 child[c] = make_vdev_mirror(path, aux, pool, size, ashift, in make_vdev_root()
1055 VERIFY(nvlist_add_nvlist_array(root, aux ? aux : ZPOOL_CONFIG_CHILDREN, in make_vdev_root()
3020 char *aux; in ztest_vdev_aux_add_remove() local
3029 aux = ZPOOL_CONFIG_SPARES; in ztest_vdev_aux_add_remove()
3032 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()
3053 ztest_opts.zo_dir, ztest_opts.zo_pool, aux, in ztest_vdev_aux_add_remove()
[all …]
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids6137 5e10 Morphis aux I/O
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src18585 # (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
18586 # primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
18587 # from secondary aux device, 4 = stop relay to primary aux device, 5 =
18588 # start relay to primary aux device, 6 = stop relay to secondary aux device,
18589 # 7 = start relay to secondary aux device.
H A Dterminfo.src20803 # (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
20804 # primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
20805 # from secondary aux device, 4 = stop relay to primary aux device, 5 =
20806 # start relay to primary aux device, 6 = stop relay to secondary aux device,
20807 # 7 = start relay to secondary aux device.
/illumos-gate/usr/src/data/zoneinfo/
H A Dantarctica164 # Port-aux-Français, Kerguelen Islands, -492110+0701303, since 1951;

123