/freebsd/lib/libc/rpc/ |
H A D | clnt_bcast.c | 120 struct broadif *bip; in __rpc_getbroadifs() local 146 bip = (struct broadif *)malloc(sizeof *bip); in __rpc_getbroadifs() 147 if (bip == NULL) in __rpc_getbroadifs() 149 bip->index = if_nametoindex(ifap->ifa_name); in __rpc_getbroadifs() 156 memcpy(&bip->broadaddr, ifap->ifa_broadaddr, in __rpc_getbroadifs() 158 sin = (struct sockaddr_in *)(void *)&bip->broadaddr; in __rpc_getbroadifs() 165 sin6 = (struct sockaddr_in6 *)(void *)&bip->broadaddr; in __rpc_getbroadifs() 172 sin6->sin6_scope_id = bip->index; in __rpc_getbroadifs() 176 free(bip); in __rpc_getbroadifs() 179 TAILQ_INSERT_TAIL(list, bip, link); in __rpc_getbroadifs() [all …]
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set4 | 4 2 bip audible 32 30 bip `visible'
|
/freebsd/stand/userboot/userboot/ |
H A D | bootinfo32.c | 53 bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip, vm_offset_t *modulep, vm_offset… in bi_load32() argument 171 *bip = 0x2000; in bi_load32()
|
H A D | libuserboot.h | 61 int bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip,
|
/freebsd/stand/i386/libi386/ |
H A D | bootinfo32.c | 54 bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip, vm_offset_t *modulep, vm_offset… in bi_load32() argument 186 *bip = VTOP(bi); in bi_load32()
|
H A D | libi386.h | 146 int bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip,
|
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 5253 bdata2bio(struct buf *bp, struct bio *bip) in bdata2bio() argument 5258 bip->bio_ma = bp->b_pages; in bdata2bio() 5259 bip->bio_ma_n = bp->b_npages; in bdata2bio() 5260 bip->bio_data = unmapped_buf; in bdata2bio() 5261 bip->bio_ma_offset = (vm_offset_t)bp->b_offset & PAGE_MASK; in bdata2bio() 5262 bip->bio_flags |= BIO_UNMAPPED; in bdata2bio() 5263 KASSERT(round_page(bip->bio_ma_offset + bip->bio_length) / in bdata2bio() 5265 ("Buffer %p too short: %d %lld %d", bp, bip->bio_ma_offset, in bdata2bio() 5266 (long long)bip->bio_length, bip->bio_ma_n)); in bdata2bio() 5268 bip->bio_data = bp->b_data; in bdata2bio() [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x.h | 78 struct mt76_connac_sta_key_conf bip; member
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 975 #define B2L_ITIMERVAL(bip, lip) \ argument 976 (bip)->it_interval.tv_sec = (lip)->it_interval.tv_sec; \ 977 (bip)->it_interval.tv_usec = (lip)->it_interval.tv_usec; \ 978 (bip)->it_value.tv_sec = (lip)->it_value.tv_sec; \ 979 (bip)->it_value.tv_usec = (lip)->it_value.tv_usec;
|
/freebsd/sys/sys/ |
H A D | buf.h | 544 void bdata2bio(struct buf *bp, struct bio *bip);
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mt7996.h | 118 struct mt76_connac_sta_key_conf bip; member
|
H A D | main.c | 368 err = mt7996_mcu_add_key(&dev->mt76, vif, &msta->bip, in mt7996_set_key()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 150 struct mt76_connac_sta_key_conf bip; member
|
H A D | main.c | 422 err = mt76_connac_mcu_add_key(&dev->mt76, vif, &msta->bip, in mt7915_set_key()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | main.c | 526 err = mt76_connac_mcu_add_key(&dev->mt76, vif, &msta->bip, in mt7921_set_key() 535 &mvif->wep_sta->bip, in mt7921_set_key()
|
/freebsd/crypto/libecc/ |
H A D | README.md | 38 …he "Schnorr" Bitcoin proposal, as specified in [bip-0340](https://github.com/bitcoin/bips/blob/mas…
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 10253 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
|