Home
last modified time | relevance | path

Searched refs:new_of (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c1150 smb_ofile_insert_persistid(smb_ofile_t *new_of, uint64_t persistid) in smb_ofile_insert_persistid() argument
1152 smb_hash_t *hash = new_of->f_server->sv_persistid_ht; in smb_ofile_insert_persistid()
1179 if (new_of->f_persistid == 0) { in smb_ofile_insert_persistid()
1180 new_of->f_persistid = persistid; in smb_ofile_insert_persistid()
1181 smb_llist_insert_tail(ll, new_of); in smb_ofile_insert_persistid()
H A Dsmb2_durable.c1631 smb2_dh_close_my_orphans(smb_request_t *sr, smb_ofile_t *new_of) in smb2_dh_close_my_orphans() argument
1633 smb_node_t *node = new_of->f_node; in smb2_dh_close_my_orphans()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h284 #define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c149 struct nvdir *save, *dp = new_of(struct nvdir,len+1); in nv_diropen()
234 if(!(save = new_of(struct nvdir,0))) in nv_diropen()
335 if(!(save = new_of(struct nvdir,len+1))) in nv_dirnext()
H A Djobs.c1395 pw = new_of(struct process,0); in job_post()
2041 struct back_save *bp = new_of(struct back_save,0); in job_subsave()
H A Dargs.c537 dp=new_of(struct dolnod,n*sizeof(char*)+size+n); in sh_argcreate()
H A Dname.c1692 up->ldp = new_of(Sfdouble_t,0); in nv_putval()
1712 up->dp = new_of(double,0); in nv_putval()
1756 up->llp = new_of(Sflong_t,0); in nv_putval()
1817 up->lp = new_of(int32_t,0); in nv_putval()
H A Dio.c2300 item = new_of(struct openlist, 0); in sftrack()
2351 if(!(ep = new_of(struct eval,0))) in sh_sfeval()
H A Darray.c823 ap = new_of(struct index_array,i); in array_grow()
H A Dinit.c613 np->nvalue.dp = new_of(double,0); in put_seconds()
H A Dparse.c844 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in funct()
H A Dxec.c2779 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c90 # define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro
309 if(!(hp=new_of(History_t,(--histmask)*sizeof(off_t)))) in sh_histinit()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c787 if (np->nvalue.lp = new_of(int32_t,0)) in extend()