Searched refs:stuff (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/usr.bin/fortune/strfile/
H A Dstrfile.h52 unsigned char stuff[4]; /* 64-bit aligned space */ member in struct:__anon13765
53 #define str_delim stuff[0] /* delimiting character */
/freebsd-11-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c188 unsigned char *stuff; local
191 stuff = (unsigned char*) malloc(len + sizeof(struct ippseudo));
192 if(!stuff) {
197 ph = (struct ippseudo*) stuff;
205 memcpy(stuff + sizeof(struct ippseudo), stuff0, len);
207 return in_cksum((unsigned short*)stuff, len+sizeof(struct ippseudo));
216 int stuff, delay; local
219 stuff = poll_rate*pps;
282 // printf("sending stuff to %s\n", ip);
283 for (i = 0; i < stuff;
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h83 struct stuff;
94 stuff *stuff_list;
118 void add_stuff(stuff *);
H A Dtable.cpp999 struct stuff { struct
1000 stuff *next;
1004 stuff(int);
1006 virtual ~stuff();
1011 stuff::stuff(int r) : next(0), row(r), printed(0) function in class:stuff
1015 stuff::~stuff()
1019 struct text_stuff : public stuff {
1030 : stuff(
[all...]
/freebsd-11-stable/contrib/openresolv/
H A Dlibc.in189 stuff="$($list_resolv | keys_remove nameserver domain search)"
190 if [ -n "$stuff" ]; then
191 newconf="$newconf$stuff$NL"
/freebsd-11-stable/contrib/gcc/config/i386/
H A Duwin.asm0 /* stuff needed for libgcc on win32. */
H A Dcygwin.asm0 /* stuff needed for libgcc on win32.
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.h43 va_list stuff; local
45 va_start(stuff, format);
46 vfprintf(lbpoutput, format, stuff);
47 va_end(stuff);
202 va_list stuff; local
205 va_start(stuff, format);
206 vfprintf(vdmoutput, format, stuff);
207 va_end(stuff);
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c219 void *stuff)
241 error = nfscl_request(nd, vp, p, cred, stuff);
245 error = nfscl_postop_attr(nd, nap, attrflagp, stuff);
258 error = nfscl_postop_attr(nd, nap, attrflagp, stuff);
1057 struct nfsvattr *nap, void *stuff)
1068 error = nfscl_request(nd, vp, p, cred, stuff);
1125 void *stuff)
1169 rnap, attrflagp, stuff);
1172 stuff);
1209 struct nfsvattr *rnap, int *attrflagp, void *stuff)
217 nfsrpc_accessrpc(vnode_t vp, u_int32_t mode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, u_int32_t *rmodep, void *stuff) argument
1056 nfsrpc_getattr(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, void *stuff) argument
1123 nfsrpc_setattr(vnode_t vp, struct vattr *vap, NFSACL_T *aclp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *rnap, int *attrflagp, void *stuff) argument
1207 nfsrpc_setattrrpc(vnode_t vp, struct vattr *vap, nfsv4stateid_t *stateidp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *rnap, int *attrflagp, void *stuff) argument
1250 nfsrpc_lookup(vnode_t dvp, char *name, int len, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *stuff) argument
1353 nfsrpc_readlink(vnode_t vp, struct uio *uiop, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
1409 nfsrpc_read(vnode_t vp, struct uio *uiop, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
1473 nfsrpc_readrpc(vnode_t vp, struct uio *uiop, struct ucred *cred, nfsv4stateid_t *stateidp, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
1567 nfsrpc_write(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff, int called_from_strategy) argument
1645 nfsrpc_writerpc(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, struct ucred *cred, nfsv4stateid_t *stateidp, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
2773 nfsrpc_readdir(vnode_t vp, struct uio *uiop, nfsuint64 *cookiep, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, int *eofp, void *stuff) argument
3205 nfsrpc_readdirplus(vnode_t vp, struct uio *uiop, nfsuint64 *cookiep, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, int *eofp, void *stuff) argument
3696 nfsrpc_commit(vnode_t vp, u_quad_t offset, int cnt, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
4128 nfsrpc_statfs(vnode_t vp, struct nfsstatfs *sbp, struct nfsfsinfo *fsp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
4207 nfsrpc_pathconf(vnode_t vp, struct nfsv3_pathconf *pc, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
4268 nfsrpc_fsinfo(vnode_t vp, struct nfsfsinfo *fsp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
4497 nfsrpc_getacl(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct acl *aclp, void *stuff) argument
4527 nfsrpc_setacl(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct acl *aclp, void *stuff) argument
4543 nfsrpc_setaclrpc(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct acl *aclp, nfsv4stateid_t *stateidp, void *stuff) argument
4830 nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode, uint64_t offset, uint64_t len, uint64_t minlen, int layoutlen, nfsv4stateid_t *stateidp, int *retonclosep, struct nfsclflayouthead *flhp, struct ucred *cred, NFSPROC_T *p, void *stuff) argument
5019 nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, int layouttype, int layoutupdatecnt, uint8_t *layp, struct ucred *cred, NFSPROC_T *p, void *stuff) argument
5078 nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, int layouttype, uint32_t iomode, int layoutreturn, uint64_t offset, uint64_t len, nfsv4stateid_t *stateidp, int layoutcnt, uint32_t *layp, struct ucred *cred, NFSPROC_T *p, void *stuff) argument
[all...]
H A Dnfs_clport.c126 void *stuff, int lkflags)
407 void *stuff, int writeattr, int dontshrink)
725 struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff)
748 error = nfscl_postop_attr(nd, nap, flagp, stuff);
783 void *stuff)
943 struct ucred *cred, void *stuff)
1004 * Use the fsinfo stuff to update the mount point.
124 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp, struct componentname *cnp, struct thread *td, struct nfsnode **npp, void *stuff, int lkflags) argument
406 nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper, void *stuff, int writeattr, int dontshrink) argument
724 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff) argument
782 nfscl_postop_attr(struct nfsrv_descript *nd, struct nfsvattr *nap, int *retp, void *stuff) argument
942 nfscl_request(struct nfsrv_descript *nd, struct vnode *vp, NFSPROC_T *p, struct ucred *cred, void *stuff) argument
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DSunOS.mk24 # the stuff in /usr/xpg4/bin is usually more sane.
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk26 # put the stuff into the right "distribution".
H A Dbsd.lib.mk79 # prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
H A Dsrc.opts.mk298 # Only doing soft float API stuff on armv6
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c160 /* IT LEN stuff CS */
453 unsigned char stuff[200]; local
482 bfd_get_section_contents (abfd, section->bfd_section, stuff, i, todo);
483 ob.data.data = stuff;
501 memset (stuff, 0, todo);
502 ob.data.data = stuff;
1504 /* Now output all the section info, and fake up some stuff for sections
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm171 pick up the R3-R6 exception handling stuff. */
/freebsd-11-stable/stand/
H A Ddefs.mk115 # Add in the no float / no SIMD stuff and announce we're freestanding
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Derror.c61 static void null_threadkey_dtor(void *stuff) {}
60 null_threadkey_dtor(void *stuff) argument
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk94 # XXX LOCORE means "don't declare C stuff" not "for locore.s".
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc502 /* get as far as we can with easy stuff */
579 /* the hard stuff */
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c1625 * later but most of the stuff following won't
1627 * stuff) as intended until the name is actually
1716 * not print the right stuff neither does unsetenv). This was for Mach,
2414 * The stuff here seems to work, but I did it by trial and error rather
H A Dtw.parse.c202 /* Don't quote '/' to make the recognize stuff work easily */
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex309 % Have to do this stuff outside the \shipout because we want it to
842 % if you have multiple lines of stuff to put here, you'll need to
2711 % @item first col stuff @tab second col stuff @tab third col
2713 % first col stuff
2715 % second col stuff
2718 % @item first col stuff @tab second col stuff
3491 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
4446 % updating it with the new noderef stuff
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex301 % Have to do this stuff outside the \shipout because we want it to
819 % if you have multiple lines of stuff to put here, you'll need to
2610 % @item first col stuff @tab second col stuff @tab third col
2612 % first col stuff
2614 % second col stuff
2617 % @item first col stuff @tab second col stuff
3389 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
4344 % updating it with the new noderef stuff
[all...]
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c212 unsigned int udp_checksum(unsigned char *stuff, int len, struct in_addr *sip, argument
229 memcpy(tmp + sizeof(struct ippseudo), stuff, len);
1119 // check if its a TTL update from dictionary stuff
1446 // log it if its stuff not from us...
1472 // we have prga... check if its our stuff being relayed...
1487 // see if we get the multicast stuff of when decrypting
1605 // stuff for us
1638 // stuff for us
1643 // stuff in network [even for us]

Completed in 189 milliseconds

12