Searched full:oth (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_genn.c | 220 OTHERNAME *oth; in GENERAL_NAME_set0_othername() local 221 oth = OTHERNAME_new(); in GENERAL_NAME_set0_othername() 222 if (oth == NULL) in GENERAL_NAME_set0_othername() 224 ASN1_TYPE_free(oth->value); in GENERAL_NAME_set0_othername() 225 oth->type_id = oid; in GENERAL_NAME_set0_othername() 226 oth->value = value; in GENERAL_NAME_set0_othername() 227 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth); in GENERAL_NAME_set0_othername()
|
/freebsd/sys/netinet/ |
H A D | sctp_cc_functions.c | 258 uint64_t oth __dtrace, probepoint __dtrace; in cc_bw_same() 284 oth = net->cc_mod.rtcc.vol_reduce; in cc_bw_same() 285 oth <<= 16; in cc_bw_same() 286 oth |= net->cc_mod.rtcc.step_cnt; in cc_bw_same() 287 oth <<= 16; in cc_bw_same() 288 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_same() 293 oth, in cc_bw_same() 320 oth = net->cc_mod.rtcc.vol_reduce; in cc_bw_same() 321 oth <<= 16; in cc_bw_same() 322 oth |= net->cc_mod.rtcc.step_cnt; in cc_bw_same() [all …]
|
/freebsd/sys/net/ |
H A D | slcompress.c | 156 struct tcphdr *oth; in sl_compress_tcp() local 251 oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen]; in sl_compress_tcp() 261 th->th_off != oth->th_off || in sl_compress_tcp() 265 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2))) in sl_compress_tcp() 278 } else if (th->th_urp != oth->th_urp) in sl_compress_tcp() 285 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp() 291 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack); in sl_compress_tcp() 299 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq); in sl_compress_tcp()
|
/freebsd/usr.sbin/ppp/ |
H A D | slcompress.c | 163 register struct tcphdr *oth; in sl_compress_tcp() local 263 oth = (struct tcphdr *) & ((int *) &cs->cs_ip)[hlen]; in sl_compress_tcp() 273 THOFFSET(th) != THOFFSET(oth) || in sl_compress_tcp() 277 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) { in sl_compress_tcp() 290 } else if (th->th_urp != oth->th_urp) { in sl_compress_tcp() 299 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp() 304 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack); in sl_compress_tcp() 312 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq); in sl_compress_tcp()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_hdrs.h | 121 struct ib_other_headers oth; member 123 struct ib_other_headers oth; member
|
/freebsd/sys/sys/ |
H A D | elf32.h | 214 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
H A D | elf64.h | 221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | microchip,pac1934.yaml | 16 …https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/PAC1931…
|
/freebsd/sbin/hastd/ |
H A D | lzf.h | 23 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
|
H A D | lzf.c | 23 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 1543 struct counters *oth; in otherassistavx() local 1549 oth = find_counter(cpu, "OTHER_ASSISTS.AVX_TO_SSE"); in otherassistavx() 1551 ot = oth->vals[pos] * 1.0; in otherassistavx() 1554 ot = oth->sum * 1.0; in otherassistavx() 1567 struct counters *oth; in otherassistsse() local 1574 oth = find_counter(cpu, "OTHER_ASSISTS.SSE_TO_AVX"); in otherassistsse() 1576 ot = oth->vals[pos] * 1.0; in otherassistsse() 1579 ot = oth->sum * 1.0; in otherassistsse()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 1529 PRT("size type bind oth ver shndx name\n"); in elf_print_symtab()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 1972 !:ext oth
|