Home
last modified time | relevance | path

Searched refs:devfsadm_noupdate (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c873 if (devfsadm_noupdate() == DEVFSADM_FALSE) { in add_pm_entry()
895 if (devfsadm_noupdate() == DEVFSADM_FALSE) { in remove_pm_entry()
941 if (devfsadm_noupdate() == DEVFSADM_FALSE) { in delete_port_monitor()
976 if (devfsadm_noupdate() == DEVFSADM_FALSE) { in add_port_monitor()
H A Ddevfsadm.h213 int devfsadm_noupdate(void);
H A Dmapfile-vers54 devfsadm_noupdate { FLAGS = EXTERN };
H A Ddevfsadm_impl.h431 int devfsadm_noupdate(void);
H A Ddevfsadm.c7016 devfsadm_noupdate(void) in devfsadm_noupdate() function