Home
last modified time | relevance | path

Searched refs:getminor (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/containerd/continuity/devices/
H A Ddevices_dummy.go17 func getminor(dev uint64) uint64 { func
H A Ddevices_freebsd.go9 func getminor(dev uint32) uint64 { func
H A Ddevices_linux.go9 func getminor(dev uint64) uint64 { func
H A Ddevices_darwin.go9 func getminor(dev int32) uint64 { func
H A Ddevices_solaris.go12 func getminor(dev uint64) uint64 { func
H A Ddevices_unix.go17 return getmajor(sys.Rdev), getminor(sys.Rdev), nil
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/containerd/continuity/devices/
H A Ddevices_dummy.go17 func getminor(dev uint64) uint64 { func
H A Ddevices_darwin.go9 func getminor(dev int32) uint64 { func
H A Ddevices_freebsd.go9 func getminor(dev uint32) uint64 { func
H A Ddevices_linux.go9 func getminor(dev uint64) uint64 { func
H A Ddevices_solaris.go12 func getminor(dev uint64) uint64 { func
H A Ddevices_unix.go17 return getmajor(sys.Rdev), getminor(sys.Rdev), nil
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzvol.c528 minor = getminor(sb.st_rdev); in zvol_create_minor()
884 minor_t minor = getminor(*devp); in zvol_open()
939 minor_t minor = getminor(dev); in zvol_close()
1211 zvol_state_t *zv = ddi_get_soft_state(zvol_state, getminor(bp->b_edev)); in zvol_strategy()
1228 if (getminor(bp->b_edev) == 0) { in zvol_strategy()
1338 minor_t minor = getminor(dev); in zvol_dump()
1375 minor_t minor = getminor(dev); in zvol_read()
1424 minor_t minor = getminor(dev); in zvol_write()
1495 zv = ddi_get_soft_state(zvol_state, getminor(dev)); in zvol_ioctl()
1621 zv = ddi_get_soft_state(zvol_state, getminor(dev)); in zvol_ioctl()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/contrib/gsc/
H A Ducfggsc.c128 minor_list = getminor(majorno, &how_many, pddvobj.DvDr); in main()
H A Dcfggsc.c286 mlist = getminor(major, &howmany, preobj.DvDr); in main()
/dports/misc/amanda-client/amanda-3.3.9/contrib/gsc/
H A Ducfggsc.c128 minor_list = getminor(majorno, &how_many, pddvobj.DvDr); in main()
H A Dcfggsc.c286 mlist = getminor(major, &howmany, preobj.DvDr); in main()
/dports/math/maxima/maxima-5.43.2/src/
H A Dsprdet.lisp153 (getminor (car a)))))
156 (defun getminor (index) function
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/sys/
H A Dsysmacros.h140 #define getminor(x) (minor_t)((x) & L_MAXMIN) macro
H A Dzfs_context.h656 #define getminor(a) minor(a)
/dports/security/l5/l5-1.2/
H A Dl5.c112 #define minor getminor /* portable way to do this. Those *PINHEADS*... */
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h326 # define GET_MINOR(x) getminor(x)
701 # define GET_MINOR(x) getminor(x)
773 # define GET_MINOR getminor
/dports/net/libpcap/libpcap-1.10.1/
H A Dpcap-bpf.c1451 minors = getminor(major, &numminors, BPF_NAME); in bpf_load()
/dports/security/nmap/nmap-7.91/libpcap/
H A Dpcap-bpf.c1336 minors = getminor(major, &numminors, BPF_NAME); in bpf_load()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13626 minor_t minor = getminor(state->dts_dev);
15384 if (getminor(*devp) == DTRACEMNRN_HELPER)
15391 ASSERT(getminor(*devp) == DTRACEMNRN_DTRACE);
15493 minor_t minor = getminor(dev);
15602 minor_t minor = getminor(dev);

12