Home
last modified time | relevance | path

Searched defs:own (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/tools/tools/net80211/wesside/udps/
Dudps.c47 void own(int s, struct sockaddr_in* s_in) { in own() function
/freebsd-12-stable/lib/libc/stdio/
Dfmemopen.c42 bool own; /* did we allocate the buffer ourselves? */ member
/freebsd-12-stable/sys/dev/rtwn/pci/
Drtwn_pci_tx.c207 int nsegs, error, own; in rtwn_pci_tx_start_beacon() local
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clstate.c225 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_open() local
352 struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen, in nfscl_newopen()
514 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_getstateid() local
1002 u_int8_t own[NFSV4CL_LOCKNAMELEN], *ownp, openown[NFSV4CL_LOCKNAMELEN]; in nfscl_getbytelock() local
1201 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_relbytelock() local
1309 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_releasealllocks() local
1351 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_checkwritelocked() local
1790 nfscl_cleanup_common(struct nfsclclient *clp, u_int8_t *own) in nfscl_cleanup_common()
1838 uint8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_cleanupkext() local
3987 struct nfscllock *nlop, u_int8_t *own, struct nfscldeleg *dp, in nfscl_localconflict()
[all …]
Dnfs_clport.c1192 nfscl_procdoesntexist(u_int8_t *own) in nfscl_procdoesntexist()
Dnfs_clrpcops.c4049 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; in nfsrpc_lockt() local
4175 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; in nfsrpc_lock() local
4496 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; in nfsrpc_rellockown() local
/freebsd-12-stable/contrib/gcclibs/libcpp/
Dsymtab.c240 bool own) in ht_load()
/freebsd-12-stable/tools/tools/net80211/w00t/expand/
Dexpand.c369 void own(struct params *p) in own() function
/freebsd-12-stable/contrib/wpa/src/p2p/
Dp2p_go_neg.c35 int p2p_peer_channels_check(struct p2p_data *p2p, struct p2p_channels *own, in p2p_peer_channels_check()
/freebsd-12-stable/contrib/wpa/src/ap/
Diapp.c168 struct in_addr own, multicast; member
/freebsd-12-stable/tools/tools/net80211/w00t/redir/
Dredir.c568 void own(struct params *p) in own() function
/freebsd-12-stable/tools/tools/net80211/stumbler/
Dstumbler.c963 void own(char* ifname) { in own() function
/freebsd-12-stable/contrib/wpa/src/common/
Ddpp.h160 int own; member
366 int own; member
Dsae.c1550 struct wpabuf *own, *peer; in sae_derive_keys() local
Ddpp_crypto.c481 int dpp_ecdh(struct crypto_ec_key *own, struct crypto_ec_key *peer, in dpp_ecdh()
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_cmd.c252 u8 own; in poll_timeout() local
/freebsd-12-stable/contrib/ofed/libmlx5/
Dcq.c1429 static int is_hw(uint8_t own, int n, int mask) in is_hw()
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
Dwesside.c2384 void own(int wifd) { function
/freebsd-12-stable/contrib/unbound/validator/
Dautotrust.c332 autr_tp_create(struct val_anchors* anchors, uint8_t* own, size_t own_len, in autr_tp_create()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp1037 int own; /* 1 if owned & must be destroyed */ member
1048 int own; /* 1 if owned & must be destroyed */ member
2497 SWIGRUNTIME void SWIG_Lua_NewPointerObj(lua_State *L,void *ptr,swig_type_info *type, int own) in SWIG_Lua_NewPointerObj()
3137 …GINTERN void SWIG_write_ptr_array(lua_State* L,void **array,int size,swig_type_info *type,int own){ in SWIG_write_ptr_array()