Home
last modified time | relevance | path

Searched refs:create_object (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh434 create_object "dir" $object $ZFS_ACL_CUR_USER
436 create_object "file" $object $ZFS_ACL_CUR_USER
477 create_object "dir" $object $ZFS_ACL_CUR_USER
479 create_object "file" $object $ZFS_ACL_CUR_USER
520 create_object "dir" $object $ZFS_ACL_CUR_USER
522 create_object "file" $object $ZFS_ACL_CUR_USER
563 create_object "dir" $object $ZFS_ACL_CUR_USER
565 create_object "file" $object $ZFS_ACL_CUR_USER
607 create_object "file" $gobject $ZFS_ACL_CUR_USER
614 create_object "dir" $gobject $ZFS_ACL_CUR_USER
H A Dcifs_attr_002_pos.ksh250 create_object "file" $mtpt/$file $owner
251 create_object "dir" $mtpt/$dir $owner
H A Dcifs_attr_001_pos.ksh236 create_object "file" $mtpt/$file $owner
237 create_object "dir" $mtpt/$dir $owner
H A Dcifs.kshlib50 function create_object function
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_table.c2936 .create_object = create_table_compat,
2946 .create_object = create_table_compat,
2956 .create_object = create_table_compat,
2966 .create_object = create_table_compat,
2976 .create_object = create_table_compat,
2986 .create_object = create_table_compat,
H A Dip_fw_private.h631 ipfw_obj_create_cb *create_object; /* Create named object */ member
H A Dip_fw_sockopt.c2562 if (rw->create_object == NULL) in create_objects_compat()
2565 error = rw->create_object(ch, ti, &kidx); in create_objects_compat()