Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh429 create_object "dir" $object $ZFS_ACL_CUR_USER
431 create_object "file" $object $ZFS_ACL_CUR_USER
472 create_object "dir" $object $ZFS_ACL_CUR_USER
474 create_object "file" $object $ZFS_ACL_CUR_USER
515 create_object "dir" $object $ZFS_ACL_CUR_USER
517 create_object "file" $object $ZFS_ACL_CUR_USER
558 create_object "dir" $object $ZFS_ACL_CUR_USER
560 create_object "file" $object $ZFS_ACL_CUR_USER
602 create_object "file" $gobject $ZFS_ACL_CUR_USER
609 create_object "dir" $gobject $ZFS_ACL_CUR_USER
H A Dcifs_attr_001_pos.ksh231 create_object "file" $mtpt/$file $owner
232 create_object "dir" $mtpt/$dir $owner
H A Dcifs_attr_002_pos.ksh245 create_object "file" $mtpt/$file $owner
246 create_object "dir" $mtpt/$dir $owner
H A Dcifs.kshlib45 function create_object function
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c2608 .create_object = create_table_compat,
2618 .create_object = create_table_compat,
2628 .create_object = create_table_compat,
2638 .create_object = create_table_compat,
2648 .create_object = create_table_compat,
2658 .create_object = create_table_compat,
2668 .create_object = create_table_compat,
2678 .create_object = create_table_compat,
H A Dip_fw_private.h601 ipfw_obj_create_cb *create_object; /* Create named object */ member
H A Dip_fw_sockopt.c2031 if (rw->create_object == NULL) in create_objects_compat()
2034 error = rw->create_object(ch, ti, &kidx); in create_objects_compat()