Searched refs:what (Results 226 - 250 of 575) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-makefile.mk16 # TODO: Why does it do that, and what consequences does this have?
H A Dvarcmd.mk7 # least an introductory explanation about what _should_ happen here.
/freebsd-current/contrib/tcsh/
H A Dsh.exp.c976 isa(Char *cp, int what) argument
979 return ((what & RESTOP) != 0);
983 if (what & ADDOP && (*cp == '+' || *cp == '-'))
985 if (what & MULOP && (*cp == '*' || *cp == '/' || *cp == '%'))
987 if (what & RESTOP && (*cp == '(' || *cp == ')' || *cp == '!' ||
992 if (what & RESTOP) {
1000 if (what & EQOP) {
1015 if (what & RELOP) {
/freebsd-current/tools/test/stress2/misc/
H A Dseekdir.sh128 /* Pretend it didn't fit. This is approximately what SAMBA does.*/
/freebsd-current/crypto/openssh/contrib/
H A Dgnome-ssh-askpass2.c66 report_failed_grab (GtkWidget *parent_window, const char *what) argument
73 "on your session.", what);
300 * At least one grab failed - ungrab what we got, and report
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dbuffer.h399 /** Used to tell evbuffer_readln what kind of line-ending to look for.
741 @param what the string to be searched for
749 struct evbuffer_ptr evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start);
755 @param what the string to be searched for
766 struct evbuffer_ptr evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start, const struct evbuffer_ptr *end);
H A Dbufferevent.h147 @param what a conjunction of flags: BEV_EVENT_READING or BEV_EVENT_WRITING
154 typedef void (*bufferevent_event_cb)(struct bufferevent *bev, short what, void *ctx);
239 what you want.
583 * Warning: make sure you know what you're doing. This is mainly used in
658 @param what the flags to pass onto the event callback
662 void bufferevent_trigger_event(struct bufferevent *bufev, short what,
/freebsd-current/sys/arm64/linux/
H A Dlinux_locore.asm47 nop /* This is what Linux calls a "Mysterious NOP". */
/freebsd-current/sys/dev/bhnd/siba/
H A Dsibavar.h233 #define SIBA_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->mtx, what)
/freebsd-current/sys/x86/bios/
H A Dvpd.c251 vpd_modevent (module_t mod, int what, void *arg) argument
257 switch (what) {
/freebsd-current/share/mk/
H A Dlocal.sys.dirdeps.env.mk33 # not what we want
/freebsd-current/contrib/libevent/include/event2/
H A Dbuffer.h399 /** Used to tell evbuffer_readln what kind of line-ending to look for.
741 @param what the string to be searched for
749 struct evbuffer_ptr evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start);
755 @param what the string to be searched for
766 struct evbuffer_ptr evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start, const struct evbuffer_ptr *end);
H A Dbufferevent.h147 @param what a conjunction of flags: BEV_EVENT_READING or BEV_EVENT_WRITING
154 typedef void (*bufferevent_event_cb)(struct bufferevent *bev, short what, void *ctx);
239 what you want.
583 * Warning: make sure you know what you're doing. This is mainly used in
658 @param what the flags to pass onto the event callback
662 void bufferevent_trigger_event(struct bufferevent *bufev, short what,
/freebsd-current/sys/dev/iscsi/
H A Dicl.c310 icl_modevent(module_t mod, int what, void *arg) argument
313 switch (what) {
/freebsd-current/sys/i386/bios/
H A Dsmapi.c292 smapi_modevent (module_t mod, int what, void *arg) argument
298 switch (what) {
/freebsd-current/sys/kern/
H A Dsubr_kobj.c64 #define KOBJ_ASSERT(what) mtx_assert(&kobj_mtx, what);
/freebsd-current/sys/dev/smbios/
H A Dsmbios.c245 smbios_modevent (module_t mod, int what, void *arg) argument
251 switch (what) {
/freebsd-current/sys/cam/
H A Dcam_periph.h231 #define cam_periph_assert(periph, what) \
232 mtx_assert(xpt_path_mtx((periph)->path), (what))
/freebsd-current/sys/netlink/
H A Dnetlink_module.c214 netlink_modevent(module_t mod __unused, int what, void *priv __unused) argument
218 switch (what) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dctime.c72 get_file_time(const char *pfile, int what, time_t *ptr) argument
84 switch (what) {
/freebsd-current/contrib/bmake/mk/
H A Dwhats.mk19 # it can be useful to embed a what(1) string in binaries
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h275 #define BHNDB_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->sc_mtx, what)
/freebsd-current/sys/dev/sound/pcm/
H A Dfeeder_format.c184 feed_format_set(struct pcm_feeder *f, int what, int value) argument
190 switch (what) {
/freebsd-current/sys/dev/usb/
H A Dusb_dev.c2043 * what:
2049 usb_frlength_t offset, usb_frlength_t len, uint8_t what)
2054 while (len || (what == 1)) {
2068 if ((len == 0) && (what == 1)) {
2075 if ((len == 0) || (what == 1)) {
2086 usb_size_t len, uint8_t what)
2091 while (len || (what == 1)) {
2105 if ((len == 0) && (what == 1)) {
2112 if ((len == 0) || (what == 1)) {
2148 * what
2048 usb_fifo_put_data(struct usb_fifo *f, struct usb_page_cache *pc, usb_frlength_t offset, usb_frlength_t len, uint8_t what) argument
2085 usb_fifo_put_data_linear(struct usb_fifo *f, void *ptr, usb_size_t len, uint8_t what) argument
2157 usb_fifo_get_data(struct usb_fifo *f, struct usb_page_cache *pc, usb_frlength_t offset, usb_frlength_t len, usb_frlength_t *actlen, uint8_t what) argument
2220 usb_fifo_get_data_linear(struct usb_fifo *f, void *ptr, usb_size_t len, usb_size_t *actlen, uint8_t what) argument
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c75 wake_all_timeout(evutil_socket_t fd, short what, void *arg) argument
85 wake_one_timeout(evutil_socket_t fd, short what, void *arg) argument
343 /* Now, let's see what happened. At least one of 5 or 6 should
436 timer_callback(evutil_socket_t fd, short what, void *arg) argument
442 start_threads_callback(evutil_socket_t fd, short what, void *arg) argument
502 note_time_cb(evutil_socket_t fd, short what, void *arg) argument

Completed in 312 milliseconds

1234567891011>>