Searched refs:bs (Results 1 - 25 of 61) sorted by relevance

123

/haiku-fatelf/src/bin/
H A Ddpms.cpp24 BScreen bs; local
28 bs.SetDPMS(B_DPMS_ON);
30 bs.SetDPMS(B_DPMS_STAND_BY);
32 bs.SetDPMS(B_DPMS_SUSPEND);
34 bs.SetDPMS(B_DPMS_OFF);
36 uint32 caps = bs.DPMSCapabilites(); // nice typo...
42 uint32 st = bs.DPMSState();
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c135 ar5212SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
140 HALASSERT(bs->bs_intval != 0);
142 if (bs->bs_cfpmaxduration != 0) {
148 OS_REG_WRITE(ah, AR_CFP_PERIOD, bs->bs_cfpperiod);
151 OS_REG_WRITE(ah, AR_CFP_DUR, bs->bs_cfpmaxduration);
154 OS_REG_WRITE(ah, AR_TIMER2, bs->bs_cfpnext << 3);
164 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt);
175 | SM(bs->bs_intval, AR_BEACON_PERIOD)
176 | SM(bs->bs_timoffset ? bs
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dbootsect.h39 extern int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs);
H A Dbootsect.c164 * @bs: buffer containing ntfs boot sector to parse
166 * Parse the ntfs bootsector @bs and setup the ntfs volume @vol with the
171 int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs) argument
180 vol->sector_size = le16_to_cpu(bs->bpb.bytes_per_sector);
189 sectors_per_cluster = bs->bpb.sectors_per_cluster;
197 sectors = sle64_to_cpu(bs->number_of_sectors);
214 vol->mft_lcn = sle64_to_cpu(bs->mft_lcn);
215 vol->mftmirr_lcn = sle64_to_cpu(bs->mftmirr_lcn);
239 c = bs->clusters_per_mft_record;
262 c = bs
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c116 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
122 HALASSERT(bs->bs_intval != 0);
124 if (bs->bs_cfpmaxduration != 0) {
131 OS_REG_WRITE(ah, AR_CFP_PERIOD, bs->bs_cfpperiod);
134 OS_REG_WRITE(ah, AR_CFP_DUR, bs->bs_cfpmaxduration);
137 OS_REG_WRITE(ah, AR_TIMER2, bs->bs_cfpnext << 3);
147 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt);
158 | SM(bs->bs_intval, AR_BEACON_PERIOD)
159 | SM(bs->bs_timoffset ? bs
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c122 ar5211SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
128 HALASSERT(bs->bs_intval != 0);
130 if (bs->bs_cfpmaxduration != 0) {
136 OS_REG_WRITE(ah, AR_CFP_PERIOD, bs->bs_cfpperiod);
139 OS_REG_WRITE(ah, AR_CFP_DUR, bs->bs_cfpmaxduration);
142 OS_REG_WRITE(ah, AR_TIMER2, bs->bs_cfpnext << 3);
152 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt);
163 | SM(bs->bs_intval, AR_BEACON_PERIOD)
164 | SM(bs->bs_timoffset ? bs
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c149 ar5416SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
153 HALASSERT(bs->bs_intval != 0);
157 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bs->bs_nexttbtt));
165 TU_TO_USEC(bs->bs_intval & HAL_BEACON_PERIOD));
167 TU_TO_USEC(bs->bs_intval & HAL_BEACON_PERIOD));
174 HALASSERT(bs->bs_bmissthreshold <=
177 AR_RSSI_THR_BM_THR, bs->bs_bmissthreshold);
208 beaconintval = bs->bs_intval & HAL_BEACON_PERIOD;
210 if (bs->bs_sleepduration > beaconintval) {
211 HALASSERT(roundup(bs
[all...]
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh5 dd if=/dev/zero of=$IMG bs=1k count=1440 && \
6 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 conv=notrunc && \
12 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc && \
13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
24 #dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=500 conv=notrunc && \
/haiku-fatelf/src/bin/mkdos/
H A Dmkdos.cpp369 bootsector32 *bs = (bootsector32 *)bootsector; local
372 memcpy(bs->BS_OEMName,"Haiku ",8);
373 bs->BPB_BytsPerSec = B_HOST_TO_LENDIAN_INT16(sectorSize);
374 bs->BPB_SecPerClus = sectorPerCluster;
375 bs->BPB_RsvdSecCnt = B_HOST_TO_LENDIAN_INT16(reservedSectorCount);
376 bs->BPB_NumFATs = numFATs;
377 bs->BPB_RootEntCnt = B_HOST_TO_LENDIAN_INT16(rootEntryCount);
378 bs->BPB_TotSec16 = B_HOST_TO_LENDIAN_INT16(0);
379 bs->BPB_Media = 0xF8;
380 bs
404 bootsector1216 *bs = (bootsector1216 *)bootsector; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/config-x86/
H A Dobserver.h35 typedef void (observer_normal_stop_ftype) (struct bpstats *bs);
39 extern void observer_notify_normal_stop (struct bpstats *bs);
H A Dobserver.inc31 struct normal_stop_args { struct bpstats *bs; };
38 notify (args->bs);
56 observer_notify_normal_stop (struct bpstats *bs)
59 args.bs = bs;
/haiku-fatelf/src/bin/gdb/gdb/config-x86_64/
H A Dobserver.h35 typedef void (observer_normal_stop_ftype) (struct bpstats *bs);
39 extern void observer_notify_normal_stop (struct bpstats *bs);
H A Dobserver.inc31 struct normal_stop_args { struct bpstats *bs; };
38 notify (args->bs);
56 observer_notify_normal_stop (struct bpstats *bs)
59 args.bs = bs;
/haiku-fatelf/
H A Dmakehaikufloppy85 dd if=/dev/zero of=/tmp/boot.img bs=1k count=1440
91 dd if=/tmp/boot.tgz of=/tmp/boot.img bs=192k seek=1 conv=notrunc
94 dd if=/tmp/boot.img of=$IMAGE bs=72k
109 dd if=$BASE/system/haiku_loader of=$IMAGE bs=18k
116 dd if=/dev/zero of=$IMAGE bs=512 conv=notrunc seek=384 count=1
/haiku-fatelf/src/bin/gdb/gdb/
H A Dobserver.c180 observer_test_first_notification_function (struct bpstats *bs) argument
186 observer_test_second_notification_function (struct bpstats *bs) argument
192 observer_test_third_notification_function (struct bpstats *bs) argument
H A Dbreakpoint.c140 static enum print_stop_action print_bp_stop_message (bpstat bs);
1874 bpstat_copy (bpstat bs)
1880 if (bs == NULL)
1881 return bs;
1883 for (; bs != NULL; bs = bs->next)
1886 memcpy (tmp, bs, sizeof (*tmp));
1887 if (bs->commands != NULL)
1888 tmp->commands = copy_command_lines (bs
1869 bpstat_copy(bpstat bs) argument
1972 bpstat_clear_actions(bpstat bs) argument
2000 bpstat bs; local
2088 print_it_typical(bpstat bs) argument
2348 print_bp_stop_message(bpstat bs) argument
2401 bpstat_print(bpstat bs) argument
2442 bpstat bs; local
2471 bpstat bs = (bpstat) p; local
2591 bpstat bs = root_bs; local
2910 bpstat_what(bpstat bs) argument
3218 bpstat bs = root_bs; local
6867 breakpoint_auto_delete(bpstat bs) argument
6890 bpstat bs; local
[all...]
H A Dbreakpoint.h526 #define bpstat_explains_signal(bs) ((bs) != NULL)
H A Dada-lang.h37 "^[agis]-.*\\.ad[bs]$", \
41 "^[agis]-.*\\.ad[bs]$", \
48 "^[agis]-.*\\.ad[bs]$",
402 extern int ada_is_exception_breakpoint (bpstat bs);
404 extern void ada_adjust_exception_stop (bpstat bs);
406 extern void ada_print_exception_stop (bpstat bs);
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_box_set.c47 const ARG_CH_T ts, const ARG_CH_T bs,
60 _tracech_t2(4, bs),
74 RENDER_WITH_DEFAULT(bs, WACS_HLINE);
45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/haiku-fatelf/src/bin/gzip/
H A Dzmore36 ANS=`dd bs=1 count=1 2>/dev/null`
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfWav.cpp66 short bs = b; local
68 short ms = (as + bs) >> 1;
69 short ds = as - bs;
87 short bs = ai - hi; local
90 b = bs;
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_box.c62 chtype ts, chtype bs,
75 _tracechtype2(4, bs),
87 RENDER_WITH_DEFAULT(bs, ACS_HLINE);
60 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile.am6 c-bs-a.m4 \
/haiku-fatelf/src/bin/network/tcpdump/
H A Daddrtoname.c349 * Find the hash node that corresponds to the bytestring 'bs'
354 lookup_bytestring(register const u_char *bs, const unsigned int nlen) argument
360 k = (bs[0] << 8) | bs[1];
361 j = (bs[2] << 8) | bs[3];
362 i = (bs[4] << 8) | bs[5];
364 k = (bs[0] << 8) | bs[
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A DMakefile111 bs$x \
158 bs$x: $(MODEL)/bs$o $(LOCAL_LIBS)
159 $(LINK) -o $@ $(MODEL)/bs$o $(LDFLAGS_CURSES)
296 $(srcdir)/bs.c \
354 ../objects/bs$o \
415 ../objects/bs$o : $(srcdir)/bs.c \
417 $(LIBTOOL_COMPILE) $(CC) $(CFLAGS_NORMAL) -c ../test/bs.c -o ../objects/bs
[all...]

Completed in 171 milliseconds

123