Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wesside/udps/
H A Dudps.c45 void own(int s, struct sockaddr_in* s_in) { in own() function
/freebsd/lib/libc/stdio/
H A Dfmemopen.c39 bool own; /* did we allocate the buffer ourselves? */ member
/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_tx.c205 int nsegs, error, own; in rtwn_pci_tx_start_beacon() local
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c226 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_open() local
353 struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen, in nfscl_newopen()
530 u_int8_t own[NFSV4CL_LOCKNAMELEN], lockown[NFSV4CL_LOCKNAMELEN]; in nfscl_getstateid() local
1290 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_relbytelock() local
1394 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_releasealllocks() local
1434 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_checkwritelocked() local
1884 nfscl_cleanup_common(struct nfsclclient *clp, u_int8_t *own) in nfscl_cleanup_common()
1932 uint8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_cleanupkext() local
4107 struct nfscllock *nlop, u_int8_t *own, struct nfscldeleg *dp, in nfscl_localconflict()
4132 u_int8_t *own, struct nfscllock **lopp) in nfscl_checkconflict()
[all …]
H A Dnfs_clport.c1228 nfscl_procdoesntexist(u_int8_t *own) in nfscl_procdoesntexist()
H A Dnfs_clrpcops.c1490 uint8_t own[NFSV4CL_LOCKNAMELEN]; in nfsrpc_lookup() local
4512 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; in nfsrpc_lockt() local
4638 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; in nfsrpc_lock() local
4974 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; in nfsrpc_rellockown() local
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c367 void own(struct params *p) in own() function
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c35 int p2p_peer_channels_check(struct p2p_data *p2p, struct p2p_channels *own, in p2p_peer_channels_check()
/freebsd/contrib/wpa/src/ap/
H A Diapp.c168 struct in_addr own, multicast; member
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c961 void own(char* ifname) { in own() function
/freebsd/tools/tools/net80211/w00t/redir/
H A Dredir.c566 void own(struct params *p) in own() function
/freebsd/contrib/wpa/src/common/
H A Ddpp.h160 int own; member
366 int own; member
H A Dsae.c1550 struct wpabuf *own, *peer; in sae_derive_keys() local
H A Ddpp_crypto.c481 int dpp_ecdh(struct crypto_ec_key *own, struct crypto_ec_key *peer, in dpp_ecdh()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c252 u8 own; in poll_timeout() local
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c1429 static int is_hw(uint8_t own, int n, int mask) in is_hw()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2383 void own(int wifd) { function
/freebsd/contrib/unbound/validator/
H A Dautotrust.c332 autr_tp_create(struct val_anchors* anchors, uint8_t* own, size_t own_len, in autr_tp_create()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1016 int own; /* 1 if owned & must be destroyed */ member
1027 int own; /* 1 if owned & must be destroyed */ member
2476 SWIGRUNTIME void SWIG_Lua_NewPointerObj(lua_State *L,void *ptr,swig_type_info *type, int own) in SWIG_Lua_NewPointerObj()
3163 …GINTERN void SWIG_write_ptr_array(lua_State* L,void **array,int size,swig_type_info *type,int own){ in SWIG_write_ptr_array()