Searched defs:ac (Results 101 - 120 of 120) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c144 * queue up a dest/ac pair for tx scheduling
150 struct ath_atx_ac *ac = tid->ac; local
156 /* add tid to ac atmost once */
161 list_insert_tail(&ac->tid_q, &tid->list);
163 /* add node ac to txq atmost once */
164 if (ac->sched)
167 ac->sched = B_TRUE;
168 list_insert_tail(&txq->axq_acq, &ac->list);
175 struct ath_txq *txq = &sc->sc_txq[tid->ac
889 struct ath_atx_ac *ac, *ac_tmp; local
2341 struct ath_atx_ac *ac; local
2393 struct ath_atx_ac *ac, *ac_tmp; local
[all...]
H A Darn_core.h495 struct ath_atx_ac *ac; member in struct:ath_atx_tid
511 int sched; /* dest-ac is scheduled */
520 struct ath_atx_ac ac[WME_NUM_AC]; member in struct:ath_atx
669 struct ath_atx_ac ac[WME_NUM_AC]; member in struct:ath_node
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c357 unsigned long ac; local
360 for (ac = 0, i = 0; i < keysize; ++i)
361 ac += (i & 1) ? key[i] : key[i] << 8;
362 ac += (ac >> 16) & 0xFFFF;
363 return ac & 0xFFFF;
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c347 int ac; local
353 ac = *argc = 0;
390 PARSE_FAIL(insert(&ac, buf));
441 PARSE_FAIL(insert(&ac, buf));
443 args[ac] = NULL;
444 *argc = ac;
445 *argv = (char **)malloc((sizeof (char *) * ac + 1));
446 bcopy(args, *argv, sizeof (char *) * ac + 1);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c2364 putwchr(wchar_t ac) argument
2372 c = ac;
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c223 const char group_opts[] = "ac:de:ilmnpu:wA:C:DELPR";
246 int ac; local
269 ac = 2;
276 ac = 2;
291 ac = 1;
322 ac = 2;
333 ac = 1;
339 ac = 1;
352 ac = 2;
359 ac
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c312 int ac; local
316 ac = 0;
321 ac++;
333 cu += ac; o += ac; cd -= ac;
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c1008 audiohd_ctrl_t *ac = arg; local
1009 audiohd_state_t *statep = ac->statep;
1012 *val = ac->val;
1774 audiohd_ctrl_t *ac = &statep->ctrls[i]; local
1775 if (ac->ctrl != NULL) {
1776 audio_dev_del_control(ac->ctrl);
1777 ac->ctrl = NULL;
1786 audiohd_ctrl_t *ac; local
1791 ac = &statep->ctrls[ctl];
1792 ac
1810 audiohd_ctrl_t *ac; local
1834 audiohd_ctrl_t *ac; local
1857 audiohd_ctrl_t *ac; local
[all...]
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h372 } ac[WME_NUM_AC]; member in struct:wpi_wme_setup
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c725 * access control. We record the mapping from ac's
729 mwl_tx_setup(struct mwl_softc *sc, int ac, int mvtype) argument
734 if (ac >= N(sc->sc_ac2q)) {
737 ac, (uint_t)N(sc->sc_ac2q));
748 sc->sc_ac2q[ac] = txring;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h387 } ac[4]; member in struct:iwn_ks_edca
H A Dif_iwnreg.h561 } __packed ac[WME_NUM_AC]; member in struct:iwn_edca_params
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1174 tcphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) argument
1226 udphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) argument
1258 sctphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c260 unsigned long ac; local
263 for (ac = 0, i = 0; i < keysize; ++i)
264 ac += (i & 1) ? key[i] : key[i] << 8;
265 ac += (ac >> 16) & 0xFFFF;
266 return ac & 0xFFFF;
633 mDNSu8 ac = *a++; local
635 if (mDNSIsUpperCase(ac)) ac += 'a' - 'A';
637 if (ac !
1154 mDNSu8 ac = *a++; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c317 kmem_cache(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *argv) argument
322 if (mdb_getopts(ac, argv,
324 NULL) != ac) {
329 if (mdb_walk_dcmd("kmem_cache", "kmem_cache", ac, argv) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5526 int ac; local
5595 ac = sscanf(lbuf,
5601 if (ac < 3) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c345 umem_status(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *argv) argument
636 umem_cache(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *argv) argument
641 if (mdb_walk_dcmd("umem_cache", "umem_cache", ac, argv) == -1) {
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2530 struct iwh_edca_param ac[AC_NUM]; member in struct:iwh_qos_param_cmd
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2923 } ac[WME_NUM_AC]; member in struct:iwk_wme_setup
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h2527 struct iwp_edca_param ac[AC_NUM]; member in struct:iwp_qos_param_cmd

Completed in 187 milliseconds

12345