Searched refs:ds (Results 51 - 75 of 338) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c103 Dwarf_Section *ds; local
115 ds = _dwarf_find_section(dbg, ".debug_abbrev");
116 if (ds == NULL || *offset >= ds->ds_size)
121 entry = _dwarf_read_uleb128(ds->ds_data, offset);
132 tag = _dwarf_read_uleb128(ds->ds_data, offset);
133 children = dbg->read(ds->ds_data, offset, 1);
141 attr = _dwarf_read_uleb128(ds->ds_data, offset);
142 form = _dwarf_read_uleb128(ds->ds_data, offset);
159 Dwarf_Section *ds; local
227 Dwarf_P_Section ds; local
[all...]
H A Dlibdwarf_macinfo.c34 _dwarf_macinfo_parse(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *off, argument
45 while (*off < ds->ds_size) {
50 type = dbg->read(ds->ds_data, off, 1);
63 lineno = _dwarf_read_uleb128(ds->ds_data, off);
64 p = (char *) ds->ds_data;
74 lineno = _dwarf_read_uleb128(ds->ds_data, off);
78 fileindex[++sp] = _dwarf_read_uleb128(ds->ds_data, off);
129 Dwarf_Section *ds; local
133 if ((ds = _dwarf_find_section(dbg, ".debug_macinfo")) == NULL)
137 while (offset < ds
188 Dwarf_P_Section ds; local
[all...]
H A Dlibdwarf_lineno.c268 Dwarf_Section *ds; local
284 if ((ds = _dwarf_find_section(dbg, ".debug_line")) == NULL)
306 length = dbg->read(ds->ds_data, &offset, 4);
309 length = dbg->read(ds->ds_data, &offset, 8);
313 if (length > ds->ds_size - offset) {
328 li->li_version = dbg->read(ds->ds_data, &offset, 2); /* FIXME: verify version */
329 li->li_hdrlen = dbg->read(ds->ds_data, &offset, dwarf_size);
331 li->li_minlen = dbg->read(ds->ds_data, &offset, 1);
333 li->li_maxop = dbg->read(ds->ds_data, &offset, 1);
334 li->li_defstmt = dbg->read(ds
484 _dwarf_lineno_gen_program(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, Dwarf_Error * error) argument
655 Dwarf_P_Section ds; local
[all...]
H A Dlibdwarf_ranges.c32 _dwarf_ranges_parse(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Section *ds, argument
39 while (off < ds->ds_size) {
41 start = dbg->read(ds->ds_data, &off, cu->cu_pointer_size);
42 end = dbg->read(ds->ds_data, &off, cu->cu_pointer_size);
106 Dwarf_Section *ds; local
111 if ((ds = _dwarf_find_section(dbg, ".debug_ranges")) == NULL) {
123 ret = _dwarf_ranges_parse(dbg, cu, ds, off, NULL, &cnt);
138 ret = _dwarf_ranges_parse(dbg, cu, ds, off, rl->rl_rgarray,
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h122 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot,
124 uint64_t zap_create_dnsize(objset_t *ds, dmu_object_type_t ot,
126 uint64_t zap_create_norm(objset_t *ds, int normflags, dmu_object_type_t ot,
128 uint64_t zap_create_norm_dnsize(objset_t *ds, int normflags,
155 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
157 int zap_create_claim_dnsize(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
159 int zap_create_claim_norm(objset_t *ds, uint64_t obj,
162 int zap_create_claim_norm_dnsize(objset_t *ds, uint64_t obj,
176 int zap_destroy(objset_t *ds, uint64_t zapobj, dmu_tx_t *tx);
205 int zap_lookup(objset_t *ds, uint64_
[all...]
H A Ddsl_prop.h66 int dsl_prop_register(struct dsl_dataset *ds, const char *propname,
68 void dsl_prop_unregister_all(struct dsl_dataset *ds, void *cbarg);
70 boolean_t dsl_prop_hascb(struct dsl_dataset *ds);
78 int dsl_prop_get_ds(struct dsl_dataset *ds, const char *propname,
80 int dsl_prop_get_int_ds(struct dsl_dataset *ds, const char *propname,
86 void dsl_props_set_sync_impl(struct dsl_dataset *ds, zprop_source_t source,
88 void dsl_prop_set_sync_impl(struct dsl_dataset *ds, const char *propname,
H A Ddmu_traverse.h55 int traverse_dataset(struct dsl_dataset *ds,
57 int traverse_dataset_resume(struct dsl_dataset *ds, uint64_t txg_start,
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c31 static void ar9300_swap_tx_desc(void *ds);
36 ar9300_tx_req_intr_desc(struct ath_hal *ah, void *ds) argument
62 void *ds,
72 struct ar9300_txc *ads = AR9300TXC(ds);
138 ar9300_set_desc_link(struct ath_hal *ah, void *ds, u_int32_t link) argument
140 struct ar9300_txc *ads = AR9300TXC(ds);
153 ar9300_get_desc_link_ptr(struct ath_hal *ah, void *ds, u_int32_t **link) argument
155 struct ar9300_txc *ads = AR9300TXC(ds);
161 ar9300_clear_tx_desc_status(struct ath_hal *ah, void *ds) argument
163 struct ar9300_txs *ads = AR9300TXS(ds);
60 ar9300_fill_tx_desc( struct ath_hal *ah, void *ds, HAL_DMA_ADDR *buf_addr, u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg, HAL_BOOL last_seg, const void *ds0) argument
172 ar9300_clear_dest_mask(struct ath_hal *ah, void *ds) argument
206 ar9300_get_tx_rate_code(struct ath_hal *ah, void *ds, struct ath_tx_status *ts) argument
378 ar9300_calc_tx_airtime(struct ath_hal *ah, void *ds, struct ath_tx_status *ts, HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes ) argument
445 ar9300__cont_tx_mode(struct ath_hal *ah, void *ds, int mode) argument
570 ar9300_set_paprd_tx_desc(struct ath_hal *ah, void *ds, int chain_num) argument
591 ar9300_set_11n_tx_desc( struct ath_hal *ah, void *ds, u_int pkt_len, HAL_PKT_TYPE type, u_int tx_power, u_int key_ix, HAL_KEY_TYPE key_type, u_int flags) argument
704 ar9300_set_11n_rate_scenario( struct ath_hal *ah, void *ds, void *lastds, u_int dur_update_en, u_int rts_cts_rate, u_int rts_cts_duration, HAL_11N_RATE_SERIES series[], u_int nseries, u_int flags, u_int32_t smart_antenna) argument
858 ar9300_set_11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds, u_int aggr_len, u_int num_delims) argument
873 ar9300_set_11n_aggr_middle(struct ath_hal *ah, struct ath_desc *ds, u_int num_delims) argument
892 ar9300_set_11n_aggr_last(struct ath_hal *ah, struct ath_desc *ds) argument
902 ar9300_clr_11n_aggr(struct ath_hal *ah, struct ath_desc *ds) argument
910 ar9300_set_11n_burst_duration(struct ath_hal *ah, struct ath_desc *ds, u_int burst_duration) argument
920 ar9300_set_11n_rifs_burst_middle(struct ath_hal *ah, void *ds) argument
928 ar9300_set_11n_rifs_burst_last(struct ath_hal *ah, void *ds) argument
936 ar9300_clr_11n_rifs_burst(struct ath_hal *ah, void *ds) argument
944 ar9300_set_11n_aggr_rifs_burst(struct ath_hal *ah, void *ds) argument
953 ar9300_set_11n_virtual_more_frag(struct ath_hal *ah, struct ath_desc *ds, u_int vmf) argument
[all...]
H A Dar9300_freebsd.h28 struct ath_desc *ds, uint32_t pa, struct ath_desc *ds_next,
32 extern void ar9300_freebsd_get_desc_link(struct ath_hal *, void *ds,
36 struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type,
41 struct ath_desc *ds, u_int txRate1, u_int txTries1,
44 struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList,
54 struct ath_desc *ds,
61 struct ath_desc *ds, u_int aggrLen, u_int flags, u_int txPower,
65 struct ath_desc *ds, const struct ath_desc *ds0);
68 void *ds, u_int pktLen, HAL_PKT_TYPE type, u_int txPower,
72 struct ath_desc *ds, struc
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py65 for ds in zfs.dataset.snapshots_fromcmdline(args, options.recursive):
67 for tag, tm in ds.get_holds().iteritems():
68 val = {"name": ds.name, "tag": tag,
70 t.addline(ds.name, val)
/freebsd-12-stable/sys/dev/ida/
H A Didaio.h15 struct ida_drive_status ds; member in union:ida_user_command::__anon13242
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_005_neg.ksh81 for ds in $ZPOOL_VERSION_1_NAME/$TESTFS $ZPOOL_VERSION_1_NAME/$TESTVOL; do
82 log_mustnot $ZFS set copies=$val $ds
84 for ds in $ZPOOL_VERSION_1_NAME/$TESTFS1 $ZPOOL_VERSION_1_NAME/$TESTVOL1; do
85 log_mustnot $ZFS create -o copies=$val $ds
H A Dzfs_copies.kshlib41 typeset ds=$1
45 val_actual=$(get_prop copies $ds)
58 typeset ds=$1
61 used=`$ZFS list -H -o used $ds`
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_receive/
H A Dzfs_receive_002_pos.ksh64 typeset ds
77 for ds in $rst_vol $rst_root; do
78 datasetexists $ds && \
79 log_must $ZFS destroy -Rf $ds
H A Dzfs_receive_009_neg.ksh63 typeset ds
68 for ds in $ctr1 $ctr2 $fs1; do
69 if datasetexists $ds; then
70 log_must $ZFS destroy -rf $ds
/freebsd-12-stable/tests/sys/cddl/zfs/tests/refreserv/
H A Drefreserv_004_pos.ksh83 for ds in $datasets; do
84 log_must $ZFS set quota=25M $ds
85 log_must $ZFS set refreservation=15M $ds
99 log_must $ZFS set quota=none $ds
/freebsd-12-stable/sys/sys/
H A Ddevicestat.h196 void devstat_remove_entry(struct devstat *ds);
197 void devstat_start_transaction(struct devstat *ds, const struct bintime *now);
198 void devstat_start_transaction_bio(struct devstat *ds, struct bio *bp);
199 void devstat_start_transaction_bio_t0(struct devstat *ds, struct bio *bp);
200 void devstat_end_transaction(struct devstat *ds, u_int32_t bytes,
205 void devstat_end_transaction_bio(struct devstat *ds, const struct bio *bp);
206 void devstat_end_transaction_bio_bt(struct devstat *ds, const struct bio *bp,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_promote/
H A Dzfs_promote_004_pos.ksh65 typeset ds
67 for ds in ${snap[*]}; do
68 snapexists $ds && \
69 log_must $ZFS destroy -rR $ds
132 for ds in ${snap[*]} ${csnap[2]} ${c1snap[*]}; do
133 ! snapexists $ds && \
134 log_fail "The snapshot $ds disappear after zfs promote."
H A Dzfs_promote_001_pos.ksh76 typeset ds=$1
85 snapexists $ds@$TESTSNAP && \
86 log_fail "zfs promote cannot promote $ds@$TESTSNAP."
90 origin_prop=$(get_prop origin $ds)
92 log_fail "The dependency of $ds is not correct."
/freebsd-12-stable/sys/dev/malo/
H A Dif_malo.c440 uint8_t *ds; local
491 ds = dd->dd_desc;
492 memset(ds, 0, dd->dd_desc_len);
495 __func__, dd->dd_name, ds, (u_long) dd->dd_desc_len,
515 struct malo_rxdesc *ds; local
536 ds = sc->malo_rxdma.dd_desc;
537 for (i = 0; i < malo_rxbuf; i++, bf++, ds++) {
538 bf->bf_desc = ds;
539 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds);
559 struct malo_txdesc *ds; local
747 struct malo_txdesc *ds; local
859 const struct malo_rxdesc *ds = bf->bf_desc; local
876 const struct malo_txdesc *ds = bf->bf_desc; local
928 struct malo_txdesc *ds; local
1040 struct malo_txdesc *ds; local
1371 struct malo_rxdesc *ds; local
1410 struct malo_rxdesc *ds; local
1945 struct malo_rxdesc *ds; local
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/zfs_list/
H A Dzfs_list_005_pos.ksh71 for ds in $DATASETS ; do
73 log_must $ZFS set f:color=$color $basefs/$ds
75 log_must $ZFS set f:color=$color $basefs/${ds}-vol
80 log_must $ZFS set f:amount=$amount $basefs/$ds
82 log_must $ZFS set f:amount=$amount $basefs/${ds}-vol
87 log_must $ZFS set reservation=$reserv $basefs/$ds
89 log_must $ZFS set reservation=$reserv $basefs/${ds}-vol
/freebsd-12-stable/lib/libnetgraph/
H A Dsock.c66 int ds = -1; /* data socket */ local
146 if ((ds = socket(AF_NETGRAPH, SOCK_DGRAM, NG_DATA)) < 0) {
157 if (connect(ds, (struct sockaddr *) sg, sg->sg_len) < 0) {
171 *dsp = ds;
178 if (ds >= 0)
179 close(ds);
216 NgRecvData(int ds, u_char * buf, size_t len, char *hook) argument
224 rtn = recvfrom(ds, buf, len, 0, (struct sockaddr *) from, &fromlen);
253 NgAllocRecvData(int ds, u_char **buf, char *hook) argument
259 if (getsockopt(ds, SOL_SOCKE
273 NgSendData(int ds, const char *hook, const u_char * buf, size_t len) argument
[all...]
/freebsd-12-stable/contrib/flex/
H A Ddfa.c46 * void check_for_backing_up( int ds, int state[numecs] );
48 * ds is the number of the state to check and state[] is its out-transitions,
52 void check_for_backing_up (ds, state)
53 int ds;
56 if ((reject && !dfaacc[ds].dfaacc_set) || (!reject && !dfaacc[ds].dfaacc_state)) { /* state is non-accepting */
61 _("State #%d is non-accepting -\n"), ds);
64 dump_associated_rules (backing_up_file, ds);
140 void dump_associated_rules (file, ds)
142 int ds;
383 int *accset, ds, nacc, newds; local
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dresolve-test.c164 struct rk_ds_record *ds = rr->u.ds; local
168 ds->key_tag, ds->algorithm, ds->digest_type,
169 (unsigned long)ds->digest_len);
170 for (i = 0; i < ds->digest_len; i++)
171 printf("%02X", ds->digest_data[i]);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c349 dsl_dataset_t *ds; local
373 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds);
376 dsl_dataset_phys(ds)->ds_prev_snap_obj, dp,
378 dsl_dataset_rele(ds, FTAG);
548 dsl_dataset_t *ds; local
597 VERIFY0(dsl_dataset_hold_obj(dp, obj, FTAG, &ds));
601 rrw_enter(&ds->ds_bp_rwlock, RW_READER, FTAG);
602 os = dmu_objset_create_impl(dp->dp_spa, ds,
603 dsl_dataset_get_blkptr(ds), DMU_OST_ZFS, tx);
604 rrw_exit(&ds
687 dsl_dataset_t *ds; local
840 dsl_dataset_t *ds = dmu_objset_ds(zilog->zl_os); local
980 dsl_dataset_t *ds, *prev = NULL; local
1068 upgrade_dir_clones_cb(dsl_pool_t *dp, dsl_dataset_t *ds, void *arg) argument
1124 dsl_dataset_t *ds; local
[all...]

Completed in 296 milliseconds

1234567891011>>