Searched refs:form (Results 151 - 175 of 187) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/mps/
H A Dmpsvar.h12 * 2. Redistributions in binary form must reproduce the above copyright
718 Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form,
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c198 mpage->form = *page->file;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c12 * 2. Redistributions in binary form must reproduce the above copyright
258 uint8_t form; /* form factor */ member in struct:smbios_table_type17
485 1, /* number of devices that form a row */
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c771 out_abbrev (int name, int form)
774 out_uleb128 (form);
1001 /* Write out an alternative form of line and address skips using
767 out_abbrev(int name, int form) argument
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk12 # 2. Redistributions in binary form must reproduce the above copyright
H A Dsrc.libnames.mk540 LIBFORMDIR= ${OBJTOP}/lib/ncurses/form
/freebsd-11-stable/contrib/opie/
H A Dopieftpd.c62 * 2. Redistributions in binary form must reproduce the above copyright
194 int form; variable
1674 form = FORM_N;
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk11 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua13 -- 2. Redistributions in binary form must reproduce the above copyright
H A Dcore.lua13 -- 2. Redistributions in binary form must reproduce the above copyright
H A Dmenu.lua13 -- 2. Redistributions in binary form must reproduce the above copyright
H A Dconfig.lua13 -- 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1432 // Tests for enctype support on a form(#6743)
1433 enctype: !!document.createElement("form").enctype,
2468 // Fixes Bug #2551 -- select.val() broken in IE after form.reset()
3610 // Only need this for delegated form submit events
3611 if ( jQuery.nodeName( this, "form" ) ) {
3615 // Lazy-add a submit handler when a descendant form may potentially be submitted
3619 form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined;
3620 if ( form && !form
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c329 unsigned int form; local
860 the long form. */
3108 together to form more complicated location (address) descriptions. */
3730 /* The Debugging Information Entry (DIE) structure. DIEs form a tree.
3731 The children of each node form a circular list linked by
4749 /* Convert a DWARF value form code into its string name. */
4752 dwarf_form_name (unsigned int form)
4754 switch (form)
5070 if (node->form)
5071 return node->form;
4747 dwarf_form_name(unsigned int form) argument
6889 enum dwarf_form form = value_format (a); local
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c10 * 2. Redistributions in binary form must reproduce the above copyright
133 int form; variable
600 form = FORM_N;
747 * later, after we know its canonical form.
2434 printf(", FORM: %s", formnames[form]);
H A Dftpcmd.y10 * 2. Redistributions in binary form must reproduce the above copyright
357 form = cmd_form;
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh124 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y12 * 2. Redistributions in binary form must reproduce the above copyright
206 form = cmd_form;
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c20 * 2. Redistributions in binary form must reproduce the above copyright
46 * 2. Redistributions in binary form must reproduce the above copyright
160 form = FORM_N;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c5245 char *form = demand_copy_C_string (&len); local
5247 if (strcmp (form, "mutex") == 0)
5249 else if (strcmp (form, "clear") == 0)
5251 else if (strcmp (form, "imply") == 0)
5253 obstack_free (&notes, form);
5257 char *form = ++input_line_pointer; local
5260 if (strcmp (form, "mutex") == 0)
5262 else if (strcmp (form, "clear") == 0)
5264 else if (strcmp (form, "imply") == 0)
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm725 // The trampoline has the following form:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp64 SystemZAddressingMode(AddrForm form, DispRange dr) argument
65 : Form(form), DR(dr), Base(), Disp(0), Index(),
175 // Try to match Addr as a FormBDX* address of form Form with
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c10 * 2. Redistributions in binary form must reproduce the above copyright
135 form = FORM_N;
147 * this ifdef is to keep someone form "porting" this to an incompatible
262 * Internal form of settype; changes current type in use with server
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S11 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c37 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
75 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
663 uint32_t form, uint32_t form_specific)
686 form + form_specific, &hdr, buffer,
705 uint32_t form, uint32_t form_specific)
730 form + form_specific, &hdr, buffer,
662 mptsas_sas_phy_pg0(struct mpt_softc *mpt, struct mptsas_phyinfo *phy_info, uint32_t form, uint32_t form_specific) argument
704 mptsas_sas_device_pg0(struct mpt_softc *mpt, struct mptsas_devinfo *device_info, uint32_t form, uint32_t form_specific) argument

Completed in 422 milliseconds

12345678