Searched refs:cmdlist (Results 26 - 50 of 56) sorted by relevance

123

/freebsd-13-stable/sys/netgraph/
H A Dng_async.c166 .cmdlist = nga_cmdlist
H A Dng_checksum.c156 .cmdlist = ng_checksum_cmdlist,
H A Dng_cisco.c179 .cmdlist = ng_cisco_cmdlist,
H A Dng_deflate.c155 .cmdlist = ng_deflate_cmds,
H A Dng_eiface.c120 .cmdlist = ng_eiface_cmdlist
H A Dng_ether.c215 .cmdlist = ng_ether_cmdlist,
H A Dng_iface.c204 .cmdlist = ng_iface_cmds,
H A Dng_macfilter.c252 .cmdlist = ng_macfilter_cmdlist
H A Dng_patch.c174 .cmdlist = ng_patch_cmdlist,
H A Dng_pred1.c174 .cmdlist = ng_pred1_cmds,
H A Dng_source.c269 .cmdlist = ng_source_cmds,
H A Dng_vlan.c193 .cmdlist = ng_vlan_cmdlist,
H A Dng_bridge.c323 .cmdlist = ng_bridge_cmdlist,
H A Dng_car.c181 .cmdlist = ng_car_cmdlist,
H A Dng_ksocket.c497 .cmdlist = ng_ksocket_cmds,
H A Dng_nat.c274 .cmdlist = ng_nat_cmdlist,
H A Dng_pipe.c246 .cmdlist = ngp_cmds
H A Dng_base.c118 NULL, /* cmdlist */
2805 for (c = here->nd_type->cmdlist; c != NULL && c->name != NULL;
2885 for (c = here->nd_type->cmdlist;
/freebsd-13-stable/sys/dev/usb/misc/
H A Dudbp.c199 .cmdlist = ng_udbp_cmdlist,
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c251 static cam_cmdmask cmdlist; variable
10292 cmdlist = CAM_CMD_NONE;
10303 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt);
10371 if ((cmdlist == CAM_CMD_RESCAN)
10372 || (cmdlist == CAM_CMD_RESET)
10373 || (cmdlist == CAM_CMD_DEVTREE)
10374 || (cmdlist == CAM_CMD_USAGE)
10375 || (cmdlist == CAM_CMD_DEBUG))
10518 switch(cmdlist) {
/freebsd-13-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c292 .cmdlist = ng_ccatm_cmdlist,
/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c92 .cmdlist = ng_hci_cmdlist,
/freebsd-13-stable/sys/netgraph/netflow/
H A Dng_netflow.c235 .cmdlist = ng_netflow_cmds,
/freebsd-13-stable/bin/sh/
H A Djobs.c1410 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
H A Dparser.c387 pipenode->npipe.cmdlist = lp;

Completed in 225 milliseconds

123