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

/freebsd-10.1-release/games/fortune/strfile/
H A Dstrfile.h52 unsigned char stuff[4]; /* 64-bit aligned space */ member in struct:__anon5445
53 #define str_delim stuff[0] /* delimiting character */
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c192 void *stuff)
214 error = nfscl_request(nd, vp, p, cred, stuff);
218 error = nfscl_postop_attr(nd, nap, attrflagp, stuff);
231 error = nfscl_postop_attr(nd, nap, attrflagp, stuff);
988 struct nfsvattr *nap, void *stuff)
999 error = nfscl_request(nd, vp, p, cred, stuff);
1056 void *stuff)
1100 rnap, attrflagp, stuff);
1103 stuff);
1133 struct nfsvattr *rnap, int *attrflagp, void *stuff)
190 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
987 nfsrpc_getattr(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, void *stuff) argument
1054 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
1131 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
1174 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
1277 nfsrpc_readlink(vnode_t vp, struct uio *uiop, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
1333 nfsrpc_read(vnode_t vp, struct uio *uiop, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
1391 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
1485 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
1563 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
2671 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
3103 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
3594 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
4025 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
4104 nfsrpc_pathconf(vnode_t vp, struct nfsv3_pathconf *pc, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
4165 nfsrpc_fsinfo(vnode_t vp, struct nfsfsinfo *fsp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, void *stuff) argument
4381 nfsrpc_getacl(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct acl *aclp, void *stuff) argument
4411 nfsrpc_setacl(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct acl *aclp, void *stuff) argument
4427 nfsrpc_setaclrpc(vnode_t vp, struct ucred *cred, NFSPROC_T *p, struct acl *aclp, nfsv4stateid_t *stateidp, void *stuff) argument
4686 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
5002 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
5061 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
5873 nfsrpc_commitds(vnode_t vp, uint64_t offset, int cnt, struct nfsclds *dsp, struct nfsfh *fhp, struct ucred *cred, NFSPROC_T *p, void *stuff) argument
[all...]
H A Dnfs_clport.c113 void *stuff, int lkflags)
357 void *stuff, int writeattr, int dontshrink)
643 struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff)
666 error = nfscl_postop_attr(nd, nap, flagp, stuff);
699 void *stuff)
859 struct ucred *cred, void *stuff)
920 * Use the fsinfo stuff to update the mount point.
111 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
356 nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper, void *stuff, int writeattr, int dontshrink) argument
642 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff) argument
698 nfscl_postop_attr(struct nfsrv_descript *nd, struct nfsvattr *nap, int *retp, void *stuff) argument
858 nfscl_request(struct nfsrv_descript *nd, struct vnode *vp, NFSPROC_T *p, struct ucred *cred, void *stuff) argument
/freebsd-10.1-release/contrib/bmake/mk/sys/
H A DSunOS.mk24 # the stuff in /usr/xpg4/bin is usually more sane.
/freebsd-10.1-release/share/mk/
H A Dbsd.subdir.mk25 # put the stuff into the right "distribution".
H A Dbsd.lib.mk54 # prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
/freebsd-10.1-release/usr.sbin/cron/doc/
H A DINSTALL21 'configurable stuff'.
23 Edit config.h. The stuff I expect you to change is down a bit from the
30 if you expect your /var to have a lot of stuff in it.
/freebsd-10.1-release/sys/conf/
H A Dkern.pre.mk70 # ... and the same for the NgATM stuff
97 # XXX LOCORE means "don't declare C stuff" not "for locore.s".
/freebsd-10.1-release/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-10.1-release/contrib/llvm/lib/Support/
H A Dregengine.inc502 /* get as far as we can with easy stuff */
579 /* the hard stuff */
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.func.c1606 * later but most of the stuff following won't
1608 * stuff) as intended until the name is actually
1695 * not print the right stuff neither does unsetenv). This was for Mach,
2377 * The stuff here seems to work, but I did it by trial and error rather
H A Dtw.parse.c206 /* Don't quote '/' to make the recognize stuff work easily */
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex300 % Have to do this stuff outside the \shipout because we want it to
818 % if you have multiple lines of stuff to put here, you'll need to
2537 % @item first col stuff @tab second col stuff @tab third col
2539 % first col stuff
2541 % second col stuff
2544 % @item first col stuff @tab second col stuff
3317 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
4272 % updating it with the new noderef stuff
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dieee.c1290 /* Archive stuff. */
1651 /* Read in all the section data and relocation stuff too. */
3019 INTn (stuff);

Completed in 330 milliseconds