Searched refs:ali (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/amr/
H A Damr.c565 struct amr_linux_ioctl ali; local
579 if ((error = copyin(addr, &ali, sizeof(ali))) != 0)
581 switch (ali.ui.fcs.opcode) {
583 switch(ali.ui.fcs.subopcode) {
585 copyout(&linux_version, (void *)(uintptr_t)ali.data,
591 copyout(&linux_no_adapter, (void *)(uintptr_t)ali.data,
606 if (ali.ui.fcs.opcode == 0x80)
607 len = max(ali.outlen, ali
812 struct amr_linux_ioctl ali; local
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-alias.c2755 tree ali = VEC_index (tree, aliases, 0); local
2757 if (TREE_CODE (ali) == SYMBOL_MEMORY_TAG)
2758 return ali;
2791 tree ali = NULL_TREE; local
2826 ali = add_may_alias_for_new_tag (tag, VEC_index (tree, overlaps, 0));
2834 ali = add_may_alias_for_new_tag (tag, sv_var);
2836 if (ali != tag)
2840 'ali' as one of the may_aliases of the new tag. */
2841 add_may_alias (tag, ali);
2842 ali
[all...]
/freebsd-12-stable/contrib/ncurses/
H A Ddist.mk161 # .ali files generated by the Ada95 compiler during the build process. These
162 # .ali files contain cross referencing information required by gnathtml.
H A Dconfigure19732 if test -f conftest.lib/confpackage.ali
/freebsd-12-stable/sys/netinet/
H A Dsctp_output.c4642 struct sctp_adaptation_layer_indication *ali; local
4710 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len);
4711 ali->ph.param_type = htons(SCTP_ULP_ADAPTATION);
4712 ali->ph.param_length = htons(parameter_len);
4713 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
5460 struct sctp_adaptation_layer_indication *ali; local
5881 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len);
5882 ali->ph.param_type = htons(SCTP_ULP_ADAPTATION);
5883 ali->ph.param_length = htons(parameter_len);
5884 ali
[all...]

Completed in 151 milliseconds