Home
last modified time | relevance | path

Searched defs:new_of (Results 1 – 4 of 4) 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()
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()
/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
/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