| /src/sys/dev/pci/ |
| if_msk.c | 527 uint8_t own = 0; local 594 r->sk_opcode = SK_Y2_BMUOPC_ADDR64 | own; 595 own = SK_Y2_RXOPC_OWN; 611 r->sk_opcode = SK_Y2_RXOPC_PACKET | own; 613 r->sk_opcode = SK_Y2_RXOPC_BUFFER | own; 614 own = SK_Y2_RXOPC_OWN; 1885 uint8_t own = 0; local 1946 f->sk_opcode = SK_Y2_BMUOPC_ADDR64 | own; 1947 own = SK_Y2_TXOPC_OWN; 1960 f->sk_opcode = SK_Y2_TXOPC_PACKET | own; [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| sae.c | 1568 struct wpabuf *own, *peer; local 1570 own = sae->tmp->own_rejected_groups; 1573 if (own) 1574 salt_len += wpabuf_len(own); 1581 if (own) 1582 wpabuf_put_buf(rejected_groups, own); 1588 if (own) 1589 wpabuf_put_buf(rejected_groups, own); 1698 wpa_hexdump(MSG_DEBUG, "SAE: own commit-scalar", 1706 wpa_hexdump(MSG_DEBUG, "SAE: own commit-element(x)" [all...] |
| dpp.h | 179 int own; member in struct:dpp_bootstrap_info 407 int own; member in struct:dpp_configurator 413 char *connector; /* own Connector for reconfiguration */
|
| /src/sys/kern/ |
| kern_sysctl.c | 445 fn = (sysctlfn)sysctl_create; /* we own the rnode */ 453 fn = (sysctlfn)sysctl_destroy; /* we own the rnode */ 456 fn = (sysctlfn)sysctl_mmap; /* we own the rnode */ 728 void *own; local 733 own = NULL; 1019 * function to go with it and we can't own it. 1023 * l ptr own 1025 * 0 0 1 -> own 1029 * 1 0 1 -> own 1030 * 1 1 0 -> kptr, no own (fault on lookup [all...] |
| /src/sys/fs/nfs/client/ |
| nfs_clrpcops.c | 3840 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; local 3857 nfscl_filllockowner(id, own, flags); 3859 NFSBCOPY(np->n_fhp->nfh_fh, &own[NFSV4CL_LOCKNAMELEN], 3861 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + np->n_fhp->nfh_len); 3966 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; local 3994 NFSBCOPY(lp->nfsl_owner, own, NFSV4CL_LOCKNAMELEN); 3995 NFSBCOPY(nfhp, &own[NFSV4CL_LOCKNAMELEN], fhlen); 3996 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + fhlen); 4271 uint8_t own[NFSV4CL_LOCKNAMELEN + NFSX_V4FHMAX]; local 4284 NFSBCOPY(lp->nfsl_owner, own, NFSV4CL_LOCKNAMELEN) [all...] |
| nfs_clstate.c | 220 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local 252 nfscl_filllockowner(p->td_proc, own, F_POSIX); 275 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN)) 282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, 326 struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen, 341 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN); 485 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local 550 nfscl_filllockowner(p->td_proc, own, F_POSIX); 552 error = nfscl_getopen(&clp->nfsc_owner, nfhp, fhlen, own, own, 939 u_int8_t own[NFSV4CL_LOCKNAMELEN], *ownp, openown[NFSV4CL_LOCKNAMELEN]; local 1134 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local 1242 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local 1284 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local 3733 u_int8_t own[NFSV4CL_LOCKNAMELEN]; local [all...] |
| /src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| netpgppython_wrap.c | 980 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own) 1296 int own; member in struct:__anon979 1406 PySwigObject_New(void *ptr, swig_type_info *ty, int own); 1413 if (sobj->own) { 1483 sobj->own = 0; 1495 sobj->own = SWIG_POINTER_OWN; 1504 if (!PyArg_ParseTuple(args,(char *)"|O:own",&val)) 1506 if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val)) 1514 PyObject *obj = PyBool_FromLong(sobj->own); 2190 int own = (flags & SWIG_POINTER_OWN) ? SWIG_POINTER_OWN : 0; local [all...] |