Home
last modified time | relevance | path

Searched full:wants (Results 1 – 25 of 1128) sorted by relevance

12345678910>>...46

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dstericsson,u8500-clks.yaml40 prcmu-clock node the consumer wants to use.
52 which PRCC block the consumer wants to use, possible values are 1, 2, 3,
54 wants, possible values are 0 thru 31.
66 block the consumer wants to use, possible values are 1, 2, 3, 5, 6. The
67 second cell indicates which clock inside the PRCC block it wants, possible
80 which PRCC block the consumer wants to use, possible values are 1, 2, 3
82 it wants to control, possible values are 0 thru 31.
H A Dux500.txt15 clock in the prcmu-clock node the consumer wants to use.
19 wants to use, possible values are 1, 2, 3, 5, 6. The second
20 cell indicates which clock inside the PRCC block it wants,
25 wants to use, possible values are 1, 2, 3, 5, 6. The second
26 cell indicates which clock inside the PRCC block it wants,
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-xattr-handler.m458 [whether xattr_handler->get() wants dentry and inode and flags])
62 [xattr_handler->get() wants dentry and inode and flags])
126 AC_MSG_CHECKING([whether xattr_handler->set() wants dentry, inode, and mnt_idmap])
133 AC_MSG_CHECKING([whether xattr_handler->set() wants dentry, inode, and user_namespace])
145 AC_MSG_CHECKING([whether xattr_handler->set() wants dentry and inode])
149 [xattr_handler->set() wants both dentry and inode])
H A Dkernel-rename.m46 dnl # wants flags.
71 AC_MSG_CHECKING([whether iops->rename() wants flags])
75 [iops->rename() wants flags])
H A Dkernel-acl.m43 dnl # posix_acl_equiv_mode now wants an umode_t instead of a mode_t
16 AC_MSG_CHECKING([whether posix_acl_equiv_mode() wants umode_t])
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetSelect.h52 /// it wants access to all available targets that LLVM is configured to
62 /// wants access to all available target machines that LLVM is configured to
75 /// wants access to all available target MC that LLVM is configured to
85 /// it wants all asm printers that LLVM is configured to support, to make them
95 /// wants all asm parsers that LLVM is configured to support, to make them
105 /// it wants all disassemblers that LLVM is configured to support, to make
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-storemgmt.pod134 Indicates that the caller wants to search for an object with the given
142 Indicates that the caller wants to search for an object with the given
150 Indicates that the caller wants to search for an object with the given
157 Indicates that the caller wants to search for an object with the given
162 Indicates that the caller wants to search for an object with the given
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmodule-setup.sh.in79 systemctl -q --root "${initdir}" add-wants initrd.target zfs-import.target
82 systemctl -q --root "${initdir}" add-wants zfs-import.target zfs-env-bootfs.service
100 systemctl -q --root "${initdir}" add-wants zfs-import.target "${_service}"
117 systemctl -q --root "${initdir}" add-wants initrd.target "${_service}"
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DTarget.h74 it wants access to all available targets that LLVM is configured to
83 wants to link in all available targets that LLVM is configured to
92 it wants access to all available target MC that LLVM is configured to
101 it wants all asm printers that LLVM is configured to support, to make them
110 it wants all asm parsers that LLVM is configured to support, to make them
119 if it wants all disassemblers that LLVM is configured to support, to make
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-storemgmt.7270 Indicates that the caller wants to search for an object with the given
278 Indicates that the caller wants to search for an object with the given
286 Indicates that the caller wants to search for an object with the given
296 Indicates that the caller wants to search for an object with the given
301 Indicates that the caller wants to search for an object with the given
/freebsd/crypto/openssh/regress/unittests/utf8/
H A Dtests.c37 int wantwidth, int wantlen, const char *wants) in one() argument
44 wantlen = strlen(wants); in one()
51 ASSERT_STRING_EQ(buf, wants); in one()
/freebsd/sys/sys/
H A Dpipe.h85 #define PIPE_WANTR 0x008 /* Reader wants some characters. */
86 #define PIPE_WANTW 0x010 /* Writer wants space to put characters. */
91 #define PIPE_LWANT 0x200 /* Process wants exclusive access to pointers/data. */
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-mount-generator.8.in72 .Sy Wants Ns = , Sy After Ns = : Pa network-online.target
78 .Sy Wants Ns = ,
115 .Sy Wants Ns = Ns Pa zfs-import.target
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectUpdater.h24 /// The user value object is the value object the user wants to see.
34 /// enabled, the value object that the user wants to see might change while
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_rlock.h65 uint8_t lr_write_wanted; /* writer wants to lock this range */
66 uint8_t lr_read_wanted; /* reader wants to lock this range */
/freebsd/usr.bin/mail/
H A Dmain.c143 * User wants to ignore interrupts. in main()
153 * User wants to check mail and exit. in main()
159 * User wants a header summary only. in main()
165 * User wants to record messages to files in main()
/freebsd/sbin/fsdb/
H A Dfsdb.h49 #define FL_WR 0x0001 /* wants to write */
50 #define FL_CWR 0x0002 /* wants to write critical data */
/freebsd/lib/libc/net/
H A Dgetipnodebyname.3137 then the caller wants only IPv4 addresses.
155 then the caller wants only IPv6 addresses.
209 flag then the caller wants all addresses: IPv6 and IPv4-mapped IPv6.
H A Dinet6_rth_space.3145 application wants to parse.
166 is the location in the routing header from which the application wants
/freebsd/usr.bin/ncal/
H A Dncal.c162 static int flag_weeks; /* user wants number of week */
166 static bool flag_monday; /* user wants week starts on Monday */
201 int flag_wholeyear = 0; /* user wants the whole year */ in main()
202 int flag_julian_cal = 0; /* user wants Julian Calendar */ in main()
203 int flag_julian_day = 0; /* user wants the Julian day numbers */ in main()
204 int flag_orthodox = 0; /* user wants Orthodox easter */ in main()
205 int flag_easter = 0; /* user wants easter date */ in main()
206 int flag_3months = 0; /* user wants 3 month display (-3) */ in main()
207 int flag_after = 0; /* user wants to see months after */ in main()
208 int flag_before = 0; /* user wants to see months before */ in main()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-i2s.yaml46 per bit clock rate. I/O module which wants to use this clock
49 some other I/O wants to reference from a particular I2Sx
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c240 const char *wants = "zfs-import.target"; in line_worker() local
259 wants = ""; in line_worker()
327 "Wants=%s\n" in line_worker()
329 dataset, cachefile, wants, after); in line_worker()
333 "Wants=network-online.target\n" in line_worker()
535 * is reduced to "wants" rather than "requires" when nofail!=off. in line_worker()
651 fprintf(mountfile_f, "Wants=%s\n", wants); in line_worker()
689 {"wants", wantedby}, in line_worker()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.h155 /** true if briefly the SSL wants a read event, 0 if not.
183 /** the io thread wants to exit */
342 /** callback for the timer when the thread stops and wants to finish up */
345 /** callback for the output when the thread stops and wants to finish up */
/freebsd/sys/cam/ctl/
H A Dctl_frontend.h132 * argument, by the CTL layer when it wants the FETD
137 * argument, by the CTL layer when it wants the FETD
147 * wants the FETD to enable a particular LUN. If the
155 * wants the FETD to disable a particular LUN. If the
/freebsd/contrib/sendmail/libmilter/docs/
H A Dsmfi_setsymlist.html20 Set the list of macros that the milter wants to receive from the MTA
36 milter wants to receive from the MTA.

12345678910>>...46