/dflybsd-src/sys/kern/ |
H A D | uipc_mbuf.c | 1010 m_get(int how, int type) in m_get() 1048 m_gethdr(int how, int type) in m_gethdr() 1090 m_getclr(int how, int type) in m_getclr() 1101 m_getcl_cache(int how, short type, int flags, struct objcache *mbclc, in m_getcl_cache() 1147 m_getjcl(int how, short type, int flags, size_t size) in m_getjcl() 1176 m_getcl(int how, short type, int flags) in m_getcl() 1187 m_getc(int len, int how, int type) in m_getc() 1221 m_getm(struct mbuf *m0, int len, int type, int how) in m_getm() 1240 m_mclget(struct mbuf *m, int how) in m_mclget() 1501 m_prepend(struct mbuf *m, int len, int how) in m_prepend() [all …]
|
H A D | uipc_mbuf2.c | 344 m_tag_copy(struct m_tag *t, int how) in m_tag_copy() 363 m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how) in m_tag_copy_chain()
|
H A D | sys_socket.c | 244 soo_shutdown(struct file *fp, int how) in soo_shutdown()
|
/dflybsd-src/games/larn/ |
H A D | moreobj.c | 351 fch(int how, long *x) in fch() 368 fntchange(int how) in fntchange()
|
/dflybsd-src/sys/bus/smbus/ |
H A D | smbconf.c | 83 smbus_poll(struct smbus_softc *sc, int how) in smbus_poll() 112 smbus_request_bus(device_t bus, device_t dev, int how) in smbus_request_bus()
|
/dflybsd-src/sys/bus/ppbus/ |
H A D | ppb_base.c | 54 char mask, char status, int how) in ppb_poll_bus() 149 ppb_write(device_t bus, char *buf, int len, int how) in ppb_write()
|
/dflybsd-src/lib/libc/gen/ |
H A D | pmadvise.c | 12 posix_madvise(void *address, size_t size, int how) in posix_madvise()
|
H A D | dup3.c | 44 int how; in __dup3() local
|
H A D | getpwent.c | 808 enum nss_lookup_type how; in files_passwd() local 936 pwdb_match_entry_v3(char *entry, size_t entrysize, enum nss_lookup_type how, in pwdb_match_entry_v3() 1006 pwdb_match_entry_v4(char *entry, size_t entrysize, enum nss_lookup_type how, in pwdb_match_entry_v4() 1111 enum nss_lookup_type how; in dns_passwd() local 1224 nis_map(char *domain, enum nss_lookup_type how, char *buffer, size_t bufsize, in nis_map() 1306 enum nss_lookup_type how; in nis_passwd() local 1585 compat_redispatch(struct compat_state *st, enum nss_lookup_type how, in compat_redispatch() 1743 enum nss_lookup_type how; in compat_passwd() local 1960 __pw_match_entry(const char *entry, size_t entrysize, enum nss_lookup_type how, in __pw_match_entry()
|
H A D | getgrent.c | 830 enum nss_lookup_type how; in files_group() local 946 enum nss_lookup_type how; in dns_group() local 1083 enum nss_lookup_type how; in nis_group() local 1296 enum nss_lookup_type how; in compat_group() local 1468 __gr_match_entry(const char *line, size_t linesize, enum nss_lookup_type how, in __gr_match_entry()
|
/dflybsd-src/sys/sys/ |
H A D | mbuf.h | 364 #define MB_OCFLAG(how) ((how) & M_WAITOK ? M_WAITOK : M_NOWAIT) argument 384 #define MGET(m, how, type) do { \ argument 388 #define MGETHDR(m, how, type) do { \ argument 397 #define MCLGET(m, how) do { \ argument 469 #define M_PREPEND(m, plen, how) do { \ argument 584 m_getl(int len, int how, int type, int flags, int *psize) in m_getl() 605 m_getlj(int len, int how, int type, int flags, int *psize) in m_getlj() 624 m_getb(int len, int how, int type, int flags) in m_getb()
|
H A D | file2.h | 107 fo_shutdown(struct file *fp, int how) in fo_shutdown()
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | iface.c | 374 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) in iface_Clear() 432 const struct ncpaddr *peer, int how) in iface_Add() 550 iface_ChangeFlags(const char *ifname, int flags, int how) in iface_ChangeFlags()
|
H A D | datalink.c | 526 datalink_ComeDown(struct datalink *dl, int how) in datalink_ComeDown() 1001 datalink_Close(struct datalink *dl, int how) in datalink_Close() 1027 datalink_Down(struct datalink *dl, int how) in datalink_Down()
|
H A D | systems.c | 339 struct prompt *prompt, struct datalink *cx, int how) in ReadSystem() 455 int def, how, rs; in system_IsValid() local
|
/dflybsd-src/contrib/grep/lib/ |
H A D | trim.c | 41 trim2 (const char *s, int how) in trim2()
|
/dflybsd-src/lib/libthread_xu/thread/ |
H A D | thr_sig.c | 168 _sigprocmask(int how, const sigset_t *set, sigset_t *oset) in _sigprocmask() 186 _pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in _pthread_sigmask()
|
/dflybsd-src/bin/sh/ |
H A D | miscbltin.c | 499 printlimit(enum limithow how, const struct rlimit *limit, in printlimit() 521 enum limithow how = SOFT | HARD; in ulimitcmd() local
|
/dflybsd-src/sys/bus/iicbus/ |
H A D | iiconf.c | 57 iicbus_poll(struct iicbus_softc *sc, int how) in iicbus_poll() 86 iicbus_request_bus(device_t bus, device_t dev, int how) in iicbus_request_bus()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | dwarf2-frame.h | 82 enum dwarf2_frame_reg_rule how; member
|
/dflybsd-src/sys/netgraph7/ |
H A D | ng_message.h | 392 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument 410 #define NG_MKRESPONSE(rsp, msg, len, how) \ argument 429 #define NG_COPYMESSAGE(copy, msg, how) \ argument
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_inode.c | 227 hammer2_inode_lock(hammer2_inode_t *ip, int how) in hammer2_inode_lock() 408 hammer2_inode_chain(hammer2_inode_t *ip, int clindex, int how) in hammer2_inode_chain() 431 hammer2_chain_t **parentp, int how) in hammer2_inode_chain_and_parent()
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_inode.c | 231 hammer2_inode_lock(hammer2_inode_t *ip, int how) in hammer2_inode_lock() 412 hammer2_inode_chain(hammer2_inode_t *ip, int clindex, int how) in hammer2_inode_chain() 435 hammer2_chain_t **parentp, int how) in hammer2_inode_chain_and_parent()
|
/dflybsd-src/contrib/bmake/ |
H A D | sigaction.c | 273 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask()
|
/dflybsd-src/contrib/xz/src/common/ |
H A D | mythread.h | 87 mythread_sigmask(int how, const sigset_t *restrict set, in mythread_sigmask() 138 mythread_sigmask(int how, const sigset_t *restrict set, in mythread_sigmask()
|