Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh432 create_object "dir" $object $ZFS_ACL_CUR_USER
434 create_object "file" $object $ZFS_ACL_CUR_USER
475 create_object "dir" $object $ZFS_ACL_CUR_USER
477 create_object "file" $object $ZFS_ACL_CUR_USER
518 create_object "dir" $object $ZFS_ACL_CUR_USER
520 create_object "file" $object $ZFS_ACL_CUR_USER
561 create_object "dir" $object $ZFS_ACL_CUR_USER
563 create_object "file" $object $ZFS_ACL_CUR_USER
605 create_object "file" $gobject $ZFS_ACL_CUR_USER
612 create_object "dir" $gobject $ZFS_ACL_CUR_USER
H A Dcifs_attr_001_pos.ksh234 create_object "file" $mtpt/$file $owner
235 create_object "dir" $mtpt/$dir $owner
H A Dcifs_attr_002_pos.ksh248 create_object "file" $mtpt/$file $owner
249 create_object "dir" $mtpt/$dir $owner
H A Dcifs.kshlib48 function create_object function
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table.c2935 .create_object = create_table_compat,
2945 .create_object = create_table_compat,
2955 .create_object = create_table_compat,
2965 .create_object = create_table_compat,
2975 .create_object = create_table_compat,
2985 .create_object = create_table_compat,
2995 .create_object = create_table_compat,
3005 .create_object = create_table_compat,
H A Dip_fw_private.h630 ipfw_obj_create_cb *create_object; /* Create named object */ member
H A Dip_fw_sockopt.c2576 if (rw->create_object == NULL) in create_objects_compat()
2579 error = rw->create_object(ch, ti, &kidx); in create_objects_compat()