Searched refs:detach (Results 1 - 25 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dbind.h29 void (*detach)(void); member in struct:nlmsvc_binding
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dbind.h29 void (*detach)(void); member in struct:nlmsvc_binding
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/pcmcia/
H A Ddriver_ops.h65 void (*detach) (dev_node_t *dev); member in struct:driver_operations
H A Dds.h128 #define DEV_STALE_LINK 0x08 /* detach on release */
139 void (*detach)(dev_link_t *));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/pcmcia/
H A Ddriver_ops.h65 void (*detach) (dev_node_t *dev); member in struct:driver_operations
H A Dds.h128 #define DEV_STALE_LINK 0x08 /* detach on release */
139 void (*detach)(dev_link_t *));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Dcomminit.c178 * aac_detach - detach adapter
179 * @detach: adapter to disconnect
185 int aac_detach(struct aac_dev *detach) argument
191 if(*dev == detach)
193 *dev = detach->next;
194 aac_send_shutdown(detach);
195 fib_map_free(detach);
196 pci_free_consistent(detach->pdev, detach->comm_size, detach
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-old.h71 int (*detach)(struct i2c_device *device); member in struct:i2c_driver
103 /* attach/detach inform callbacks */
H A Dparport.h322 void (*detach) (struct parport *); member in struct:parport_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-old.h71 int (*detach)(struct i2c_device *device); member in struct:i2c_driver
103 /* attach/detach inform callbacks */
H A Dparport.h322 void (*detach) (struct parport *); member in struct:parport_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dds.c84 void (*detach)(dev_link_t *); member in struct:driver_info_t
156 void (*detach)(dev_link_t *))
178 driver->detach = detach;
216 target->attach = NULL; target->detach = NULL;
396 driver->attach = NULL; driver->detach = NULL;
535 if (c->driver->detach) {
537 c->driver->detach(c->instance);
/asus-wl-520gu-7.0.1.45/src/include/
H A Dhnddma.h57 di_detach_t detach; member in struct:di_fcn_s
114 #define dma_detach(di) ((di)->di_fn.detach(di))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dsvc.c122 nlmsvc_ops->detach();
179 nlmsvc_ops->detach();
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dhosts.h556 void (*detach)(Scsi_Device *); member in struct:Scsi_Device_Template
H A Dscsi.c1807 if (SDTpnt->detach)
1808 (*SDTpnt->detach) (scd);
2152 /* Next we detach the high level drivers from the Scsi_Device structure */
2154 if (sdtpnt->detach)
2155 (*sdtpnt->detach) (SDpnt);
2260 /* Next we detach the high level drivers from the Scsi_Device structures */
2267 if(sdtpnt->detach)
2268 (*sdtpnt->detach)(SDpnt);
2500 * Next, detach the devices from the driver.
2506 if (tpnt->detach)
[all...]
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.h34 void (*detach)(ch_t *ch); /* free chip private state */ member in struct:chops
H A Detc.c107 (*etc->chops->detach)(etc->ch);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dauth.c329 detach();
H A Dmain.c223 * This way we can close 0, 1, 2 in detach() without clobbering
333 detach();
689 * detach - detach us from the controlling terminal.
692 detach() function
700 error("Couldn't detach (fork failed: %m)");
H A Dpppd.h238 extern bool nodetach; /* Don't detach from controlling tty */
401 void detach __P((void)); /* Detach from controlling tty */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Di2c-old.c129 device->driver->detach(device);
210 /* detach devices */
268 /* detach devices */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dshare.c132 /* Call detach(port) for each registered driver. */
139 drv->detach (port);
168 * The driver's detach() function may not block. The port that
169 * detach() is given will be valid for the duration of the
233 * detach() routine will have been called.
239 * All the driver's detach() calls are guaranteed to have
242 * The driver's detach() call is not allowed to block.
260 /* Call the driver's detach routine for each
265 drv->detach (port);
526 * longer accessible by having their detach() routine
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dpppd.h240 extern bool nodetach; /* Don't detach from controlling tty */
402 void detach __P((void)); /* Detach from controlling tty */
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dpppd.h276 extern bool nodetach; /* Don't detach from controlling tty */
461 void detach __P((void)); /* Detach from controlling tty */

Completed in 230 milliseconds

12